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/200614968WWF 로 만든 Tetris
294정성태5/21/200615104Session State Uses a Reader-Writer Lock
293정성태5/21/200613773Microsoft Threat Analysis & Modeling v2.0 RC1
291정성태5/18/200615125Managed Stack Explorer
289정성태5/17/200615566Microsoft ASP.NET Providers - PDF 메뉴얼
288정성태5/17/200615985TFS Administration Tool 1.0 Released...with Shared Source!
287정성태5/17/200615046An Introduction to 64-bit Installers with Visual Studio 2005: Part 1
283정성태5/15/200615579Windows Workflow Foundation: Running Service Activated Workflows on Windows Vista and IIS7
284정성태5/15/200615776    답변글 Windows Workflow Foundation: Exposing Workflows as Services [1]
281정성태5/12/200614327Microsoft Compute Cluster Pack SDK
280정성태5/11/200618518C# 3.0 : One-Step Object Creation and Initialization
279정성태5/11/200616463Vista에서 제거되는 DHTML Editing Control
278정성태5/11/200614629LINQ CTP - May 2006
286정성태5/16/200614139    답변글 Using LINQ with ASP.NET (Part 1)
277정성태5/9/200614270Web Application Projects - 정식 릴리스
276정성태5/8/200614589SNK 파일 공유하기파일 다운로드1
275정성태5/8/200614381Building Security Awareness in .NET Assemblies
274정성태5/7/200614252QuickSYS파일 다운로드2
273정성태5/7/200614612Developing Firewalls for Windows 2000/XP파일 다운로드1
272정성태5/6/200616581Windows PowerShell [3]
292정성태5/19/200614710    답변글 Windows PowerShell - PowerShell Script to Create a WorkItem
271정성태5/6/200614992MSBee
282정성태5/15/200614794    답변글 MSBee will be on CodePlex
290정성태5/18/200615324    답변글 MSBuild Extras - Toolkit for .NET 1.1 "MSBee"
270정성태5/4/200615086ISO Recorder
269정성태5/4/200615008Visual Studio 2005 Team System Level 200 Course Material
... 31  32  33  34  35  [36]  37  38  39  40  41  42  43  44  45  ...