J
Julia B
Hi all
Got an ASP.Net 2.0 web application in VB which uses a master page. When I
try to run the app on my local machine in debug mode, I get the following
error:
Parser error message: could not load type 'RCMaster'. The error occurs in
line one of the source code of the RCMaster file which is:
<%@ Master Language="VB" AutoEventWireup="false"
CodeBehind="RCMaster.Master.vb" Inherits="RCMaster" %>
I've checked that the partial classes RCMaster.Master.vb and
RCMaster.Master.Designer.vb are both public.
I've deleted the files in the bin folder several times and re-built and get
the same error. I've restarted the IIS server and checked all the properties
on the virtual directory and all seem to be OK.
Any ideas where to look now?
Thanks
Julia
Got an ASP.Net 2.0 web application in VB which uses a master page. When I
try to run the app on my local machine in debug mode, I get the following
error:
Parser error message: could not load type 'RCMaster'. The error occurs in
line one of the source code of the RCMaster file which is:
<%@ Master Language="VB" AutoEventWireup="false"
CodeBehind="RCMaster.Master.vb" Inherits="RCMaster" %>
I've checked that the partial classes RCMaster.Master.vb and
RCMaster.Master.Designer.vb are both public.
I've deleted the files in the bin folder several times and re-built and get
the same error. I've restarted the IIS server and checked all the properties
on the virtual directory and all seem to be OK.
Any ideas where to look now?
Thanks
Julia