DataSet Manager Empty???

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
robertnzana
Posts: 23
Joined: Fri 12 Sep 2008 05:07

DataSet Manager Empty???

Post by robertnzana » Tue 16 Sep 2008 20:43

I used the dataset manager to add a new dataset. When I was done it showed up in the Solution Explorer but not in the dataset manager, even AFTER I hit refresh and restarted VS2008.

Any idea why????

Thanks.

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

Post by Shalex » Thu 18 Sep 2008 09:29

There are several ways to add an instance of a DataSet to the Form Designer, among them:
1. When generating of DataSet instance through DataSet Wizard in the last window check "Add this DataSet to designer".
2. If you generate a DataSet instance without this option, after building your project this instance will appear in "Project_name Components" of your Toolbox. Just drag and drop it or make double click on it.

robertnzana
Posts: 23
Joined: Fri 12 Sep 2008 05:07

Post by robertnzana » Thu 18 Sep 2008 16:46

I'm talking about the "DataSet Manager". It's always empty. I'm not talking about the form designer. Any ideas? Thanks.

Also, of what benefit is the DataSet Manager? It seems that the Solutions Explorer lists the DataSet's as well.

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

Post by Shalex » Fri 19 Sep 2008 07:23

If you add a DataSet instance to Form Designer, it appears in DataSet Manager too. Please try the steps mentioned above. If the problem persists, let us know.
You can learn more about the benefits of using DataSet Manager here: http://www.devart.com/dotconnect/mysql/docs/ | Database Application Development Concepts | Using DataSet Manager.

robertnzana
Posts: 23
Joined: Fri 12 Sep 2008 05:07

Post by robertnzana » Fri 19 Sep 2008 11:24

Shalex wrote:If you add a DataSet instance to Form Designer, it appears in DataSet Manager too. Please try the steps mentioned above. If the problem persists, let us know.
You can learn more about the benefits of using DataSet Manager here: http://www.devart.com/mysqlnet/docs/ | Database Application Development Concepts | Using DataSet Manager.
For some reason I can't get any dataset to appear in the manager, regardless of how I create the dataset (either thru the wizard or thru the standard way). It's always empty.

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

Post by Shalex » Mon 22 Sep 2008 11:38

We failed to reproduce the mentioned problem in MyDirect .NET 4.85.35. If your version differs, try to update it. Please notify us on results.

robertnzana
Posts: 23
Joined: Fri 12 Sep 2008 05:07

Post by robertnzana » Mon 22 Sep 2008 11:41

Whats the best way to update MyDirect.NET? Do an uninstall/reinstall or just reference the newest DLL? What is the latest version and where can I download it?

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

Post by Shalex » Mon 22 Sep 2008 12:42

We recommend you to make an uninstall/reinstall. The latest version of MyDirect .NET is 4.85.35. You can download it from http://devart.com/mysqlnet/download.html (Trial Edition) or from Registered User's Area (for Subscription program members only).

robertnzana
Posts: 23
Joined: Fri 12 Sep 2008 05:07

Post by robertnzana » Mon 22 Sep 2008 16:36

I am running the latest version of MyDirect as you have suggested. The DataSet Manager is always empty, regardless of what I do.... :(

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

Post by Shalex » Thu 25 Sep 2008 13:32

We have sent you our test project. Please check, if there are any DataSets in your DataSet Manager after opening it in your Visual Studio 2008.

Post Reply