Tuesday, July 6, 2010

ASP.NET failure

Faulting application name: w3wp.exe, version: 7.5.7600.16385, time stamp: 0x4a5bd0eb
Faulting module name: mscorwks.dll, version: 2.0.50727.4927, time stamp: 0x4a27466f

can happen because you have messed with GAC (like I did)
readding assemblies using gacutil helps

2 comments:

  1. Can you explain What is the solution?
    Thanks

    ReplyDelete
  2. The solution was to uninstall the corrupted assemblies using gacutil /u, and then readd them using gacutil /i

    ReplyDelete