Problems Attaching a Debugger to InfoPath SDK project

R

rsk

In an article on the InfoPath Team Blog, Laurent Kempé describes a problem
where he is unable to attach a debugger to an InfoPath Process.
(http://blogs.msdn.com/infopath/archive/2004/03/17/91452.aspx) I am having
the same difficulty.

In the response, it is suggested to put the following in the
InfoPath.exe.config file to ensure the correct version of the runtime is
used:

<configuration>

<startup>

<supportedRuntime version="v1.1.4322" />

</startup>

</configuration>



I have .net 2.0 beta and 1.1.4322 installed on my machine, so this seems
like a possible solution.



Where do I create the InfoPath.exe.config file? Do I need to reboot /
recycle Visual Studio ?



Thanks,

Russel Krause
 
F

Franck Dauché

Hi,

Put it where InfoPath.exe is (C:/Program Files\Microsoft Office\Office11 by
default).

Regards,

Franck Dauché
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top