Source Versioning for Visual Studio Express - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T02:01:20Z http://stackoverflow.com/feeds/question/30835 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/30835/source-versioning-for-visual-studio-express 1 Source Versioning for Visual Studio Express Mike Wills 2008-08-27T18:38:54Z 2009-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#30837 0 Answer by Will Dean for Source Versioning for Visual Studio Express Will Dean 2008-08-27T18:39:57Z 2008-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#30855 1 Answer by Phillip Wells for Source Versioning for Visual Studio Express Phillip Wells 2008-08-27T18:47:58Z 2008-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#30860 0 Answer by Brian Stewart for Source Versioning for Visual Studio Express Brian Stewart 2008-08-27T18:49:03Z 2008-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#30862 3 Answer by Sören Kuklau for Source Versioning for Visual Studio Express Sören Kuklau 2008-08-27T18:49:46Z 2008-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>