.edml model fails on version 8.12

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
KW
Posts: 135
Joined: Tue 19 Feb 2008 19:12

.edml model fails on version 8.12

Post by KW » Wed 19 Sep 2018 00:08

I was attempting to upgrade from version 8.10.1061.0 to 8.12 (the latest version)

Right-click and run custom tool on an .edml model creates a massive list of errors.

DateTime columns no longer have .HasValue, among other items.

Is there an upgrade strategy for older edmls? My project had over 2000 errors on the new edml generation.

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

Re: .edml model fails on version 8.12

Post by Shalex » Tue 25 Sep 2018 18:18

1. Please upgrade to the newest (8.12.1229) build of dotConnect for MySQL. Then, run Tools > MySQL > Upgrade Wizard. Now it should work.

2. If not, specify the exact text of the errors you are getting.

3. Upload a test project for reproducing the issue to some file exchange server and specify a download link here or via contact form.

4. Visual Studio > Help > About, press Copy Info and give us this information as well.

KW
Posts: 135
Joined: Tue 19 Feb 2008 19:12

Re: .edml model fails on version 8.12

Post by KW » Thu 27 Sep 2018 00:33

From the notes it looks like my issue was generating the nullable values.

When I get a chance I'll update to the latest version and see if it resolves the issue.

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

Re: .edml model fails on version 8.12

Post by Shalex » Thu 27 Sep 2018 10:21

After upgrade to v8.12.1229, please notify us if it fixes the issue.

Post Reply