Could not load file or assembly 'xyz, Version=1.0.0.0, Culture=neutral, PublicKeyToken=abc' or one of its dependencies. Access is denied.
Posted by
Venkat Varkala
Labels:
ASP.net
For some reason assembly gets locked during development, esp. if you have post build deployment scripts to GAC. After trying many different ways, looks like just closing and opening Visual Studio is the best approach to resolve this. Suzanne Cook's .NET CLR Notes has good notes on debugging assembly loading issues.
Subscribe to:
Post Comments (Atom)

Post a Comment