Page 1 of 1

Object reference error when using Dataset Wizard

Posted: Fri 28 Sep 2007 19:40
by shanman50
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

Posted: Mon 01 Oct 2007 07:08
by Alexey
Please specify the full version of MyDirect .NET and the definition of your database objects that you create dataset for.

Posted: Fri 05 Oct 2007 17:38
by shanman50
version: MySqlDirect_3.55.25_vs2002_2003

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

Posted: Mon 08 Oct 2007 07:26
by Alexey
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'.)