Failed to grant minimum permission requests.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm moving all projects that coded in Visual Studio 2003 framework 1.1 to
Visual Studio 2005. I'm getting following error while build the asp.net and
webservices project. All other projects build fine with no issues.

Could not load file or assembly 'amqmdnet, Version=1.0.0.2, Culture=neutral,
PublicKeyToken=dd3cb1c9aae9ec97' or one of its dependencies. Failed to grant
minimum permission requests. (Exception from HRESULT: 0x80131417).

Note: This amqmdnet.dll is not used in asp.net and in webserives. This dll
used by dependancy project.
I'm not sure why getting this error even though not using this dll. How to
fix this error?.

Thanks
 
Back
Top