Hi everyone, just trying to resurrect the above post, as I am getting the same issue, and cant find much of anything on the Internet.
The Enterprise Library is working 99% of the time for my application. In particular, we are employing the Logging Application Block. However, periodically (let's say once every 2 weeks) we receive the following error details on the yellow screen:
Could not load file or assembly 'Microsoft.Practices.EnterpriseLibrary.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Access is denied.
If we bounce the IIS App Pool, the issue is resolved and were back to writing records to the Logging database. Any ideas on why we would receive an "Access is denied" error message? The particular exception that is thrown is "FileLoadException".
Thanks