View previous topic :: View next topic |
Author |
Message |
SDaniele
Joined: 18 Jun 2018 Posts: 3
|
Posted: Wed Jun 27, 2018 3:30 pm Post subject: Error loading Assembly |
|
|
Hello,
I have encrypted my application, and included the .enc file in the bootstrap project as embedded resources. However, when i launch my application, i get an exception stating that a dll referenced in my encrypted project couldn't be found. If i encrypt also this dll and add it in the bootstrap project everything load correctly. Do i have to encrypt everything to make my application work? I don't want to encrypt also 3rd party assembly |
|
Back to top |
|
 |
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Fri Jun 29, 2018 12:33 am Post subject: |
|
|
No you don't need to encrypt all assemblies, but you do need to make sure that if a dll is required that you are installing it in the same directory as the bootstrap executable so that it is able to be found and loaded. _________________ Infralution Support |
|
Back to top |
|
 |
|