Options

Failed to snapshot

kkchankkchan Posts: 33
Hi
I am using ANTS memory profiler to profile my ASP.NET web app. However, I hit this error when I take snapshot. I am running under Windows 7 64 bits machine, however my web app pool is set "Enable 32 bits".

My web app is running fine if not launch from ANTS.

Please advice
Windows cannot access the file C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll for one of the following reasons: there is a problem with the network connection, the disk that the file is stored on, or the storage drivers installed on this computer; or the disk is missing. Windows closed the program IIS Worker Process because of this error.

Program: IIS Worker Process
File: C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll

The error value is listed in the Additional Data section.
User Action
1. Open the file again. This situation might be a temporary problem that corrects itself when the program runs again.
2. If the file still cannot be accessed and
- It is on the network, your network administrator should verify that there is not a problem with the network and that the server can be contacted.
- It is on a removable disk, for example, a floppy disk or CD-ROM, verify that the disk is fully inserted into the computer.
3. Check and repair the file system by running CHKDSK. To run CHKDSK, click Start, click Run, type CMD, and then click OK. At the command prompt, type CHKDSK /F, and then press ENTER.
4. If the problem persists, restore the file from a backup copy.
5. Determine whether other files on the same disk can be opened. If not, the disk might be damaged. If it is a hard disk, contact your administrator or computer hardware vendor for further assistance.

Additional Data
Error value: C0000185
Disk type: 3

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    I've never seen this problem before, but I'd try the advice in the error message from Windows. One or more .NET Framework components is probably corrupt of there are bad sectors on the disk. Windows is saying it believes there is a problem with the disk, evidenced by error code C0000185. So a chkdsk c: /F or a repair or reinstall of .NET Framework may be the way forward.
Sign In or Register to comment.