D
David Thielen
Hi;
I cannot run my Add-In under Visual Studio if .NET 2.0 is installed.
I have a Word Add-In written mostly in C# with a little bit in J# - using
..NET 1.1. If I do not have .NET 2.0 runtime installed, then I can run the
Add-In fine
both by starting Word or by launching Word via Visual Studio (so I can debug
it).
If .NET 2.0 is installed, I can still start Word and the Add-In will run
although it throws an exception when trying to call the VJ# redist. But it
runs.
If I try to run by debugging under Visual Studio, it just dies. No exception
of any kind (I have all 4 exceptions set to drop in to the debugger if thrown
even if caught). It just exits. (I do get the Word prompt asking if I want to
not load my Add-In but after I click No - it drops me back in Visual Studio
with Word not running.)
What is going on here?
I cannot run my Add-In under Visual Studio if .NET 2.0 is installed.
I have a Word Add-In written mostly in C# with a little bit in J# - using
..NET 1.1. If I do not have .NET 2.0 runtime installed, then I can run the
Add-In fine
both by starting Word or by launching Word via Visual Studio (so I can debug
it).
If .NET 2.0 is installed, I can still start Word and the Add-In will run
although it throws an exception when trying to call the VJ# redist. But it
runs.
If I try to run by debugging under Visual Studio, it just dies. No exception
of any kind (I have all 4 exceptions set to drop in to the debugger if thrown
even if caught). It just exits. (I do get the Word prompt asking if I want to
not load my Add-In but after I click No - it drops me back in Visual Studio
with Word not running.)
What is going on here?