8

Possible Duplicate:
What is “missing” in the Visual Studio Express Editions?

Specifically for 2010, specifically for C++... what's missing Vs Professional/Premium (annoying the standard version is now named Professional)?

Community
  • 1
  • 1
Mr. Boy
  • 60,845
  • 93
  • 320
  • 589

3 Answers3

5

http://www.microsoft.com/express/Windows/

Express versions don't have:

  • Plugins
  • Class Designer
  • Code Analysis
  • Creating 64-bit programs
  • Creating for Itanium processors
  • Creating for Windows Mobile
  • Creating for Office using Visual Studio Tools for Office.

Express versions have but with limited functionality:

  • External Tools
  • Refactoring
  • Debugging
  • Integration with MSDN
  • Installator Creator
codekaizen
  • 26,990
  • 7
  • 84
  • 140
Svisstack
  • 16,203
  • 6
  • 66
  • 100
2

In addition to Svisstack's answer, express lacks support for MFC. This guy found a way to do MFC in VS2008e, but I have no idea if this hack works in VS2010e.

Bob Moore
  • 6,788
  • 3
  • 29
  • 42
0

There is also a special express build for Windows Phone 7 development.

http://www.microsoft.com/express/phone/

Konrad
  • 39,751
  • 32
  • 78
  • 114