-
Code Behind Shenanigans?
So you've got a perfectly working application on one server. You port it onto another server, and:
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'pagecreator.lemove'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="lemove.aspx.vb" Inherits="pagecreator.lemove"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>
Source File: D:\Web\DotNetHostingAccounts\kcornell\pagecreator\lemove.aspx Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.209; ASP.NET Version:1.0.3705.272
My best guess is that this server doesn't like code-behind (Brinkster-itis maybe). I could convert it, but that's a PITA. Is there something else I'm missing here?