Jester2K Posted February 5, 2003 Posted February 5, 2003 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. Quote
vxt Posted February 5, 2003 Posted February 5, 2003 I've never used VB.NET but I'm sure you can, because VB.NET succeeds VB6 as far as I know. Quote
Leaders John Posted February 5, 2003 Leaders Posted February 5, 2003 Yes the standard edition will create executable programs. Orbity Quote "These Patriot playoff wins are like Ray Charles songs, Nantucket sunsets, and hot fudge sundaes. Each one is better than the last." - Dan Shaughnessy
anthony Posted February 10, 2003 Posted February 10, 2003 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. Quote
*Experts* Volte Posted February 10, 2003 *Experts* Posted February 10, 2003 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. Quote
Jester2K Posted February 10, 2003 Author Posted February 10, 2003 To be honest I'm VERY Beginner!! See my website!! Hmm - I'll consider all the comments here and make a decision. Cheers all. J2K Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.