i get the following error on deployment of an ASP.NET 1.1 application:
License not found. Please view "Licensing" topic in MySQLDirect .NET documentation for details or contact Core Lab technical support.
The licensing topic specifies that i only need a license.licx file for an ASP.NET 2.0 application, and i have referenced the CoreLab.MySql.dll (latest version 3.55.17)
solved: License not found (missing reference in dependency)
solved: License not found (missing reference in dependency)
Last edited by kbelange on Sat 23 Dec 2006 00:54, edited 1 time in total.
Re: URGENT: License not found
i've solved this myself thanks - i was missing a reference in one of my dependent projects, and i also needed to do a manual clean build (deleted bin & obj folders) to fix an assembly issue which referenced v.3.55.16 even tho' it had been uninstalled and replaced with *.17
kbelange wrote:i get the following error on deployment of an ASP.NET 1.1 application:
License not found. Please view "Licensing" topic in MySQLDirect .NET documentation for details or contact Core Lab technical support.
The licensing topic specifies that i only need a license.licx file for an ASP.NET 2.0 application, and i have referenced the CoreLab.MySql.dll (latest version 3.55.17)