What is "missing" in the Visual Studio Express Editions? - Stack Overflow most recent 30 from stackoverflow.com2009-11-09T00:53:58Zhttp://stackoverflow.com/feeds/question/86562http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/86562/what-is-missing-in-the-visual-studio-express-editions38What is "missing" in the Visual Studio Express Editions?benefactual2008-09-17T19:15:41Z2009-10-16T19:35:18Z
<p>In particular,</p>
<ul>
<li>what functionality is not available?</li>
<li>what restrictions are there on its use?</li>
</ul>
http://stackoverflow.com/questions/86562/what-is-missing-in-the-visual-studio-express-editions/86577#865771Answer by John Sheehan for What is "missing" in the Visual Studio Express Editions?John Sheehan2008-09-17T19:17:22Z2008-09-17T19:17:22Z<p>No add-ins allowed</p>
http://stackoverflow.com/questions/86562/what-is-missing-in-the-visual-studio-express-editions/86578#865786Answer by Tobi for What is "missing" in the Visual Studio Express Editions?Tobi2008-09-17T19:17:26Z2009-05-13T10:45:56Z<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=727BCFB0-B575-47AB-9FD8-4EE067BB3A37&displaylang=en" rel="nofollow">Visual Studio 2008 Product Comparison</a></p>
<p>As far as I know there are no restrictions on it's use, but I'm not a lawyer.</p>
<p>AviewAnew pointed out you can use Express Editions for commercial use: there are no licensing restrictions for applications built using Visual Studio Express Editions. See <a href="http://www.microsoft.com/express/support/faq/" rel="nofollow">FAQ</a> #7.</p>
http://stackoverflow.com/questions/86562/what-is-missing-in-the-visual-studio-express-editions/86585#865850Answer by Mitchel Sellers for What is "missing" in the Visual Studio Express Editions?Mitchel Sellers2008-09-17T19:17:55Z2008-09-17T19:17:55Z<p>This <a href="http://msdn.microsoft.com/en-us/vs2008/products/cc149003.aspx" rel="nofollow">MSDN document</a> should get you everything you need!</p>
http://stackoverflow.com/questions/86562/what-is-missing-in-the-visual-studio-express-editions/86587#865875Answer by John Sheehan for What is "missing" in the Visual Studio Express Editions?John Sheehan2008-09-17T19:18:04Z2008-09-17T20:17:43Z<p><a href="http://msdn.microsoft.com/en-us/vs2005/aa700921.aspx" rel="nofollow">Here's comparison chart of editions</a></p>
<p>Edit: didn't realize this was for 2005, not 2008</p>
http://stackoverflow.com/questions/86562/what-is-missing-in-the-visual-studio-express-editions/86598#865980Answer by Kevin Sheffield for What is "missing" in the Visual Studio Express Editions?Kevin Sheffield2008-09-17T19:18:56Z2008-09-17T19:18:56Z<p>I think in 2008 the express editions do not have the built in Testing features for one.</p>
http://stackoverflow.com/questions/86562/what-is-missing-in-the-visual-studio-express-editions/86614#8661455Answer by Michael Burr for What is "missing" in the Visual Studio Express Editions?Michael Burr2008-09-17T19:20:49Z2008-09-17T19:45:15Z<p>The major areas where VS Express lacks features compared to VS Pro:</p>
<ul>
<li>No Add-in/macros</li>
<li>some Win32 tools missing</li>
<li>no Team Explorer support</li>
<li>limited refactoring support</li>
<li>Debugging is much more limited (particularly problematic for server development is no remote debugging)</li>
<li>Lack of support for setup projects</li>
<li>no report creation tools</li>
<li>no Office development support</li>
<li>no mobile platform support</li>
<li>limited set of designers</li>
<li>limited set of database tools</li>
<li>no code profiling or test framework support</li>
<li>No MFC/ATL support</li>
<li>no support for compiling C++ to 64-bit images</li>
</ul>
<p><strong>NOTE:</strong> it is often said that the Express EULA does not permit commercial development - that is <strong>not</strong> true (<a href="http://www.microsoft.com/express/support/faq/" rel="nofollow">Visual Studio Express FAQ Item 7</a>)</p>
http://stackoverflow.com/questions/86562/what-is-missing-in-the-visual-studio-express-editions/86633#86633-2Answer by typemismatch for What is "missing" in the Visual Studio Express Editions?typemismatch2008-09-17T19:22:41Z2008-09-17T19:22:41Z<p>You can't create windows services for one.</p>
http://stackoverflow.com/questions/86562/what-is-missing-in-the-visual-studio-express-editions/86641#866413Answer by Paul Reiners for What is "missing" in the Visual Studio Express Editions?Paul Reiners2008-09-17T19:23:56Z2008-09-17T19:23:56Z<p>MFC is the most important missing thing in my opinion.</p>
http://stackoverflow.com/questions/86562/what-is-missing-in-the-visual-studio-express-editions/86765#867650Answer by mgb for What is "missing" in the Visual Studio Express Editions?mgb2008-09-17T19:36:06Z2008-09-17T19:36:06Z<p>You can build MFC apps if you download the libraires in the platform SDK.
But there is no built in support for designing dialogs</p>
http://stackoverflow.com/questions/86562/what-is-missing-in-the-visual-studio-express-editions/86873#8687328Answer by Wedge for What is "missing" in the Visual Studio Express Editions?Wedge2008-09-17T19:45:15Z2009-06-08T17:52:00Z<p>There's a handy set of <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=727BCFB0-B575-47AB-9FD8-4EE067BB3A37&displaylang=en" rel="nofollow">comparison charts</a> on microsoft.com.</p>
<p>It depends on the particular express edition, of course (since there are several and they have different features). The limitations you're most likely to run into are source control integration (and TFS client license), debugging limitations, limited refactorings, no unit testing support, and limited designer support.</p>
<p>For completeness sake, here's a list of features that are in Visual Studio 2008 Standard Edition but are in none of the express editions:</p>
<ul>
<li>Add-Ins</li>
<li>Macros and Macros IDE</li>
<li>Visual Studio Add-in project template</li>
<li>VSPackages</li>
<li>Wizards</li>
<li>ATL/MFC Trace Tool</li>
<li>Create GUID</li>
<li>Dotfuscator Community Edition</li>
<li>Error Lookup</li>
<li>Source Control Integration</li>
<li>Spy++</li>
<li>Team Explorer Integration</li>
<li>Team Foundation Server Client Access License</li>
<li>Visual Studio 2008 Image Library</li>
<li>Add-Ins/Macro Security options</li>
<li>Visual Studio Settings</li>
<li>Class Designer</li>
<li>Encapsulate Field Refactoring</li>
<li>Extract Interface Refactoring</li>
<li>Promote Local Variable to Parameter Refactoring</li>
<li>Remove Parameters Refactoring</li>
<li>Reorder Parameters Refactoring</li>
<li>Debugging Dumps</li>
<li>JIT Debugging</li>
<li>Mini-dumps</li>
<li>Multithreaded/Multiprocess Debugging</li>
<li>NTSD Command Support</li>
<li>Step-Into Web Services Debugging</li>
<li>CAB Project Project Template</li>
<li>Merge Module Project Template</li>
<li>Publish Web Site Utility</li>
<li>Setup Project Template</li>
<li>Setup Wizard Project Template</li>
<li>Smart Device CAB Project Template</li>
<li>Web Setup Project Template</li>
<li>Windows Installer Deployment</li>
<li>64-bit Visual C++ Tools</li>
<li>Create XSD Schema from an XML Document</li>
<li>Reports Application Project Template</li>
<li>Visual Studio Report Designer</li>
<li>Visual Studio Report Wizard</li>
<li>Shared Add-in Project Template</li>
<li>ASP.NET AJAX Server Control Extender Project Template</li>
<li>ASP.NET AJAX Server Control Project Template</li>
<li>ASP.NET Reports Web Site project template</li>
<li>ASP.NET Server Control Project Template</li>
<li>ASP.NET Web Application Project Template</li>
<li>Generate Local Resources</li>
<li>WCF Service Host</li>
<li>WCF Service Library Project Template</li>
<li>WF Activity Designer</li>
<li>Custom Wizard Project Template</li>
<li>WF Empty Workflow Project Template</li>
<li>MFC ActiveX Control Project Template</li>
<li>MFC Application Project Template</li>
<li>MFC DLL Project Template</li>
<li>WF Sequential Workflow Console Application Project Template</li>
<li>WF Sequential Workflow Library Project Template</li>
<li>WF Sequential Workflow Service Library Project Template</li>
<li>WF State Machine Workflow Library Project Template</li>
<li>WF State Machine Workflow Designer</li>
<li>WF State Machine Workflow Service Library Project Template</li>
<li>WCF Syndication Service Library Project Template</li>
<li>Visual Studio Extensions for Windows Workflow Foundation Designer</li>
<li>Windows Forms Control Library Project Template</li>
<li>Windows Service Project Template</li>
<li>WF Workflow Activity Library Project Template</li>
<li>WPF Custom Control Library Project Template</li>
<li>WPF User Control Library Project Template</li>
<li>ASP.NET Server Control Item Template</li>
<li>COM Class Item Template</li>
<li>Configuration File Item Template</li>
<li>Frameset Item Template</li>
<li>Interface Item Template</li>
<li>CLR Installer Class Item Template</li>
<li>Local Database Cache Item Template</li>
<li>Module-Definition File Item Template</li>
<li>Nested Master Page Item Template</li>
<li>ATL Registration Script Item Template</li>
<li>MS Report Item Template</li>
<li>Report Wizard Item Template</li>
<li>.NET Resources File Item Template</li>
<li>Win32 Resource File Item Template</li>
<li>Static Discovery File (Web Services) Item Template</li>
<li>Transactional Component Item Template</li>
<li>Web Content Form Item Template</li>
<li>Windows Script Host Item Template</li>
<li>Windows Services Item Template</li>
<li>XML Schema Item Template</li>
</ul>
http://stackoverflow.com/questions/86562/what-is-missing-in-the-visual-studio-express-editions/87158#871580Answer by AShelly for What is "missing" in the Visual Studio Express Editions?AShelly2008-09-17T20:16:49Z2008-09-17T20:16:49Z<p>Other people have posted huge lists, but as a practical matter, speaking as someone who does mostly systems programming, the features I miss most when using the express edition are </p>
<ol>
<li><p>the thread-aware parts of the debugger,and</p></li>
<li><p>the ability to open files with the built-in binary viewer. </p></li>
</ol>
<p>If I did MFC programming more often I would probably miss the dialog designer as well.</p>
http://stackoverflow.com/questions/86562/what-is-missing-in-the-visual-studio-express-editions/180639#1806390Answer by Jeff B for What is "missing" in the Visual Studio Express Editions?Jeff B2008-10-07T22:02:38Z2008-10-07T22:02:38Z<p>Add-ins <em>are</em> allowed in VS express. The most notable one is straight from Microsft: XNA Game Studio works as a VS express add-in.</p>
<p>There's even a project type (maybe only available in full VS) that lets you build your own VS express add-ins!</p>
http://stackoverflow.com/questions/86562/what-is-missing-in-the-visual-studio-express-editions/244762#2447622Answer by Edmundito for What is "missing" in the Visual Studio Express Editions?Edmundito2008-10-28T20:34:08Z2008-10-28T20:34:08Z<p>One that is missing (which is nice to have) is:</p>
<blockquote>
<p><strong>Source Control Integration</strong>
enables two
options: source control solution based
on the Source Control Plug-in API
(formerly known as the MSSCCI API), or
a source control VSPackage</p>
</blockquote>
<p>This is particularly important especially if you're working with systems like <a href="http://kb.perforce.com/AllPerforceApplications/IntegrationsPerforce/P4sccVisualStudio" rel="nofollow">Perforce</a> where you must check out files before changing with them, particularly changing project settings for all team members.</p>
http://stackoverflow.com/questions/86562/what-is-missing-in-the-visual-studio-express-editions/325764#3257641Answer by Daok for What is "missing" in the Visual Studio Express Editions?Daok2008-11-28T13:21:08Z2008-11-28T13:21:08Z<p>These are the most significant for me : </p>
<ul>
<li>You cannot set breakpoint with condition</li>
<li>Add-in support</li>
<li>Refactoring is very limited (rename, extract method)</li>
</ul>
http://stackoverflow.com/questions/86562/what-is-missing-in-the-visual-studio-express-editions/352373#3523731Answer by dnik for What is "missing" in the Visual Studio Express Editions?dnik2008-12-09T10:48:32Z2008-12-09T10:59:58Z<p>"You can't create windows services for one" -- you CAN, you just don't have a template for it. Services are just normal applications with an extra twist. </p>
<p>See:</p>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/library/76477d2t(VS.80).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/76477d2t(VS.80).aspx</a> for C#</li>
<li>for C++, the full API is described here: <a href="http://msdn.microsoft.com/en-us/library/ms685969(VS.85).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms685969(VS.85).aspx</a></li>
</ul>
http://stackoverflow.com/questions/86562/what-is-missing-in-the-visual-studio-express-editions/1502250#15022500Answer by Benjol for What is "missing" in the Visual Studio Express Editions?Benjol2009-10-01T06:38:55Z2009-10-01T06:38:55Z<p>Note that currently, you can't get F# in an Express edition, though I imagine that this is likely to change at some point in time. </p>
<p>There is a workaround - you install the <a href="http://msdn.microsoft.com/en-us/vsx2008/products/bb933751.aspx" rel="nofollow">Visual Studio Shell</a> and <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7bb32f32-9fac-4f34-ad56-b0bda130cf00&displaylang=en" rel="nofollow">F# CTP</a> separately and they work together.</p>
http://stackoverflow.com/questions/86562/what-is-missing-in-the-visual-studio-express-editions/1579983#15799830Answer by Tim Cooper for What is "missing" in the Visual Studio Express Editions?Tim Cooper2009-10-16T19:33:04Z2009-10-16T19:33:04Z<p>I had trouble with Visual Studio Express (C++) 2008 (with service pack 1) on Windows Vista, with debugging. Any time I did anything such as (a) break the program, (b) set focus from the app back to the IDE, (c) resume execution, the program hung for about 30 seconds. Task Manager showed "VSExpress.exe" consuming an entire CPU for the duration. Vista showed "Not responding" in the IDE's title bar during this time.</p>
<p>This was driving me bonkers so I bought a commercial copy of Visual Studio Professional 2008 ($150 from SoftwareSurplus) and this solved the problem.</p>