C
Chris Edgington
Well, my first .NET 2.0 app is done. I tested it here on two real
machines and one virtual machine - worked fine in all of them. The
first other person I gave the app to ran it and got the exception
listed below. I asked if he'd installed the .NET 2.0 runtime, he said
he downloaded and installed it from the web right before trying my app.
Anybody know what the exception is telling me - or how to go about
solving the problem?
Note, my app is a C++ console app built with VS2005.
Thanks,
-Chris
Unhandled Exception: System.TypeInitializationException: The type
initializer for '<Module>' threw an exception. --->
System.IO.FileLoadException: Could not load file or assembly 'msvcm80,
Version=8.0.50608.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
or one of its dependencies. Provider DLL failed to initialize
correctly. (Exception from HRESULT: 0x8009001D)
File name: 'msvcm80, Version=8.0.50608.0, Culture=neutral,
publicKeyToken=b03f5f7f11d50a3a' --->
System.Runtime.InteropServices.COMException (0x8009001D): Provider DLL
failed to initialize correctly. (Exception from HRESULT: 0x8009001D)
at <CrtImplementationDetails>.ThrowModuleLoadException(String ,
Exception ) at
<CrtImplementationDetails>.LanguageSupport.Initialize(LanguageSupport*
) at .cctor()
machines and one virtual machine - worked fine in all of them. The
first other person I gave the app to ran it and got the exception
listed below. I asked if he'd installed the .NET 2.0 runtime, he said
he downloaded and installed it from the web right before trying my app.
Anybody know what the exception is telling me - or how to go about
solving the problem?
Note, my app is a C++ console app built with VS2005.
Thanks,
-Chris
Unhandled Exception: System.TypeInitializationException: The type
initializer for '<Module>' threw an exception. --->
System.IO.FileLoadException: Could not load file or assembly 'msvcm80,
Version=8.0.50608.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
or one of its dependencies. Provider DLL failed to initialize
correctly. (Exception from HRESULT: 0x8009001D)
File name: 'msvcm80, Version=8.0.50608.0, Culture=neutral,
publicKeyToken=b03f5f7f11d50a3a' --->
System.Runtime.InteropServices.COMException (0x8009001D): Provider DLL
failed to initialize correctly. (Exception from HRESULT: 0x8009001D)
at <CrtImplementationDetails>.ThrowModuleLoadException(String ,
Exception ) at
<CrtImplementationDetails>.LanguageSupport.Initialize(LanguageSupport*
) at .cctor()