did you copy and paste this from another page? This maybe something that I haven't seen before, but why isn't your inherit coming from the actual page itself? IE <%@ Page Language="VB" AutoEventWireup="true" CodeFile="ManufacturerDetail.aspx.vb" Inherits="ManufacturerDetail" %>
On Mon, Feb 9, 2009 at 11:43 AM, jpw <[email protected]> wrote: > > I have a simple form that is working fine on my workstation. But, > when I move it to the server, it insists that the code behind (.vb) > file be present. I want it to use the code from the dll. > > <%@ Page Language="VB" AutoEventWireup="false" > CodeFile="GivingForm.aspx.vb" Inherits="GiftAndDemographic" %> > > I have even tried to include the dll w/in the inherits: > > <%@ Page Language="VB" AutoEventWireup="false" > CodeFile="GivingForm.aspx.vb" Inherits="MyDll.GiftAndDemographic" %> > > >
