Browse by Tags

Building a solution
Thu, Jan 21 2010 9:12 AM
Today our team leader asked me to get someone in our team started on a new solution. This entails 2 things: A dev tree Tests and code (and yes, I choose this order on purpose)   The Dev Tree Suppose you have to make a new solution.   Create root: $/TeamProject/<SolutionName> Create main branch: $/TeamProject/<SolutionName>/Dev Create lib... Read More...
The Visual Studio performance and coverage logging engine is already running on the computer
Wed, Apr 1 2009 10:38 AM
Something really annoying happens in Visual Studio when I debug my tests. No tests run, because of a test run error: Code coverage collection error: The Visual Studio performance and coverage logging engine is already running on the computer. Therefore, the test run cannot continue. Close the pending performance or code coverage session and then rerun the tests... Read More...
Unable to launch the ASP.NET Development Server because port 'n' is in use.
Mon, Mar 30 2009 1:48 PM
I had a problem today. My ASP.NET Development server wouldn’t start because the specified port was already in use. The port number was 50678, so it wasn’t very likely that it actually was in use. But I decided to check anyway. But as expected ‘netstat –a’ gave me no results for port 50678. Restarting VS or my PC didn’t help…. It had to be some sort of firewall... Read More...
Visual Studio Team System 2010 and Team Foundation Server 2010: already in love with all the new features!
Tue, Oct 28 2008 8:33 AM
An exhausting day at PDC... Here are the sessions that I did: Keynote: Windows Azure Microsoft Visual Studio Team System: A Lap Around VSTS 2010 ASP.NET 4.0 Roadmap Team Foundation Server 2010: Cool New Features WF 4.0: A first look   I really love the new features of VSTS and TFS; I can hardly wait to start using them...   I will not go into a lot... Read More...