These are the first 3 lines of my code:
I get the message that Could not load type 'century.lRollReorder'.
My codebehind starts like this:
Any ideas why I get this problem?
Code:
<%@ Page Language="vb" CodeBehind="lRollReorder.aspx.vb" Inherits="century.lRollReorder" AutoEventWireup="false" %>
<%@ Register TagPrefix="UserControl" TagName="Head" Src="smallHead.ascx" %>
<%@ Register TagPrefix="UserControl" TagName="Foot" Src="mainMenu.ascx" %>
I get the message that Could not load type 'century.lRollReorder'.
My codebehind starts like this:
Code:
Public Class lRollReorder
Inherits System.Web.UI.Page
Any ideas why I get this problem?