Visual Basic .NET 2002 Standard Edition

Jester2K

Newcomer
Joined
Feb 5, 2003
Messages
3
Location
London UK
Currently programming using VB 6.

Been reading reviews for VB .NET 2002 Standard Edition.

One reviewer said

"However, the main limitation with Standard edition is that it does not incorporate the full server explorer. That means you can only really write things for your own pc. There are ways around it, and if your happy just writing things for your own computer then it's fully functional, but if you want to develop remotley or more inparticular, deploy a web application off of a remote server, running from a database, then it's very difficult. Dont get me wrong, you can deploy web applications to the internet, but not with easy database access, which is limiting.... Am I wrong?"

Can someone confirm that if i upgrade to Visual Basic .NET 2002 Standard Edition that i'll still be able to make distributable EXE files?

When i bought VB6 i nearly bought a cheaper version which doesn't come with the compiler so you could write code and only execute it under VB on your PC - fortuantely i went for a version with the compiler in the end.

I want to make sure that when i upgrade i can stil create distributable EXE files.

Thank you.
 
I've never used VB.NET but I'm sure you can, because VB.NET succeeds VB6 as far as I know.
 
I find the Vb .net standard edition to be a really good deal.
It works fine on a webserver .
It's also great for database stuff,I just found you can't
always trust the server explorer to see if you have a database
connection.It's best to write it in code first.
A good deal for the money.
 
From what I've heard, I would stay away from the Standard Edition;
it doesn't seem to provide a readily available way to create usercontrols
(or some similar limitation). I believe there is some kind of work around
available in the Code Library or Tutors Corner, but it's not a full
fledged solution. VB.NET Standard might be good for beginners, but
if you want to be a serious .NET developer, I'd get at least the pro version.
 
Back
Top