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)?

link|improve this question

69% accept rate
BTW, should I tag with all of these or are tags hierarchical at all? – John Jul 2 '10 at 10:39
1  
Not a duplicate, that thread is mostly discussing 2008 and is also general rather than specific to one language. – John Jul 2 '10 at 10:48
2  
I guess people just like closing without reading... – John Jul 7 '10 at 7:53
feedback

closed as exact duplicate by codekaizen, Hans Passant, Yacoby, danben, Roger Pate Jul 3 '10 at 16:11

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

3 Answers

up vote 5 down vote accepted

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
link|improve this answer
feedback

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.

link|improve this answer
feedback

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

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

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.