License issue with dll - Partially Solved
Posted: Wed 04 Apr 2007 01:56
Hi there,
for the first time I am trying not to package the corelab.dll with an exe file but with a class lib.
I have created a dll which is referencing the corelab.dll and I have tried not only just creating the licenses.licx file (and embedding it) but I have also tried to embedd the dll.licenses file (manually compiled - namespace not empty that's why only "dll.licenses") but whenever I am referencing my library from a new solution and try to initialize the mysql connection I get a license not valid error.
Am I missing something?
So I am feeling I am just doing something wrong here.
Thanks for your support!
Best regards,
Tillman
UPDATE: well, shame on me - I just should have read the doc more carefully. After creating a licenses.config file and placing it into the dll solution root it almost works as expected. Now I can get it to work with referencing my dll and the corelab dll independently from my test solution but as soon as I am referencing the ILMerge'd version I get a license not found error.
for the first time I am trying not to package the corelab.dll with an exe file but with a class lib.
I have created a dll which is referencing the corelab.dll and I have tried not only just creating the licenses.licx file (and embedding it) but I have also tried to embedd the dll.licenses file (manually compiled - namespace not empty that's why only "dll.licenses") but whenever I am referencing my library from a new solution and try to initialize the mysql connection I get a license not valid error.
Am I missing something?
So I am feeling I am just doing something wrong here.
Thanks for your support!
Best regards,
Tillman
UPDATE: well, shame on me - I just should have read the doc more carefully. After creating a licenses.config file and placing it into the dll solution root it almost works as expected. Now I can get it to work with referencing my dll and the corelab dll independently from my test solution but as soon as I am referencing the ILMerge'd version I get a license not found error.