I have a problem with licensing

I am working on a project that is massive and I have identified 13 different License.licx files

I have also identified the license file in question but can find no good resources on the error I am receiving. It is preventing me from running my application. There is a chance it's also related to SuncFusion.

Does anyone know what's going on looking at that exception?

I have removed the licenses.licx file locally and the solution compiles but the file is also in the source control and is downloaded again on subsequent gets. I am the only one who has a problem.

"Could not transform licenses file 'licenses.licx' into a binary resource. (1) : error LC0004 : Exception occured creating type 'System.Security.SecurityException'"

Also note when running the application I get a syncfusion error complaining about licenses to and says to click here to fix. Clicking there says. Your license problem was NOT fixed and the app runs. However certain dll's are not compiling properly and as such I am running old versions, I need to fxi this error asap. It's been going for days and is now becoming a real head ache. Cheers.

[1223 byte] By [Zamial] at [2008-1-7]
# 1

I am not sure about this but try checking this link

http://support.microsoft.com/kb/826009

KarthikeyaPavanKumar.B at 2007-10-2 > top of Msdn Tech,Visual C#,Visual C# General...
# 2

Nice find, it's along the same lines only as you probably saw i'm getting a different exception, I looked at applying the solution anyway cause you never know Big Smile

Anyway that's not the problem but good find all the same. I found nothing Big Smile (2 hits from googlie that didn't help)

Zamial at 2007-10-2 > top of Msdn Tech,Visual C#,Visual C# General...
# 3

After reading the posted link, I think the constructor of the application throws a SecurityException.

You may try to run your application in FullTrust if it doesn't run in FullTrust anyway (e.g. if you've started it from a network share).
ThomasDanecker at 2007-10-2 > top of Msdn Tech,Visual C#,Visual C# General...
# 4

No that's not it either, I have also checkd out the file during the build in case VS wanted to write to it.

Remember it is also working on everyone elses as well. I have tried a complete clean and refresh to it's just weird Smile

Zamial at 2007-10-2 > top of Msdn Tech,Visual C#,Visual C# General...