Two different copies of MSCOREE.DLL have been loaded

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Reinstall .Net Framework 1.1 (Repair).

Seems some registry entries are corrupted.
 
Back
Top