We have a dll which uses a third party component, with embedded licence file (licx). now we are trying to use our dll in a windows service applicaiton, using mulitple appdomains. the code get compiled. but when im running it im getting an error message, saying cannot find the runtime licence.
could someone explain me this. when use the dll in a single domain it works fine. please help.
Thanks.
How are you creating the
AppDomain? There is a LicenseFile onAppDomainSetup; are you setting this? I’m not 100% “up” on license files and their use withinAppDomains, but that may help a little…Unfortunately information on this area (license files vs embedded) looks very sparse… you could try copying the embedded resource to a temp file?