T
TCook
Hey All,
I have a Word 2003 addin that was created under VS2003. I recently
installed VS2005 on my machine.
When I try to run the addin inside of VS2003, it just launches Word and
crashes it.
I've seen some articles about creating .config files containing the
following:
<configuration>
<startup>
<supportedRuntime version"v1.1.4322"/>
<supportedRuntime version"v1.0.3705"/>
</startup>
</configuration>
an placing them in the Office app's path. This did not work.
I also saw something about security permissioning for the 2.0 Framework but
it didn't say where, how or what permissions.
Has anyone successfully resolved this issue?
Can anyone advise in detail?
I can't perform my work unless I get this resolved.
Thanks & Regards,
TC
I have a Word 2003 addin that was created under VS2003. I recently
installed VS2005 on my machine.
When I try to run the addin inside of VS2003, it just launches Word and
crashes it.
I've seen some articles about creating .config files containing the
following:
<configuration>
<startup>
<supportedRuntime version"v1.1.4322"/>
<supportedRuntime version"v1.0.3705"/>
</startup>
</configuration>
an placing them in the Office app's path. This did not work.
I also saw something about security permissioning for the 2.0 Framework but
it didn't say where, how or what permissions.
Has anyone successfully resolved this issue?
Can anyone advise in detail?
I can't perform my work unless I get this resolved.
Thanks & Regards,
TC