Here is a fun fact for you. The ASP.NET GridView control does not have default Insert Support for your objects, even if you are using […]
WCF: Why isn’t my object showing up on the client side?
I had a minor head-palm moment a few minutes ago. Problem I declared an object in my WCF service with the correct DataContract and DataMember […]
Could not load file or assembly [AssemblyName] or one of its dependencies
Yellow Screen of Death Error: Could not load file or assembly [Assembly Name Here] or one of its dependencies. The Gripe I hate this error […]
WinForms: Object reference not set to an instance of an object
I wrote about this already, but I just wanted to write a post about a very very weird encounter with this error while working with […]
Windows Form Designer File Hell: Object reference not set to an instance of an object
I spent 2 hours trying to figure out why a form I was working on was telling me that there was something wrong with a […]
Windows Forms Project Crashes Immediately on Startup
This was a more puzzling error that I have had to deal with in a long time. Every time I started up my windows forms […]
CS0246: The type or namespace name ‘NameHere’ could not be found (are you missing a using directive or an assembly reference?)
This is a fun problem I ran into, luckily I solved it rather quickly. The Setup I have a website setup in IIS7.5 running on […]
HTTP 404.17 – Not Found, Error Code: 0x80070032
HTTP Error 404.17 – Not Found The requested content appears to be script and will not be served by the static file handler. Error Code: […]
Things Not Everyone Should Drink at Work: Chamomile Tea
I learned this the hard way a several years ago, but I was just reminded again when a coworker of mine brought in some caffeine free Chamomile Tea to […]
Visual Studio 2008 Installation – Debugger Not Installed!
Some Background Like most Microsoft installations, ever individual’s experience installing the same piece of software can be very different. I must be special because I […]