This is a migrated thread and some comments may be shown as answers.

Invalid Resx file... Failed to grant minimum permission requests

2 Answers 294 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 09 Oct 2008, 02:19 PM

I am building a solution that includes Telerik controls.  A third-party developed the application for us, and when I try to build it, I get the below error.  It is on my local PC, using Visual Studio 2005 Sp1, so I don't think Full Trust is an issue.

Invalid Resx file. Could not load file or assembly 'Telerik.Reporting, Version=2.8.8.723, Culture=neutral, PublicKeyToken=a9d7983dfcc261be' or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)

 

2 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 09 Oct 2008, 03:21 PM
Hello Steve,

Having the files on a network resource although mapped is the problem - only assemblies in the local computer zone have full trust. You can use the suggested solution from this article or make sure all project files are on your local machine and try rebuilding again.

Greetings,
Steve
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Steve
Top achievements
Rank 1
answered on 09 Oct 2008, 08:57 PM
All of the files are actually on my C: drive on my local PC, I just have m:\ mapped to a folder on my c: drive.  So they are all local, but the programmer set up the solution to reference a m: drive. 

I just changed his references to C: and it looks like it works..

THANKS !!
Tags
General Discussions
Asked by
Steve
Top achievements
Rank 1
Answers by
Steve
Telerik team
Steve
Top achievements
Rank 1
Share this question
or