Hello;
I just created a simple Add-In using VS 2003. I also have VS 2005 & .net 2.0 (release) installed on my computer.
The .net 1.1 Add-In would only run if I created a winword.exe.config file setting the runtime to .net 1.1. Without that Word would exit during it's startup (no message, no crash - just exit). With the config it runs fine.
So, what if someone wants to run two Add-Ins with Word, one built under .net 1.1 and one built under .net 2.0
thanks - dave

1 Add-In uses .net 1.1, a second uses .net 2.0
acorn_atom
REgards
Leon42
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetdep/html/netfxcompat.asp
Is a useful link to explain
Regards
Steven Pasetti
I know i had this issue, it worked in Runtime but not in Debug
Regards
Gig@Byte
I read all that too. But what I found today was I created a 1.1 Add-In using VS 2003 (did the standard chioces in the wizard) and then when I tried to run it, it would kill Word unless I created a winword.exe.config requiring it to use 1.1.
So yes, a 1.1 build Add-In is supposed to run under 2.0. But it doesn't - at least on my system. And this was an Add-In that does nothing - just the skeleton that the VS 2003 wizard creates.
Note, this is an IDTExtensibility2 Add-In, not VSTO.
thanks - dave
S. Ramani
I'll post more once I've narrowed this down.
thanks - dave