This is an amazing gotcha that had me almost throw my computer off the sixth floor of my building. First to narrow down the steps […]
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 […]
How to convert a String (Char Array) to List of Int (ASCII Decimal Equivalent)
I think it confuses people that single characters are interchangeable with byte and int, so here I am telling you that they are interchangeable up to an […]
WSE: You Cannot Return Custom Exceptions
I answered this on StackOverflow.com here: http://stackoverflow.com/questions/138477/using-own-exceptions-in-wse-not-only-soapexception/9320072#9320072
Transactional Memory
This is pretty damn amazing: http://arstechnica.com/business/news/2012/02/transactional-memory-going-mainstream-with-intel-haswell.ars Its not a gotcha I solved, but still post worthy.
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 Error 404.2 – Not Found, Error Code 0x800704ec
HTTP Error 404.2 – Not Found The page you are requesting cannot be served because of the ISAPI and CGI Restriction list setting on the […]
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: […]
Repairing an ASP.Net installation for IIS7
This will more often than not fix many obscure and just plain ridiculous errors that IIS7 somehow manifests. I have worked with IIS7 plenty and […]
Can’t Run Web Application After Renaming Web Project
This solution applies to many problems, but this one in particular. If you get a yellow screen of death when trying to run a Web […]