Welcome to David Sandor Sign in | Join | Help

Browse by Tags

All Tags » Visual Studiol 2008   (RSS)
Could not start with debug a unit test with Visual Studio 2008.
I tried to start a unit test today with debugging enabled. The test runner started the tests but failed with various errors. One of them telling me to regsvr32 a COM component. After a little googling I found Gregg M's blog which has some useful information Read More...
Why is .NET 3.5 not listed in the ASP.NET tab in the IIS MMC Snap-In?
I keep seeing this question posted and I anticipate seeing the question pop up more often. The short answer is: There is no .NET 3.5 application layer for the IIS application context configuration tab. You should set the Framework version to .NET 2.0. Read More...