|
-
Aug 7th, 2005, 05:08 AM
#1
Thread Starter
Fanatic Member
-
Aug 7th, 2005, 05:37 AM
#2
Retired VBF Adm1nistrator
Re: What are the errors shown for .net2003 programs in .net2005?
Well bear in mind the .NET 2.0 Framework is still a Beta Framework. I personally don't like using conversion tools like that, because they're simply converting the code line by line or just as required. They're not providing you with the new features available to you in the new Framework.
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Aug 7th, 2005, 06:02 AM
#3
Thread Starter
Fanatic Member
Re: What are the errors shown for .net2003 programs in .net2005?
yes,but,still,you can use the new features once your old program becomes usable with the new .net or even if thats not the thing,you still get to know the difference in programming in the new .net
Godwin
Help someone else with what someone helped you! 
-
Aug 7th, 2005, 11:34 AM
#4
Re: What are the errors shown for .net2003 programs in .net2005?
I'm interested in this one also. There are features in 2005 that make it look like a good move to me, but I have a fair amount of code in 2003 at this point. I suspect that any information on how this conversion works will be of pretty general interest.
My usual boring signature: Nothing
 
-
Aug 7th, 2005, 09:50 PM
#5
Re: What are the errors shown for .net2003 programs in .net2005?
Did your project fail to compile? Were they compilation errors or just warnings about deprecation and the like?
-
Aug 7th, 2005, 11:16 PM
#6
Thread Starter
Fanatic Member
-
Aug 9th, 2005, 07:43 AM
#7
Re: What are the errors shown for .net2003 programs in .net2005?
A colleague of mine had a datagrid with the 'visual' dataset, dataadapter and connection objects (You know, that silly old drag-drop method). The datagrid was bound to the strongly typed dataset's Customer table.
After conversion, she showed me what happened to the code.
One thing I found funniest, the dataset was declared like this:
Dim DataSet11 as New DataSet1
-
Aug 9th, 2005, 09:41 AM
#8
Thread Starter
Fanatic Member
Re: What are the errors shown for .net2003 programs in .net2005?
lol
Godwin
Help someone else with what someone helped you! 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|