Not authorization to run a downloaded project
-
Hi, it's my first question in this site and I don't know if this one is the right forum. I've downloaded a C# project from Desktop Development -> Progress Bar called ProgressCircle written by Utezduyar. I extracted the zip file and I loaded in Visual Studio. I run... In instruction Initialize Components (the first instruction of the code) program stops and errors says "Impossible to load file or assembly 'ProgressCircle, Version=...., PublicKeyToken=....'. Impossible to warrant the authorization. (Exception HRESULT: 0x80131417). In ProgressCircle project there is a key.snk file maybe the project is protected. I have no idea. Thanks in advance, Mauro
-
Hi, it's my first question in this site and I don't know if this one is the right forum. I've downloaded a C# project from Desktop Development -> Progress Bar called ProgressCircle written by Utezduyar. I extracted the zip file and I loaded in Visual Studio. I run... In instruction Initialize Components (the first instruction of the code) program stops and errors says "Impossible to load file or assembly 'ProgressCircle, Version=...., PublicKeyToken=....'. Impossible to warrant the authorization. (Exception HRESULT: 0x80131417). In ProgressCircle project there is a key.snk file maybe the project is protected. I have no idea. Thanks in advance, Mauro
Hi Mauro, If it's a network share the .NET Framework has all sorts of concerns regarding security. Your best bet is to build then app locally, rather than from a share. For more information on this, please refer to the below mentioned link: http://blogs.msdn.com/shawnfa/archive/2004/12/06/276066.aspx http://forums.msdn.microsoft.com/en-US/netfxbcl/thread/8af927ca-2713-4213-94de-f8b3f2c4364e/ You may also check the Trust Level for the framework. I would suggest you to sign/strong name your assembly to run trusted over the network. Hope this helps.
John Adams ComponentOne LLC. www.componentone.com