urgent!

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Pig_Jack
Posts: 10
Joined: Tue 17 Apr 2012 07:43

urgent!

Post by Pig_Jack » Thu 26 Apr 2012 03:11

urgent

Help

I want to Devart.data.MySQL.dll with Pocket PC for test the program.
And test complete purchase the full version again.

Now version dotConnect for MySQL 6.80 Mobile Trial

Error

Aeeembly (TEST)is not licensed to use dotConnect for MySQL.
Please correct license information

I cannot test program and create program demo version.

Pig_Jack
Posts: 10
Joined: Tue 17 Apr 2012 07:43

Urgent! Urgent! Urgent!

Post by Pig_Jack » Thu 26 Apr 2012 03:50

Image

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Post by Pinturiccio » Thu 26 Apr 2012 11:39

According to your screenshot you have a license issue.
All applications that use Devart assemblies should have a technical license of Microsoft .NET Framework (http://www.devart.com/dotconnect/mysql/ ... nsing.html). This is a specially formed embedded resource. It is checked when a connection opens.

dotConnect for MySQL includes License Wizard that helps you configure license information. To invoke the wizard, select MySQL Mobile | License Information from the Visual Studio Tools menu. Then click Fix buttons in the dialog box and follow the wizard's instructions. In most cases this is enough to configure .NET component licensing.

For .NET Compact Framework the Visual Studio addin automatically embeds all required information into every assembly that uses Devart.Data.MySql.dll library. Class libraries are supported automatically.

If the license fails to be added to a project, you can add and compile it manually. Note that there is no license compiler from Microsoft for .NET Compact Framework. You can request the compiler from us.

There is a known issue with the .NET Compact Framework. The "License not found" exception can be thrown by MySqlDataAdapter.Fill method in case MySqlConnection has never been opened. To avoid the issue just open (or open and close) any connection before calling the MySqlDataAdapter.Fill method.

If the information given above doesn't help, please send us a small test project for reproducing the issue.

Pig_Jack
Posts: 10
Joined: Tue 17 Apr 2012 07:43

Post by Pig_Jack » Fri 27 Apr 2012 08:08

Image

[img]Thanks:%20%20ฝากรูป[/img]

Pig_Jack
Posts: 10
Joined: Tue 17 Apr 2012 07:43

Re: urgent!

Post by Pig_Jack » Mon 30 Apr 2012 02:37


Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: urgent!

Post by Shalex » Tue 01 May 2012 12:09

1.
Unknown project type.
Please specify your exact project type. For example: File > New > Projects > Visual C# > Smart Device > Smart Device Project > Console Application (.NET Compact 3.5, Windows Mobile 5.0 Pocket PC SDK).

2.
Assembly (TEST) is not licensed to use dotConnect for MySQL.
Have you added Devart.Data.MySQL.dll for the corresponding Compact Framework (e.g., c:\Program Files\Devart\dotConnect Mobile\MySQL\CF35\Devart.Data.MySQL.dll)?

3. Were there any errors during dotConnect for MySQL Mobile installation (if it exists: c:\Program Files\Devart\dotConnect Mobile\MySQL\Install.log)?

4. a) specify the exact build number (x.xx.xxx) of your dotConnect for MySQL: the Tools > MySQL Mobile > About menu of Visual Studio. We will send you a compiler (it is a version dependent) for building the license resource manually.
b) are you using trial version or the licensed one? If it is licensed, also send us the e-mail (compiler will be sent to this e-mail) you have used during registration or the license number.

Post Reply