问题
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)?
回答1:
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
回答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.
回答3:
There is also a special express build for Windows Phone 7 development.
http://www.microsoft.com/express/phone/
来源:https://stackoverflow.com/questions/3164970/whats-missing-from-visual-c-2010-express