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
 
Top