Tag Archives: error

Visual Studio 2010 Package load errors

My Windows 7 installation on my laptop broke down, and I then had to completely reinstall Windows 7, Visual Studio etc. Besides it being a long and tedious process it seemed to go fine. But I started to get the … Continue reading

Posted in Development, Software | Tagged , , | 3 Comments

Membase local development machine ip problem – FIXED

Membase caching stops working I struggled with Membase last night. I added NHibernate 2. level caching, Asp.net Session caching, Output caching and custom caching to some new Membase providers. It worked at first, but then suddenly nothing was cached, and … Continue reading

Posted in Development, Software | Tagged , , , , , | Leave a comment

Print Spooler error in Windows 7 (Bootcamp)

I found this blog post, which solved my problem regarding being unable to print on my Windows 7 MacBook Pro 13″ using Bootcamp. http://tomgee.us/?p=172 This is from the original blog post (thanks to Tom Gee): ——————————————————– The problem Today, when … Continue reading

Posted in Mac, Software | Tagged , , , , , , | 4 Comments

Visual Studio 2008 debugging and breakpoints

My development tools are currently Visual Studio 2008, Resharper 4.5, Gallio and Testdriven.NET. But for as long as I have used these tools, my Visual Studio debugger has only worked partly. The problem When I inserted some breakpoints in my code, … Continue reading

Posted in Development, Software | Tagged , , , , , | 2 Comments

Visual Studio 2008 – ItemTemplatesCache missing

The issue  My Visual Studio 2008 opened the solution file with no problem. However, when I was to add a new class, user control, aspx file or similar, I received the error: Could not find part of "c:\Program Files\Microsoft Visual … Continue reading

Posted in Development, Software | Tagged , , , , | 3 Comments

Health monitoring explained ASP.NET

Original post: http://aspnet.4guysfromrolla.com/articles/031407-1.aspx

Posted in Development | Tagged , , , | Leave a comment