Need Full VS .Net?

blabore

Well-known member
Joined
Jan 31, 2002
Messages
48
Location
Austin, TX
Im considering upgrading a VB 6 app to vb.Net. Ive played around with the demo version and think the work to upgrade would be worth. Before I buy any new software, does anyone have any opinions on whether I need the full Visual Studio .Net (~$500 to upgrade), or if I can just get by with vb.Net (~$95)? I wont be writing any code in C#, so what advantages do I get with the full version?
 
If you can get vs.net pro dont even think about vb.net standard for 95 :)
Standard is limited, it doesnt come with a lot of project templates, and things like that. Sever explorer is limited. And with VS.net pro you get vb, c#, c++. If you can get vs.net pro.
 
Thanks for the input. As I work in a small company, Ill have a lot easier time to convice the boss about a $95 purchase than a $500 one. I dont do any C#, C++, or J++ coding. My application is already buillt (in VB 6), so I also wouldnt be using many templates. Im mostly worried in the standard version will somehow limit what I can do, such as the upgrade wizard, or deployment packaging. We currently use Visual Studio 6 Enterprise, and I rarely use any of the extra tools that come with it other than VB, so I wondering if I might do the same with VS .Net. Is there any specific reasons why I should get the full package?
 
Upgrade Wizard is, quoting Nerseus from a long time ago :), a menace. It produces bad code. I would either recommend leaving your app as it is, or rewriting it in .NET. Deployment is limited in VB.NET Standard.
 
I would either recommend leaving your app as it is, or rewriting it in .NET.
Wow, talk about hedging your bets!!

If you have a stable and deployed app then I would only consider re-writing it if you want or need to add some major new functionality. Dont re-write it for the sake of using .Net.
That said, if youre going to do a major re-write then you may as well go with .Net.
 
Last edited by a moderator:
Standard edition doesnt have the upgrade wizard, but that shouldnt concern you since its a pile of rubbish.

It also doesnt let you create DLLs, which severely limits the extensibility of what you can do. Also as somebody already said, the Server Explorer is limited.

I wouldnt settle for less than pro.
 
Thanks everyone for the replies. I was unaware of the dll limitation. I may consider just re-writing my UI in .Net, since according to MS my dlls written in VB6 will still be compatible. The only reason I need .Net in the first place is to incorporate some extra UI functionality. Pro sounds like its the way to go. One follow up question; is the extra couple hundred bucks for MSDN worth it?
 
Yeh, not only you get VS.nET pro but msdn library updates, operating systems, SDKs on cds, VS 6 PRO, and all kinds of interesting things. Its definetly worth it.
 
Back
Top