Console/Windows Application Error

vaithi

New member
Joined
Jan 21, 2005
Messages
1
Programming Experience
3-5
When I run a windows/console application I am getting following error.
I complied the code in 1.0 and the machine I run the code has both 1.1 & 1.0.
Can anyone suggest any ideas to resolvet the issue?

Thanks in advance.

==============================================================

The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: .NET Runtime version 1.0.3705.6018- BizprofileOldFileProcess.exe - MSCOREE.DLL load error (Error code = %X).: Two different copies of MSCOREE.DLL have been loaded.
First copy:<Unknown>



Second copy:

C:\WINNT\Microsoft.NET\Framework\v1.0.3705\mscorwks.dll



This is typically caused by having a registered MSCOREE.DLL that is different

from the one that is statically linked with the application..

==============================================================
 
Back
Top