J
John
Hi there,
Can anyone decypher what this error is telling me? This is something that
was working perfectly happily after making some changes recommended by Bruce
Barker (see:
http://groups.google.co.uk/group/mi...ss+method+in+master's+master#5fab6e75f47ff1c4)
The only thing I've changed is that I deleted a couple of content page files
that weren't being used.
Anyway, if you're able to point me in the right direction for tracking down
the problem I'd be very grateful.
Best regards
John
PS the error gets thrown in the Page Load event of the content page, which
has a master, which itself has a master.
Compilation Error
Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error details
and modify your source code appropriately.
Compiler Error Message: BC30652: Reference required to assembly
'App_Web_i0omzneq, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
containing the type 'ASP.mainmaster_master'. Add one to your project.
Source Error:
Line 5: Protected Sub Page_Load(ByVal sender As Object, ByVal e As
System.EventArgs) Handles Me.Load
Line 6: CType(Master.Master, ISetMenus).SetMenu("Products")
Can anyone decypher what this error is telling me? This is something that
was working perfectly happily after making some changes recommended by Bruce
Barker (see:
http://groups.google.co.uk/group/mi...ss+method+in+master's+master#5fab6e75f47ff1c4)
The only thing I've changed is that I deleted a couple of content page files
that weren't being used.
Anyway, if you're able to point me in the right direction for tracking down
the problem I'd be very grateful.
Best regards
John
PS the error gets thrown in the Page Load event of the content page, which
has a master, which itself has a master.
Compilation Error
Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error details
and modify your source code appropriately.
Compiler Error Message: BC30652: Reference required to assembly
'App_Web_i0omzneq, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
containing the type 'ASP.mainmaster_master'. Add one to your project.
Source Error:
Line 5: Protected Sub Page_Load(ByVal sender As Object, ByVal e As
System.EventArgs) Handles Me.Load
Line 6: CType(Master.Master, ISetMenus).SetMenu("Products")