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]


비밀번호

댓글 작성자
 




1  [2]  3  4  5  6  7  8  9  10  11  12  13  14  15  ...
NoWriterDateCnt.TitleFile(s)
1154정성태1/16/201220066.NET : 122. msiexec.exe를 닷넷으로 만들어 보면!파일 다운로드1
1153정성태1/2/201226469개발 환경 구성: 146. SYSTEM 권한으로 UI 프로그램 실행하는 방법
1152정성태1/2/201217365.NET : 121. PAARC - Windows Phone PC Controller
1151정성태11/30/201118631.NET : 120. Lua 스크립트와 닷넷의 연동
1150정성태11/9/201118266VS.NET IDE : 61. Game Debugging in Visual Studio 11
1149정성태11/4/201117623.NET : 119. Project2NuGet
1148정성태10/6/201119998Debug : 49. Visual Studio 11 - 커널 디버깅 #1
1147정성태9/17/201120943Windows 8: 1. Windows 8 단축키
1146정성태9/1/201120645SDK : 20. SxSTrace 도구 및 Visual C++ DLL을 함께 배포하는 방법
1145정성태7/5/201120176.NET : 118. Windows Phone 7에서의 DPAPI 사용
1144정성태6/29/201127507.NET : 117. CSV 파일을 다루는 방법 [1]
1143정성태6/23/201118841VS.NET IDE : 60. VS Load Test - 부하 조절
1142정성태6/23/201119824SDK : 19. LastWriteTime 과 ChangeTime 의 구분 [2]
1141정성태6/23/201118332.NET : 116. Entity Framework 4 - Lazy Loading, Eager Loading [1]
1140정성태6/23/201117780개발 환경 구성: 145. Using the multiple NICs of your File Server running Windows Server 2008 (and 2008 R2)
1139정성태6/22/201119267Visual C++ : 18. Visual C++ 2010에 포함된 Asynchronous Agents Library
1138정성태6/12/201117689.NET : 115. HTML 5 Host Application Framework for WP7 "MANGO”
1137정성태3/30/201117873SDK : 18. 파일을 Guid로 식별하는 함수 - OpenFileById
1136정성태3/30/201115383Web : 9. HTTPS 통신과 Keep-Alive 연결 설정
1135정성태3/28/201115909Web : 8. IE 9 - 변경된 Accept 헤더 정책
1134정성태3/28/201114981Debug : 48. Start Debugging with Windbg
1133정성태3/27/201114191Debug : 47. x64 호출 규약에서의 인자 값 찾는 방법
1132정성태3/27/201116436.NET 3.0 : 36. WCF - net.pipe 통신의 실제 Named Pipe 이름 구하는 방법
1131정성태3/27/201115242개발 환경 구성: 144. Windows Server 2008 R2 설치 및 설정
1130정성태3/1/201115002.NET : 114. Axum...
1129정성태2/14/201114655.NET : 113. Running .NET applications in-process using AppDomains
1  [2]  3  4  5  6  7  8  9  10  11  12  13  14  15  ...