Posted 19 years ago
by Michael Per
As I understand the license file gets embedded into the assembly that uses the component. But what happens if this assembly is a DLL? In my deployment scenario I only deploy a little stub exe to clients. When the EXE starts up it loads the rest of the project by using [Assembly].LoadFrom(EntryAssemblyURL) call, instantiates the startup form with Activator.CreateInstance(formType, args) and runs the app as that: Application.Run(myForm).
Looks like the licensing chokes in this scenario. Or am I doing something wrong?
Looks like the licensing chokes in this scenario. Or am I doing something wrong?