I need conversion of vb.net 1.1 to .net 2.0

Joined
Mar 27, 2008
Messages
7
Programming Experience
1-3
Hai

I had done my project in .net 1.1,now i want to convert that project to .net 2.0 version,i need some what are the major modifications conversion of .net 1.1 to .net 2.0.iam getting errors in scripting
 
That depends on your project. There are so many things introduced in .net 2.0 like Generics, ClickOnce, Native support for Compression,BackgroundWorker Component etc.

if you have conversion errors, please post the code so that somebody can help you.
 
Coverting from 1.1 to 2.0 isn't an overly challenging task, it's rather quite easy. However the larger the project, the more time consuming it'll take to actually convert it over.
 
hai thank u for ur advice.

yes iam clearing errors,if i got any errors i will defnitely post.

That depends on your project. There are so many things introduced in .net 2.0 like Generics, ClickOnce, Native support for Compression,BackgroundWorker Component etc.

if you have conversion errors, please post the code so that somebody can help you.
 
Back
Top