|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Two different copies of MSCOREE.DLL have been loadedI have written several class libraries in VB.NET. The class libraries have a
COM-interface. When I load them from a 3rd-party application I'm seeing the error dialog: Two different copies of MSCOREE.DLL have been loaded. First copy: <unknown> Second copy: C:\Windows\Microsoft.NET\Framework\v1.1.4322\mscorwks.dll This is typically caused by having a registered MSCOREE.DLL that is different from one that is statically linked with the application. I know other have the same problem, and I have seen several solutions, but they don't solve my problem. Thanks Kim Buch Reinstall .Net Framework 1.1 (Repair).
Seems some registry entries are corrupted. Show quote "Kim Buch" <KimB***@discussions.microsoft.com> wrote in message news:AEBC0502-E726-4077-A5A0-61874D9A78A6@microsoft.com... >I have written several class libraries in VB.NET. The class libraries have >a > COM-interface. When I load them from a 3rd-party application I'm seeing > the > error dialog: > > Two different copies of MSCOREE.DLL have been loaded. > First copy: > <unknown> > Second copy: > C:\Windows\Microsoft.NET\Framework\v1.1.4322\mscorwks.dll > This is typically caused by having a registered MSCOREE.DLL that is > different from one that is statically linked with the application. > > I know other have the same problem, and I have seen several solutions, but > they don't solve my problem. > > Thanks > Kim Buch |
|||||||||||||||||||||||