Microsoft MVP성태의 닷넷 이야기
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

디버깅을 하려고 하면,

'XXX' 컴퓨터의 'INFOPATH.EXE'응용 프로그램(PID: XXXX)에 연결할 수 없습니다.
계속하시겠습니까?

위와 같은 오류 메시지를 보게 됩니다. 디버깅 뿐만 아니라, XSN 폼을 직접 인포패스로 불러들여서 작성하려고 해도 다음과 같은 오류가 발생을 합니다.

양식 서식 파일: file:///D:\temp\InfoTest\InfoTest\bin\Debug\InfoTest.xsn
양식 코드에 오류가 발생하여 선택한 양식을 열 수 없습니다.
Failed to grant permission to execute assembly 'InfoTest, Version=1.0.1838.20667, Culture=neutral, PublicKeyToken=null'.

해결 방법은? ^^
http://blogstogo.com/dotnet2/archive/2004/12/14/554.aspx
위의 블로그에서 발견했습니다. 내용이 간단하니 아래에 복사해 놉니다.

Unable to attach application infopath.exe error message
If you get an error when you try to debug an infopath application using VS2K3, then it's probably because you have .NET 2.0 installed. To force infopath to use version 1 create the file infopath.exe.config and save it in the same location as infopath.exe. Add this to the config file:

<startup>
    <requiredRuntime imageVersion="v1.1.4322" version="v1.1.4322" />
    <supportedRuntime version="v1.1.4322" />
</startup>

[Listening to: White Flag - Dido - Life for Rent (04:02)]








[최초 등록일: ]
[최종 수정일: 1/12/2005]


비밀번호

댓글 작성자
 




... 31  32  33  34  35  36  37  38  39  40  [41]  42  43  44  45  ...
NoWriterDateCnt.TitleFile(s)
160정성태4/13/20069425MS 인증서버 : 인증서 유효 기간 기본값 변경
157정성태4/13/20069048Converting a managed PDB into a XML file
158정성태4/13/20068705    답변글 [추가]: A SymWriter sample is coming...
156정성태4/13/20069504Method Call Interception (MCI) in C++
155정성태4/13/20068906Web Project Conversion Wizard
154정성태12/21/20059640Interprocess Communication Using the Running Object Table (ROT)파일 다운로드1
153정성태4/13/20069128Assembly loading failure is expensive [1]
152정성태4/13/20069713ASCX 컨트롤을 커스텀 컨트롤로 사용하는 방법.
151정성태4/13/20068537TechNet 세미나 목록
150정성태4/13/20068702SCDL Tool [2]
149정성태4/13/20068790Disk (based) Output Cache
147정성태4/13/20068737CLR Profiler for the .NET Framework 2.0
146정성태4/13/20069715Scriptomatic Version 2.0 by the Microsoft Scripting Guys
145정성태4/13/20069151Windows Server 2003 R2 [2]
144정성태4/13/20069549WTL(Windows Template Library) 7.5
143정성태4/13/20069791.NET 1.1 에서 WebService Client 의 KeepAlive = false; 설정
142정성태4/13/20068962Virtual Server 2005 R2 (x86, x64) EE 180-day Evaluation [2]
141정성태4/13/20069646.NET 표준개발 가이드와 Microsoft.Framework 공개
140정성태4/13/20068167PAINT.NET
139정성태11/30/2005923112월 세미나 행사
137정성태11/17/20058680WSE 3.0 정식 버전
162정성태4/13/20069347    답변글 [추가]: Web Service Security Guide
136정성태11/17/20058982Creating an Outlook My.Blogs Managed Code Add-in
138정성태11/24/20058434    답변글 Ceating an Outlook Business Contact Assistant Add-in with Visual Studio Tools for Office
135정성태11/16/20058728What's port 445 used for in Windows 2000/XP?파일 다운로드1
134정성태11/15/20058716Microsoft SQL Server Management Studio Express - Community Technical Preview (CTP) November 2005 [1]
... 31  32  33  34  35  36  37  38  39  40  [41]  42  43  44  45  ...