Posted on March 10, 2009 by Imran Aziz
I have been debugging perfectly fine using Visual Studio 2008 using visual studio internal web server, but suddenly today it stopped working (maybe due to windows update, but still not sure about the cause of this suddenly not working), On starting the debugger IE came up with a blank page saying the page could not [...]
Filed under: Uncategorized | Tagged: debugging, internal web server, visua, Visual Studio 2008 | 12 Comments »
Posted on September 11, 2008 by Imran Aziz
Class library are a bit harder to debug compared to dialog based or command line based application. After deciding to use NUnit I was using a dialog based application to instentiate my class library debugging, however there is a much easier way of doing that
1) Create class library with unit tests
2) Take properties of the [...]
Filed under: .net development | Tagged: class library debugging, debugging, nunit, testing, unit tests, visual studio | Leave a Comment »