ASP.Net 2.0 Web application cannot find specified module.

Posted by Brian Walker on Stack Overflow See other posts from Stack Overflow or by Brian Walker
Published on 2010-03-22T16:49:49Z Indexed on 2010/03/22 16:51 UTC
Read the original article Hit count: 435

Filed under:
|

Recently my ASP.NET application quit working.

  1. It is local to my machine. It quit working after installing and uninstalling some third party developer tools. (I believe)
  2. I emptied out my directory and started adding modules until I narrowed it down to a managed C++ dll.
  3. When I load the dll into Dependency Walker it says that "c:\windows\winsxs\x86_microsoft.vc80.debugcrt_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_5490cd9f\MSVCM80D.DLL" loads fine, but "MSVCR80D.DLL" could not be found. However this dll exists in the same directory.
  4. The managed dll contains an embedded manifest and I am using Visual Studio 2005 service pack 1.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about managed-c++