Does Express also include ASP.NET and ADO.NET or just VB.NET and C#?
Printable View
Does Express also include ASP.NET and ADO.NET or just VB.NET and C#?
WEll, ADO is independant of the VS version (it's part of the FW)....
As for ASP.NET, I don't think so, because ASP.NET Express is available as a separate download
-tg
ASP.NET is called Visual Web Developer for the Express version which is a separate download
Thanks.Quote:
Originally Posted by techgnome
And that is also available, for free, from downloads on the Microsoft site?Quote:
Originally Posted by RobDog888
What's the difference between VS2005 Express and VS2005 Pro? :confused:
Have a look hereQuote:
Originally Posted by SeanK
Thanks.Quote:
Originally Posted by Hack
But, this leads to another question.
The download page saysI've already installed VS 2005 Express. Does this mean I have to uninstall it, install Visual Web Developer, and then reinstall it? :confused:Quote:
Originally Posted by Visual Web Developer Download Page
I'd like to know the answer to this as well.Quote:
Originally Posted by lintz
You'll need to uinstall only if it is a "previous Beta, CTP or Tech Preview versions" which I don't think it is.
Naturaly Pro costs some $$$.... so, it also comes with more bells & whistles. Example: In Express, the only deployment method is the Click Once... with Pro you can build standalone MSI install files. Also, I'm not 100% sure if the Express comes with Crystal.
-tg
How would I know that?Quote:
Originally Posted by techgnome
What is Click Once?Quote:
Originally Posted by techgnome
Are you saying that I couldn't bundle a .NET program, made in Express, with any standard installer like Wise, or InstallShield, or, for that matter, Inno?
If deployment utility you have supports .Net framework currently installed on your machine then you most likely can or it might not recognize formats.
It would have said that in the download page, but if you can't remember you can check "Help" -> "About".Quote:
Originally Posted by SeanK
If the version contains words like "beta", "CTP", etc, you should uninstall it. Mine contains "RTM", which is fine (and should be the case for all versions downloaded in the last year or so).
Here are all of the differences between the products.
And after you check that you don't have a beta version as si said, you can install as many Express editions as you like. VB, C#, VWD....
:)
So, does mine, so I guess I'm OK.Quote:
Originally Posted by si_the_geek
Another question: When I start VS Studio, it shows what appears to be a splash screen that lists all of the software in the Studio, but before I can pick which one I want it hauls me into VB.NET.
What if I want to do a C# project?
If you are using the Express products, I think you need to open the correct IDE to start with (eg: "Microsoft Visual Basic 2005 Express Edition" for VB).
If you are actually using Visual Studio (or perhaps even in the Express products), you should be able to select C# when you go to New Project.
It actually is a splash screen. Once VS has loaded and you click New Project you will see this. If you don't want VB, open the Other Languages selection.
Also, the first time you open the VS IDe you will be asked to select default dev environment.
btw, that is why VB appears first in the image that Hack posted.
Thanks nmadd :thumb:Quote:
Originally Posted by nmadd