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)
296정성태5/27/20069458WWF 로 만든 Tetris
294정성태5/21/20069528Session State Uses a Reader-Writer Lock
293정성태5/21/20068327Microsoft Threat Analysis & Modeling v2.0 RC1
291정성태5/18/20069591Managed Stack Explorer
289정성태5/17/20069975Microsoft ASP.NET Providers - PDF 메뉴얼
288정성태5/17/200610345TFS Administration Tool 1.0 Released...with Shared Source!
287정성태5/17/20069480An Introduction to 64-bit Installers with Visual Studio 2005: Part 1
283정성태5/15/200610071Windows Workflow Foundation: Running Service Activated Workflows on Windows Vista and IIS7
284정성태5/15/200610233    답변글 Windows Workflow Foundation: Exposing Workflows as Services [1]
281정성태5/12/20068825Microsoft Compute Cluster Pack SDK
280정성태5/11/20069121C# 3.0 : One-Step Object Creation and Initialization
279정성태5/11/200611009Vista에서 제거되는 DHTML Editing Control
278정성태5/11/20069074LINQ CTP - May 2006
286정성태5/16/20068524    답변글 Using LINQ with ASP.NET (Part 1)
277정성태5/9/20068761Web Application Projects - 정식 릴리스
276정성태5/8/20069052SNK 파일 공유하기파일 다운로드1
275정성태5/8/20068767Building Security Awareness in .NET Assemblies
274정성태5/7/20068666QuickSYS파일 다운로드2
273정성태5/7/20068942Developing Firewalls for Windows 2000/XP파일 다운로드1
272정성태5/6/200610925Windows PowerShell [3]
292정성태5/19/20069038    답변글 Windows PowerShell - PowerShell Script to Create a WorkItem
271정성태5/6/20069151MSBee
282정성태5/15/20068962    답변글 MSBee will be on CodePlex
290정성태5/18/20069368    답변글 MSBuild Extras - Toolkit for .NET 1.1 "MSBee"
270정성태5/4/20069187ISO Recorder
269정성태5/4/20069032Visual Studio 2005 Team System Level 200 Course Material
... 31  32  33  34  35  [36]  37  38  39  40  41  42  43  44  45  ...