Source Versioning for Visual Studio Express - Stack Overflow most recent 30 from stackoverflow.com2009-12-07T02:01:20Zhttp://stackoverflow.com/feeds/question/30835http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/30835/source-versioning-for-visual-studio-express1Source Versioning for Visual Studio ExpressMike Wills2008-08-27T18:38:54Z2009-03-22T09:41:59Z
<p>Is there any Visual Studio Express plug ins for source versioning? I am starting a project on my own and only have the Express version of Visual Studio 2008.</p>
http://stackoverflow.com/questions/30835/source-versioning-for-visual-studio-express/30837#308370Answer by Will Dean for Source Versioning for Visual Studio ExpressWill Dean2008-08-27T18:39:57Z2008-08-27T18:39:57Z<p>I don't think there are any plugins for Express versions of VS. Googling 'Jamie Cansdale' is the canonical reference for this issue.</p>
http://stackoverflow.com/questions/30835/source-versioning-for-visual-studio-express/30855#308551Answer by Phillip Wells for Source Versioning for Visual Studio ExpressPhillip Wells2008-08-27T18:47:58Z2008-08-27T18:47:58Z<p>Source control integration is not supported in the Express editions of Visual Studio. Check out the feature comparison chart at <a href="http://msdn.microsoft.com/en-us/vstudio/products/cc149003.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/vstudio/products/cc149003.aspx</a></p>
http://stackoverflow.com/questions/30835/source-versioning-for-visual-studio-express/30860#308600Answer by Brian Stewart for Source Versioning for Visual Studio ExpressBrian Stewart2008-08-27T18:49:03Z2008-08-27T18:49:03Z<p>The VisualSVN manual says it works with all editions of Visual Studio - though I have not personally tried it. I know that none of Microsoft's Team Foundation Server stuff will work with Express.</p>
http://stackoverflow.com/questions/30835/source-versioning-for-visual-studio-express/30862#308623Answer by Sören Kuklau for Source Versioning for Visual Studio ExpressSören Kuklau2008-08-27T18:49:46Z2008-08-27T18:49:46Z<p>Short answer: No.</p>
<p>The Express editions support neither the Add-Ins nor Source Control providers (SCC plug-ins). While there are ways to make this work, they are undocumented, violate the license and <a href="http://weblogs.asp.net/nunitaddin/archive/2007/05/31/microsoft-vs-testdriven-net-31-may-2007.aspx" rel="nofollow">have caused legal trouble before…</a></p>