Migration wizard with web service

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for universal data access
Post Reply
mlagasio
Posts: 43
Joined: Mon 14 Mar 2011 13:42

Migration wizard with web service

Post by mlagasio » Tue 22 Mar 2011 10:12

I've tried to apply dotConnect Universal migration wizard to migrate from SQLSever to dotConnect Universal our visual studio web service application server side (that is the code contained in folder AppCode of web service for .net 2.0) but the wizard do nothing.

Thanks, bye

Marco

nickcole
Posts: 7
Joined: Sat 19 Mar 2011 01:03

Re: Migration wizard with web service

Post by nickcole » Tue 22 Mar 2011 12:26

I find this bug too. Migration wizard only work for Form, does not work for model.
mlagasio wrote:I've tried to apply dotConnect Universal migration wizard to migrate from SQLSever to dotConnect Universal our visual studio web service application server side (that is the code contained in folder AppCode of web service for .net 2.0) but the wizard do nothing.

Thanks, bye

Marco

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

Post by Shalex » Wed 23 Mar 2011 14:56

I created the *.cs file with the code that uses System.Data.SqlClient in the App_Data folder, then ran Migration Wizard (the Tools > Universal > Migration Wizard menu of VS), chose "Microsoft SQL Server Client" to migrate from, pressed the Finish button => the *.cs file was updated, and the SqlClient classes was replaced by the ones from dotConnect Universal. dotConnect Universal is of the 3.20.42 version.

Please give us the following information:
1) which files were not upgraded in the App_Data folder of your ASP.NET Web Service Application by Migration Wizard? Tell us their extensions;
2) the exact version (x.xx.xxx) of your dotConnect Universal;
3) the steps we should follow to reproduce the problem.

mlagasio
Posts: 43
Joined: Mon 14 Mar 2011 13:42

Post by mlagasio » Wed 23 Mar 2011 15:25

Hi. Below the required informations

1) the file extension of not updated files (in App_Code folder not App_Data folder) is ".cs".
2) we have dotConnect Universal 3.20.36.0
3) I've open one of the cs files in App_Code folder and put the cursor in it.
I have select Tools>Universal>Migration Wizard>Next>Selected "Microsoft SqlServer Client">Selected "Active Project" (we have other project in the solution)>Finish

I haven't see the message "reload files....". I've controlled if there are modified file. There were not modified files.

Thanks
Bye, Marco

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

Post by Shalex » Fri 25 Mar 2011 14:37

Thank you for your report. We have reproduced the issue. I will post here when it is fixed.

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

Post by Shalex » Tue 29 Mar 2011 11:42

We have fixed the bug with upgrading the *.cs files in the App_Code folder when using Upgrade Wizard. I will post here when the corresponding build of dotConnect Universal is available for download.

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

Post by Shalex » Thu 07 Apr 2011 12:36

New build of dotConnect Universal 3.20.46 is available for download now!
It can be downloaded from http://www.devart.com/dotconnect/univer ... nload.html (trial version) or from Registered Users' Area (for users with valid subscription only): http://secure.devart.com/ .
For more information, please refer to http://www.devart.com/forums/viewtopic.php?t=20712 .

Post Reply