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
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