View previous topic :: View next topic |
Author |
Message |
grr
Joined: 18 Sep 2011 Posts: 11
|
Posted: Wed Sep 21, 2011 10:57 pm Post subject: unhandled exception |
|
|
Hi
I am getting the following error when I run after a build:
An unhandled exception (Unable to locate encrypted resource for assembly (XXX.Net)) occurred while bootstrapping the application.
Does this mean that it can't find the enc file?
The output window shows:
A first chance exception of type 'System.IO.FileNotFoundException' occurred in AssemblyLoaderx86.dll
Any pointers or suggestions would be greatly appreciated.
Regards....
grr |
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Wed Sep 21, 2011 11:22 pm Post subject: |
|
|
This error means that .NET Encryptor was unable to locate your encrypted application assembly in the Bootstrapper resources. This could be because you didn't include the encrypted assembly in the Bootstrap project or you forgot to set the build action for the encrypted assembly to Embedded Resource. See the section Adding your own Assemblies in the Getting Started section of help for more information. _________________ Infralution Support |
|
Back to top |
|
|
grr
Joined: 18 Sep 2011 Posts: 11
|
Posted: Thu Sep 22, 2011 10:20 pm Post subject: Nil Exceptions |
|
|
A Ha!
Yep setting the enc file to an embedded resource did the trick.
Thank you very much.
grr |
|
Back to top |
|
|
|