Differences between VS.NET and VB.NET standard

G

Guest

I currently have VS.NET Pro at work and I am looking to buy VB.NET Standard for personal home use. After looking at the documentation at MSDN, I'm still not sure what are the things missing in VB.NET standard that are available in VS.NET Pro.

I know that the following things are missing
- Cannot create DLLs in VB.NET Standard (althought, thanks to the newsgroup community, I've seen a macro solution for this
- No server tools (no server explorer, therefore no embedded IS management or SQL server management
- No Crystal Reports editor (cannot create new reports; can only use the CR viewer

My questions are the following: Does VB.NET standard..
- ...can create setup programs (or is there an equivalent way of doing this...I believe XCOPY deployment would work)
- ...has all the default toolbox controls that VS.NET has

Thanks in advance for your help
 
H

Herfried K. Wagner [MVP]

* "=?Utf-8?B?Sko=?= said:
My questions are the following: Does VB.NET standard...
- ...can create setup programs (or is there an equivalent way of doing this...I believe XCOPY deployment would work).

Yes, a setup template is included.
- ...has all the default toolbox controls that VS.NET has?

Yes, the controls are part of the framework and the framework is the
same.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top