Search code examples
dependenciesassemblies

Could not load file or assembly 'someProject' or one of its dependencies. Access is denied


I am stuck with one asp.net error. My application work fine on development and test environemnt. But on production it give me following error:

Could not load file or assembly 'someProject' or one of its dependencies. Access is denied.


Solution

  • Just delete the bin folder and then agian copy it. Now, it is working...