|
-
Nov 19th, 2002, 04:34 AM
#1
Thread Starter
Hyperactive Member
.Net Standard or Professional?
I'm considering buying VB.Net but don't know what edition to buy. I'm only a beginner so creating my own controls is not considered.
I have VB6 Enterprise edition and was wondering what is the difference between both .net editions.
In the standard, can you compile an executable?
Can you do the things you can in vb6 Enterprise edition?
Can anyone help
Greatly appreciated
-
Nov 19th, 2002, 05:16 AM
#2
Retired VBF Adm1nistrator
There's only VB.NET Standard 
The term "Professional" only comes in when referring to Visual Studio .NET
That too contains the same VB.NET in VB.NET Standard, but you get lots of other goodies in there too
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Nov 19th, 2002, 05:27 AM
#3
Thread Starter
Hyperactive Member
Ahh.....
Can I create a stand-alone product?
-
Nov 19th, 2002, 05:39 AM
#4
Retired VBF Adm1nistrator
Yep
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Nov 19th, 2002, 05:47 AM
#5
Thread Starter
Hyperactive Member
Thank God, because from the time I first posted this thread - to replying, I've actually went and bought VB .Net Standard!
(Bookstore, 10 min walk away!)
So, you can do the same things in .net as in VB6? You can include user-controls? add external components (richtextbox, systray, that sort of thing)?
Thanks plenderj
-
Nov 19th, 2002, 05:54 AM
#6
Retired VBF Adm1nistrator
It should be the same, except that its the VB.NET programming language, not VB6.
So obviously there would be some differences.
I believe the computer on which the program will be run requires the .NET Framework though...
What price were you given on VB.NET Standard ?
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Nov 19th, 2002, 06:03 AM
#7
Thread Starter
Hyperactive Member
£87.99p - but that included Microsoft: Visual Basic .Net - Step by Step book.
It came with 4 disks, one being Windows Component Update. I'm running XP Professional, will that make a difference?
-
Nov 19th, 2002, 06:09 AM
#8
Hyperactive Member
FYI
I'm using VS.Net Enteprise Architect, I guess its much more of a complete version....
-
Nov 19th, 2002, 06:14 AM
#9
Thread Starter
Hyperactive Member
I'm certainly not paying around £500 for Visual Studio .Net when all I want is VB!
-
Nov 19th, 2002, 06:34 AM
#10
Hyperactive Member
Unless you get all for free...!!!
-
Nov 19th, 2002, 06:47 AM
#11
Thread Starter
Hyperactive Member
-
Nov 19th, 2002, 06:51 AM
#12
Hyperactive Member
Well you could work for a company that pays the licence and then...work out for a copy... but i guess its kinda illegal is it...?
-
Nov 19th, 2002, 07:02 AM
#13
Retired VBF Adm1nistrator
If your company has MSDN subscriptions or has a license agreement for Visual Studio then it should be okay.
I work for a Microsoft Partner you see.
I do a lot of Technical / Licensing Sales
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Nov 19th, 2002, 07:09 AM
#14
Thread Starter
Hyperactive Member
I've just been readin the book that came with it and in the Deploying Visual Basic .NET Applications, it say's, and I quote:
"...Visual Basic .NET Standard doesn't include the Setup Wizard to automate a typical deployment."
Does that mean I can't create a stand alone program?
-
Nov 19th, 2002, 07:17 AM
#15
Retired VBF Adm1nistrator
You can compile applications yes.
But it doesn't come with the P&D wizard.
Use something like InnoSetup to do the setup.
And also give them the .NET Framework as an option too
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Nov 19th, 2002, 07:18 AM
#16
Thread Starter
Hyperactive Member
Well you could work for a company that pays the licence and then...work out for a copy... but i guess its kinda illegal is it...?
I'm not that fortunate, I don't know anyone either
-
Nov 19th, 2002, 07:29 AM
#17
Thread Starter
Hyperactive Member
Originally posted by plenderj
You can compile applications yes.
But it doesn't come with the P&D wizard.
Use something like InnoSetup to do the setup.
And also give them the .NET Framework as an option too
Riiigghhtt... with you, you can 'Make exe' but need something else to create an installation package.
Phew 
You're a life saver plenderj
-
Nov 19th, 2002, 08:16 AM
#18
Retired VBF Adm1nistrator
Just stick the cheque in the post
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Nov 19th, 2002, 08:22 AM
#19
Thread Starter
Hyperactive Member
I'll send it in the Limo...
... which you can keep by the way
-
Nov 19th, 2002, 08:25 AM
#20
Frenzied Member
Where you do need setup program with .Net ?
Just copy files to the destination folger.
If i got right, there is no more registering at all.
Target PC just need only Framework.
oh1mie/Vic

-
Nov 19th, 2002, 10:08 AM
#21
Banned
Yes, that's what the MS guys told me as wel....
-
Nov 19th, 2002, 10:13 AM
#22
Thread Starter
Hyperactive Member
So basically, I create a folder for my .exe project, then take everything out of that folder, zip it and it's ready to send to some one else for them to use?
All they have to do is unzip it where then like and run the .exe?
-
Nov 19th, 2002, 10:15 AM
#23
And any 3rd party dll's you used need to be in the directory with the exe. No registering needed. And make sure you understand that the client also MUST have the .NET framework installed.
-
Nov 19th, 2002, 10:40 AM
#24
Thread Starter
Hyperactive Member
So how do I make sure that they have the .NET framework, or how they can get it?
... and what is it?
-
Nov 19th, 2002, 10:52 AM
#25
They can get it from Microsoft via the webpage or Microsoft Update. the .NET framework is like the Java Virtual Machine basically. It contains the just in time compiler and all the built in .NET classes you use to create you apps.
-
Nov 19th, 2002, 11:02 AM
#26
Thread Starter
Hyperactive Member
So I can have a readme in the download that states "If this doesn't work go <here> to download essential files."?
-
Nov 19th, 2002, 11:03 AM
#27
-
Nov 19th, 2002, 11:05 AM
#28
Thread Starter
Hyperactive Member
Thanks muchly Cander
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
|