Access is denied: 'ICSharpCode.SharpZipLib'.

  • Thread starter Thread starter Calvin Slater
  • Start date Start date
C

Calvin Slater

I am always getting the following error when debuging ASP.NET
application:

Access is denied: 'ICSharpCode.SharpZipLib'.

At this point I have to reboot IIS to get the web site going again.
It appears that if you are debuging your application it leaves
SharpZipLib in some strange state. If you wait long enough it will
eventually clean itself up.

Any ideas?

Thanks
 
That is apparently what it looks like. What is actually happening is your
indexing service is running and seriously messing things up. Turn off (stop)
the indexing service. The problem will go away. It will come back after a
reboot, because that service is set to start when windows loads so the
problem will be there.
 
Back
Top