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)
269정성태5/4/200613902Visual Studio 2005 Team System Level 200 Course Material
268정성태5/4/200614318Microsoft Component Installer Software Development Kit for Windows (x86) Version 2.0
267정성태5/4/200614436101 Code Samples for Visual Basic 2005
266정성태5/3/200616489Consolas Font Pack for Microsoft Visual Studio 2006 [2]
264정성태5/1/200616044Team System for C++ Developers
262정성태5/1/200626238Registry 등록 없이 COM 개체 사용 [1]파일 다운로드2
261정성태4/30/2006157764GB 메모리 인식 [2]
259정성태4/30/200614407Building ASP.NET 2.0 Web Sites Using Web Standards
260정성태4/30/200613754    답변글 XHTML Validator Modulle
258정성태4/29/200614227WebServiceStudio 2.0
263정성태5/1/200613673    답변글 Calling an Arbitrary Web Service
257정성태4/29/200613621TypeForwardedToAttribute
256정성태4/29/200613862Windows API - Using Condition Variables
252정성태4/26/200613547한글 관련 메세지 정리파일 다운로드1
251정성태4/26/200614342IIS 7.0 에서 소개되는 새로운 기능들 [1]
250정성태4/25/200614853툴 소개: VisualNDepend
249정성태4/25/200620853Integrating a debugger into Reflector
265정성태5/1/200615115    답변글 Deblector: First Version
285정성태5/15/200613029    답변글 New Deblector version ( an Add-In to debug with reflector )
248정성태4/21/200613317VS.NET 2005 Add-In : CSS Properties Window
247정성태4/21/200613180VS.NET 2005 Add-In : Spell Checker for HTML and ASP.NET pages
244정성태4/19/200613024SQL Server 2005 Service Pack 1
241정성태4/19/200612546VSTS Annotations for C++: Beyond Just Documenting Method Behavior [1]파일 다운로드1
240정성태4/18/200613251Accessing System Power and Network Status Using SENS
253정성태4/29/200613359    답변글 [HowToUse]: Accessing System Power and Network Status Using SENS
239정성태4/18/200613004Display a Web Page in a Plain C Win32 Application
... 31  32  33  34  35  36  [37]  38  39  40  41  42  43  44  45  ...