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/200612215MS 인증서버 : 인증서 유효 기간 기본값 변경
157정성태4/13/200611647Converting a managed PDB into a XML file
158정성태4/13/200610970    답변글 [추가]: A SymWriter sample is coming...
156정성태4/13/200611989Method Call Interception (MCI) in C++
155정성태4/13/200611523Web Project Conversion Wizard
154정성태12/21/200512296Interprocess Communication Using the Running Object Table (ROT)파일 다운로드1
153정성태4/13/200611949Assembly loading failure is expensive [1]
152정성태4/13/200612283ASCX 컨트롤을 커스텀 컨트롤로 사용하는 방법.
151정성태4/13/200611170TechNet 세미나 목록
150정성태4/13/200611267SCDL Tool [2]
149정성태4/13/200611343Disk (based) Output Cache
147정성태4/13/200611186CLR Profiler for the .NET Framework 2.0
146정성태4/13/200612119Scriptomatic Version 2.0 by the Microsoft Scripting Guys
145정성태4/13/200611652Windows Server 2003 R2 [2]
144정성태4/13/200612140WTL(Windows Template Library) 7.5
143정성태4/13/200612408.NET 1.1 에서 WebService Client 의 KeepAlive = false; 설정
142정성태4/13/200611581Virtual Server 2005 R2 (x86, x64) EE 180-day Evaluation [2]
141정성태4/13/200612228.NET 표준개발 가이드와 Microsoft.Framework 공개
140정성태4/13/200610718PAINT.NET
139정성태11/30/20051173812월 세미나 행사
137정성태11/17/200511179WSE 3.0 정식 버전
162정성태4/13/200611812    답변글 [추가]: Web Service Security Guide
136정성태11/17/200511473Creating an Outlook My.Blogs Managed Code Add-in
138정성태11/24/200510894    답변글 Ceating an Outlook Business Contact Assistant Add-in with Visual Studio Tools for Office
135정성태11/16/200511233What's port 445 used for in Windows 2000/XP?파일 다운로드1
134정성태11/15/200511185Microsoft 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  ...