License Not Found when using class libary

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
buk15below
Posts: 1
Joined: Mon 20 Aug 2007 15:28

License Not Found when using class libary

Post by buk15below » Mon 20 Aug 2007 15:39

Hi,

I'm using MySQLDirect. NEt wrapped in a class library, which works fine via Windows Forms applications. However I need to be able to use this via an ASP.Net application, when I include the class library and I'm running in debug from the VS environment then again everything works fine.
But when I move to production then I get a 'License not Found' error.

What do I need to include in the licences file or in the ASP.Net application in order to facilitate this.

Regards and Thanks
Bruce Keen

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 20 Aug 2007 16:29

Have you created App_Licenses.dll file as described in the "Licensing" topic of MySQLDirect .NET help documentation?

Post Reply