Object reference error when using Dataset Wizard

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
shanman50
Posts: 2
Joined: Fri 28 Sep 2007 19:29

Object reference error when using Dataset Wizard

Post by shanman50 » Fri 28 Sep 2007 19:40

I have searched the MyDirect.net forum and find no answers to my problem.

I am using MySqlDirect.Net with VS2003. I am creating web application to allow users to fill out an employment application.

I have developed the connection and adapters and now I am trying to use the dataset wizard to created the dataset. I am able to get all the way through to the last step where I click on GENERATE and I get this error: "Object reference not set to an instance of an object."

Any ideas would be appreciated. Thanks

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

Post by Alexey » Mon 01 Oct 2007 07:08

Please specify the full version of MyDirect .NET and the definition of your database objects that you create dataset for.

shanman50
Posts: 2
Joined: Fri 28 Sep 2007 19:29

Post by shanman50 » Fri 05 Oct 2007 17:38

version: MySqlDirect_3.55.25_vs2002_2003

definition of your database objects that you create dataset for????

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

Post by Alexey » Mon 08 Oct 2007 07:26

definition of your database objects that you create dataset for????

When you create dataset, you choose tables from the list. I need definitions of these table to create them on my end and try to reproduce the problem. (Because I can't reproduce any problem with tables 'dept' and 'emp'.)

Post Reply