Hi Lee,
Thanks for taking the time to post to this thread so much. I'm having the same problem, however my issue is that the code runs fine on my dev machine but when I copy it to the server it throws the GetTypeHashCode error ... "no suitable method found to override." My page inherits from System.Web.UI.Page, as you can see...
.aspx:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="MasterList.aspx.cs" Inherits="MasterList" MasterPageFile="MasterPage.master" %>
.cs:
public partial class MasterList : System.Web.UI.Page
{ ... }
The server's .Net temp files tree does not contain anything for my app, since all I did was copy my code to a folder under the web root. Presumably I need to change an IIS setting, but what could it be? The server is Win2k with IIS6 without FP extensions. Other .Net apps are running on this machine, written by previous programmers. This is a system where the programmers have been doing their own admin. I'm the new guy and nobody who is still around knows much about configuration. Your basic new employee ramp-up nightmare, but also full of Hero opportunity.