I'm trying to setup an old MVC 3 Application on my development machine and trying to make it work. I'm getting he following error. I'm not sure how to resolve this. I appreciate any help over this. Execution permission cannot be acquired. Description: An unhandled exception occurred during the execution [...] read more
I was wondering if anybody were able to run an MVC 5 application on a hosting company that restrict code access security to medium. I developped my app locally with the default settings (Full trust) but when deploying on the hosting company (whois.com) I am getting : [FileLoadException: Could not [...] read more
I have a strange problem: I deployed a .NET 2.0 application that uses reflection and I got a Policy Exception once I call Assembly.LoadFile. The error is the following: Could not load file or assembly 'xxx, Version=11.5.23.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. PolicyException thrown. (Exception from HRESULT: 0x80131416) [...] read more