VB.NET Express 2005 VS. VB.NET 2005

I have one question

is the VB.NET 2005 exactlythe same of the VB.NET Express?

If I create a program in Express can I compile it and run it in the regular 2005?

Can I install both on my system?

Can you answer me please

email

rafidalwani@hotmail.com

[259 byte] By [Rafed] at [2008-1-25]
# 1
Hi,
No, VB.Net 2005 is not exactly the same of the VB.Net Express...
VB.Net Express is primarily designed for hobbyist, students, etc...
It has some limitations...
To see the major differences look here:
http://lab.msdn.microsoft.com/vs2005/productinfo/productline/default.aspx
Yes, you could create a project in Express and open it in 2005... Yet the other way around (VS2005->Express) would not always work... for some features in VS2005 won't work with express...
AFAIK, installing both VS2005 and Express is not supported right now.... (Beta Issues)
cheers,
Paul June A. Domag
PaulDomag at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic Language...
# 2
VB2005 Vs VB Express I would say is like Microsoft Outlook Vs Microsoft Outlook Express. The Express title is given to products which are free, lightweight versions of the actual products. Many of the enterprise features of the product are stripped off from the Express Editions.

Regards,
Vikram

Vikram at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic Language...
# 3
Yes and no. At the high level, Outlook and Outlook Express do the same thing, but they have different UIs, they store data (messages, addresses, etc) differently and it isn't a no-brainer to share data between them.

VB Express, Standard, Pro, etc have different design-time features but have the same code base. So a feature that is in both Express and Pro works the same way in both.

I'm not trying to be nit-picky. I just don't want people to get the wrong impression of the Express Editions. They have fewer features, but they have way more in common with the Standard and above versions than Outlook Express has with Outlook.

Robert

RobertGreen at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic Language...
# 4
Hi,
AFAIK, VS Express products are not free. They're cheaper though compared to the upper VS products (Standard, Professional and TeamSystem)...

cheers,
Paul June A. Domag

PaulDomag at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic Language...
# 5

Agreed. Thats a nice point. Express products are not free.

I found this FAQ: http://lab.msdn.microsoft.com/express/faq/default.aspx
That should help answer a lot of questions.

Regards,
Vikram

Vikram at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic Language...
# 6
Couple points:

-Price: Express is inexpensive but is not free. But you are very likely to see rebates to $0 online for Web download :) The goal of Express is really to reach out to hobbyists and enthusiasts / provide great support for these scenarios / and remove barriers along the way like complexity and cost. The goal is not to drive sales with Pro devs.

-Compability: projects are compatible between Express and the other editions of VB and VS 2005. Features that are unsupported are supposed to be gracefully ignored and left alone.

-Side by side installs: this will be supported in the final release. But we have some issues making this work well in the Betas and CTPs.

Best,
Paul

PaulYuk_MS at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic Language...