T
TCook
Hey All,
I have a C# / VS2003 Outlook Addin that used to run fine. I now have both
the 1.1 and 2.0 Frameworks installed on my machine. In a file located in
the Outlook.exe folder, I have a file named "Outlook.exe.config" with the
following in it:
<configuration>
<startup>
<supportedRuntime version"v1.1.4322" safemode"true"/>
<supportedRuntime version"v1.0.3705" safemode"true"/>
</startup>
</configuration>
I have also tried running it without the safemode attribute.
When trying to debug by running in VS, Outlook crashes before it even hits
any breakpoints in the IDTExtensibility2 interface. I am at a loss as to
why it keeps crashing.
Any ideas?
Thanks & Regards,
TC
I have a C# / VS2003 Outlook Addin that used to run fine. I now have both
the 1.1 and 2.0 Frameworks installed on my machine. In a file located in
the Outlook.exe folder, I have a file named "Outlook.exe.config" with the
following in it:
<configuration>
<startup>
<supportedRuntime version"v1.1.4322" safemode"true"/>
<supportedRuntime version"v1.0.3705" safemode"true"/>
</startup>
</configuration>
I have also tried running it without the safemode attribute.
When trying to debug by running in VS, Outlook crashes before it even hits
any breakpoints in the IDTExtensibility2 interface. I am at a loss as to
why it keeps crashing.
Any ideas?
Thanks & Regards,
TC