I recently migrated an ASP.NET 1.1 application to 2.0. The application works fine locally; however, after copying the application to a remote server and attempting to set up remote debugging, I get the following error:
"Could not load file or assembly 'XEdit, Version=1.0.2174.28224, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)"
What is causing this error, and what are the necessary steps to alleviate the problem and allow me to 1) debug remotely using VS2005; and 2) deploy the project properly?
Thanks!