Licenses.Licx in a new appDomian

We are loading a dll which contains Northwoods.Go in a new appDomain created by an application. We tried setting the AppDomainSetup licenses field to the licenses file, but it still does not work. I tried embedding into the dll as a resource and also it still does not work. Can you guide me about how to get the license into the new AppDomain

GoDiagram licensing and most licensing schemes assume that the license has been compiled into the executable by the Microsoft License Compiler.
If you tried specifying the LICENSES.LICX file to the AppDomainSetup, that does no good, because the .LICX file is just a source file that is input to the Microsoft License Compiler.
Send us e-mail so we can figure out more about what’s going on and how to deal with the situation. Have you successfully been able to create .EXEs that were deployable? You can try running BuildSamples.bat to see if that works.