[Q] about mysqlDirect.NET for my mobile2003 se

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
c3068
Posts: 2
Joined: Tue 30 Nov 2004 12:16

[Q] about mysqlDirect.NET for my mobile2003 se

Post by c3068 » Sun 19 Dec 2004 15:32

I have a question,Please help me

When I run program in my pda (ipaq 4700 chinese version)
It show two error message

@first error message
application test.exe need install new Microsoft .NET Compact Framework
(mean like that) (cause of my english is no good I can't translate all message)

@second error message
test.exe
Can't assembly System.Data.Common,
Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=969DB8053D3322AC load
type System.Data.Common.DBDataAdapter,

Appkication::Run+0xf
Form1::Main+0xd


CASE
When I use mysqlconnect and mysqlcommand to check
username and password and login system , it's working well. (machine too)
after that
I try to populate data in my listbox
so I used mysqlDataAdapter ,dataset and datatable
It's working welll in mobile 2003 se Emulate
when I copy .exe file to my machine , something happen like above
I use VS.Net 2003 and framework 1.1 sp1.
It working well in my other machine (ipaq 4150)
I try to find new framework on the internet but I can't find any new version

Oleg
Devart Team
Posts: 264
Joined: Thu 28 Oct 2004 13:56

Re: [Q] about mysqlDirect.NET for my mobile2003 se

Post by Oleg » Tue 21 Dec 2004 12:56

Probably you have some configuration problems not related to MySQLDirect .NET. Please check that your application works without using MySql components but uses DataSet component.

Post Reply