bundling .net components into separate package
Posted: Tue Oct 01, 2013 10:56 am
I tried to bundle my .net executable which consists of one exe any multiple .net thrid party dlls into a Enigma project.
I put only the exe file in the main project and all the .net dlls ( which are required during exe startup ! ) into a separate package.
I defined the package name in the main project, so that it should be found ...
But when launching the protected exe I receive a error message like "Internal error..." !
Are the "external" packages "mounted" before the embedded exe is executed ?
Do you have any ideas what this error could cause or how to get any information how to debug this problem ?
Thank you !
I put only the exe file in the main project and all the .net dlls ( which are required during exe startup ! ) into a separate package.
I defined the package name in the main project, so that it should be found ...
But when launching the protected exe I receive a error message like "Internal error..." !
Are the "external" packages "mounted" before the embedded exe is executed ?
Do you have any ideas what this error could cause or how to get any information how to debug this problem ?
Thank you !