-
Archives
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- July 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
-
Meta
Category Archives: .NET ASP.NET
Receive 404 Error When Implementing Custom httpHandler with .NET
Recently, I was working on a web application that provides the ability to download data to a CSV file. It is a .NET 3.5 web application. To generate the CSV file, I created a custom httpHandler for the extension *.csv. … Continue reading
Posted in .NET ASP.NET, Internet
Leave a comment
ASP.NET Parser Error – Parser Error Message: Could not load type
Here’s one for the ages, or at least till I come across another error. Got the rather ubiquitous error displayed below when trying to run an uncompiled web application…only problem, I had compiled the application and had the dll to … Continue reading
Posted in .NET ASP.NET
Leave a comment