How to connect Office 2003 to TFS 2012

Problem: Team Explorer 2012 does not integrate with Office 2003. Solution: Install Team Explorer 2008, Visual Studio 2008 SP1 and 2008 Compatibility Update. Explanation: This procedure will also work to get Visual Studio 2008 connected to TFS 2012. If you open Excel 2003 after installing Te... [More]

How do I convert a Web Site to a Web Application

Problem: We created our application using the Web Site project template and would like to change to a Web Application. Solution: http://msdn.microsoft.com/en-us/library/aa983476(v=vs.100).aspx Explanation: Just don't use Web Sites! Why would I want my source code (all of my IP) on a server that... [More]

I can't connect to my load test repository.

Problem: When I try to Open and Manage Results from my load test I get an error: Solution: Make sure your controller is configured with the full name to the database server instead of . or .\sqlexpress.  Change to mySqlServer or mySqlServer\sqlExpress.