Forcing a .NET addin to load framework 1.1 and not 2.0

H

Hans Merkl

Hi,

I have an Outlook addin written with c# and .NET framework 1.1. I have
recently installed framework 2.0 and now the addin crashes during a call to
XmlSerialize.

I have written some code that writes the loaded assemblies to a file. This
file shows that the addin actually loads assemblies from framework 2.0.

Is there a way to force the addin and the assemblies it uses to load
framework 1.1 and not 2.0?

Thanks

Hans
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top