Two different copies of MSCOREE.DLL have been loaded

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
 
G

Gaurav Vaish \(EduJini.IN\)

Reinstall .Net Framework 1.1 (Repair).

Seems some registry entries are corrupted.
 

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