Tag Archives: fix
NHibernate CompositeId and GetHashCode SELECT N+1 problem
I was looking in my NHProf log and got a lot of SELECT request. To many and I thought I was having a SELECT N+1 problem. Using the “Stack Trace” in NHprof I identified a call being made to GetHashCode() … Continue reading
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
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
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
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
2 opdateringer til Vista retter de værste fejl
De to opdateringspakker skal indtil videre installeres manuelt fra Microsofts hjemmeside ved at gå ind under KB938979 og KB938194.
Health monitoring explained ASP.NET
Original post: http://aspnet.4guysfromrolla.com/articles/031407-1.aspx