I am running a C# Winform client/server application.
I added (referenced) a third party dll in my server side project.
Everything compiles but at run time I get the error:
Could not load file or assembly ” or one of its dependencies. Access is denied.
I believe this error is IIS (7.0) related.
How can I correct this error or how can I go about debugging this error?
Thanks in advance.
Issue was caused by laptop encryption software. It encrypts all files downloaded. IIS didn’t know how to un-encrypt it.