MySQLDirect Compact Framewok Data Adapter

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Guest

MySQLDirect Compact Framewok Data Adapter

Post by Guest » Fri 12 Aug 2005 08:52

Good Day,

I have received the correct samples from Corelabs and they work fine. My problem is that I have now created a new project as a test and am creating the project step by step copying it from the working corelabs sample.

I have the same references included as the sample dataset project.

I can add the connection control and set all the properties to connect to my MySQL table.

Then I add an command builder object OK
Add Command object and supply it with a SQL string and connection string object.

This is where the trouble starts. I place the dataadapter control then I want to go and give it a name of da. When I try to set this I get "Property Window. Invalid property value. Details: Specified cast is not valid."

When I do the same with the sample project it works fine.

What is the difference?

Serious

Post by Serious » Mon 15 Aug 2005 06:37

Try to reinstall MySQLDirect .NET. Check before that MySQLDirect isn't installed and there are no CoreLab.MySql.dll, CoreLab.MySql.Addin.dll, CoreLab.MySql.Design.dll files in GAC and in "%ProgramFiles%\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows CE\Designer ".

Post Reply