A hint for licensing-problems
Posted: Thu 22 Nov 2007 13:03
Hi,
If you get the "license not found" or "license invalid" message on existing licenses.licx file you might check, if you use a multi-assembly-infrastructure in your application. In my case I used a data-layer in which I put the licenses.licx first. But after that the calling EXE-assembly still generated the error. Now I added the line into the licenses.licx-file of the calling assembly and everything worked.
Note: This might be only useful if the calling assembly has already got a license-file.
HTH, Alex
If you get the "license not found" or "license invalid" message on existing licenses.licx file you might check, if you use a multi-assembly-infrastructure in your application. In my case I used a data-layer in which I put the licenses.licx first. But after that the calling EXE-assembly still generated the error. Now I added the line
Code: Select all
CoreLab.Oracle.OracleConnection, CoreLab.Oracle, Version=4.30.25.0, Culture=neutral, PublicKeyToken=09af7300eec23701Note: This might be only useful if the calling assembly has already got a license-file.
HTH, Alex