Browsing articles tagged with " Visual Studio"

Solution | Unable to write output file ‘…pdb’; unspecified error

Visual Studio 2005 / 2008

During this weekend, I started having a problem when building a solution in Visual Studio. It would load the following error:

Unable to write to output file Solution_Name.pdb

This Visual Studio solution has 8 projects, and a lot of files and folders. I tried several solutions that I found on the net, which worked for others, but none worked for my case including:

  • Delete the .pdb file from the solution – Didn’t Work
  • Delete the Debug folder – Still Didn’t work
  • Delete the whole obj Folder – Nothing Continue reading »

Visual Studio | No source code available for the current location

Visual Studio 2005 / 2008

Whilst trying to debug a Stored Procedure, the following error prompted:

There is no source code available for the current location

First you have to make sure that the current user is part of the ‘sysadmin’ Server role (click here for how to).

Total Number of Lines of Code (VS Add-Ins)

Visual Studio 2005

Ever wonder how many lines of code did you write in your application/solution in visual studio 2005. Well now you can, or at least now i found how. Here’s a Visual Studio 2005 Add-In that not only shows you the total lines of code within your solution/project but also shows the breakout of each individual file. It also has an assortment of useful utilities to help programmers monitor, explore, and inspect the contents of their code.

Click here to get your free collection of free utilities for the Microsoft® Visual Studio® 2005 development environment.

Update: While searching for visual studio add-ins, i also found the Ten Essential Visual Studio Add-ins that every developer should download Now. Click here to see what it’s all about or here for other (not so essential) visual studio add-ins.

Check these Out!

Subscribe and get the latest posts in your inbox by entering your email address below