This is a quick post for my own ignorance. On occasion I use LinqPad to make changes in a database and I find the stock […]
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 […]