I am using regfree com to deploy an active x component with clickonous. The component is dependent on some native DLS components which should remain in the same directory as the component. If I manually copy the native DLS into the founder's direct installer app (I place the directory using the system. Reflection.Assembly.GetExecutingAssembly ()) The application is running fine. But if I include DLS in the project and publish them, then the application does not work ..
Any suggestions or action?
Regards,
Friedrich
In your managed assembly Country as embedded resource. Embed Dll and remove it on disk on runtime if not present.
If this process is not familiar to you then give me a comment and I will try to explain it. It's not complicated.
Comments
Post a Comment