472,804 Members | 892 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,804 software developers and data experts.

Visual Studio

I have Visual Studio 2005 Standard edition.
Is ti the same thing as the Express edition or Standard is more?
Mar 11 '06 #1
2 3257
There is *no* Visual Studio Express Edition.

There are several Express Editions.

Visual Web Developer 2005 Express Edition ( good for web development in C# and VB.net )
Visual Basic 2005 Express Edition ( good for desktop and console apps only )
Visual C# 2005 Express Edition ( good for desktop and console apps only )
Visual C++ 2005 Express Edition ( good for desktop and console apps only )
Visual J# 2005 Express Edition ( good for desktop and console apps only )
SQL Server 2005 Express Edition ( a scaled-down version of SQL Server 2005 )

Each of those editions are a part of Visual Studio 2005, which has them all.

There's several editions of Visual Studio 2005, in turn.
Standard, Professional and Visual Studio Team System.

Each of them has features with different prices.

Testers, Developers and Architects can opt for special editions of
Visual Studio Team System, which have specialized features for each of their needs.

There's a chart comparing the features in all editions at :
http://msdn.microsoft.com/vstudio/pr...e/default.aspx


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Progman" <ad*******@hotmail.com> wrote in message
news:ug********************@weber.videotron.net...
I have Visual Studio 2005 Standard edition.
Is ti the same thing as the Express edition or Standard is more?

Mar 11 '06 #2
txs v much

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:eZ*************@TK2MSFTNGP12.phx.gbl...
There is *no* Visual Studio Express Edition.

There are several Express Editions.

Visual Web Developer 2005 Express Edition ( good for web development in C#
and VB.net )
Visual Basic 2005 Express Edition ( good for desktop and console apps
only )
Visual C# 2005 Express Edition ( good for desktop and console apps only )
Visual C++ 2005 Express Edition ( good for desktop and console apps
only )
Visual J# 2005 Express Edition ( good for desktop and console apps only )
SQL Server 2005 Express Edition ( a scaled-down version of SQL Server
2005 )

Each of those editions are a part of Visual Studio 2005, which has them
all.

There's several editions of Visual Studio 2005, in turn.
Standard, Professional and Visual Studio Team System.

Each of them has features with different prices.

Testers, Developers and Architects can opt for special editions of
Visual Studio Team System, which have specialized features for each of
their needs.

There's a chart comparing the features in all editions at :
http://msdn.microsoft.com/vstudio/pr...e/default.aspx


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Progman" <ad*******@hotmail.com> wrote in message
news:ug********************@weber.videotron.net...
I have Visual Studio 2005 Standard edition.
Is ti the same thing as the Express edition or Standard is more?


Mar 13 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: angelag | last post by:
I am currently taking a college course in Visual Basic.Net and I am a beginner. I bought Visual Studio.Net 2003 to do my homework at home. I built my first project and e-mailed it to myself at...
0
by: Tom Lee | last post by:
Hi, I'm new to .NET 2003 compiler. When I tried to compile my program using DEBUG mode, I got the following errors in the C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 \include\xdebug...
0
by: gerd | last post by:
Hello, I want to port an MFC Application from Visual Studio 6 MFC application to Visual C++ 2005 express edition beta. While building i get following error: ------ Build started: Project:...
0
by: gerd | last post by:
Hello, I want to port an MFC Application from Visual Studio 6 MFC application to Visual C++ 2005 express edition beta. While building i get following error: ------ Build started: Project:...
1
by: Daniel A. Thomas | last post by:
License required Maybe you don't have this but have one of the products that qualifies for the upgrade such as ... Visual Studio .NET 2003 Professional Visual Studio .NET 2003 Professional...
1
by: johnlim20088 | last post by:
Hi, Currently I have 6 web projects located in Visual Source Safe 6.0, as usual, everytime I will open solution file located in my local computer, connected to source safe, then check out/check in...
0
by: marathoner | last post by:
I am currently migrating my Visual C++ 6.0 applications to Visual Studio 2005. I am getting compiler errors involving the VS2005's platform SDK. When I removed directory references to that SDK,...
2
by: Cramer | last post by:
So, what is the relationship between Visual Studio and Visual Web Developer. I find a lot of documentation on MSDN that presents Visual Web Developer as it's own stand-alone product (which I'd...
0
jwwicks
by: jwwicks | last post by:
Introduction This tutorial describes how to use Visual Studio to create a new C++ program, compile/run a program, resume work on an existing program and debug a program. It is aimed at the...
3
by: Johnson | last post by:
I'm not sure if this is an IIS 5.1 issue or ASP.NET issue, or Visual Studio 2008 issue -- thus posting to 3 groups. Please don't be offended. The problem I'm encountering is that Visual Studio...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.