Rank: Newbie Groups: Member
Joined: 9/5/2007 Posts: 4
|
The Menu Control is on the MasterPageMenu.master and I get this error message when I copy a precompiled website to Server Intellect Hosting Site.
Server Error in '/' Application.
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: BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.masterpage_master'.
Source Error:
Line 1: <%@ master language="VB" inherits="MasterPage, App_Web_qsrmv_vw" %> Line 2: Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Source File: C:\Inetpub\wwwroot\advocatesquest.com\wwwroot\MasterPage.master Line: 1
c:\windows\system32\inetsrv> "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\vbc.exe" /t:library /utf8output /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\assembly\dl3\cf26f7a5\90ae8921_11f0c701\App_global.asax.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\assembly\dl3\0221e160\5cbb752a_11f0c701\App_Web_r-kes7p0.DLL" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\assembly\dl3\7200bdc5\285d1c3e_11f0c701\EO.Web.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\assembly\dl3\8662239f\749bd329_11f0c701\App_Web_qsrmv_vw.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\assembly\dl3\b05b8cd0\0caa4020_11f0c701\App_Code.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Design\2.0.0.0__b03f5f7f11d50a3a\System.Design.dll" /out:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.dll" /D:DEBUG=1 /debug+ /win32resource:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\cllx4r0d.res" /define:_MYTYPE=\"Web\" /imports:Microsoft.VisualBasic,System,System.Collections,System.Collections.Specialized,System.Configuration,System.Text,System.Text.RegularExpressions,System.Web,System.Web.Caching,System.Web.SessionState,System.Web.Security,System.Web.Profile,System.Web.UI,System.Web.UI.WebControls,System.Web.UI.WebControls.WebParts,System.Web.UI.HtmlControls "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.1.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.2.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.3.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.4.vb"
Microsoft (R) Visual Basic Compiler version 8.0.50727.832 for Microsoft (R) .NET Framework version 2.0.50727.832 Copyright (c) Microsoft Corporation. All rights reserved.
C:\Inetpub\wwwroot\advocatesquest.com\wwwroot\MasterPage.master(1) : error BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.masterpage_master'.
__parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(6603, 437, true)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:\Inetpub\wwwroot\advocatesquest.com\wwwroot\MasterPage.master(31) : error BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.masterpage_master'.
__parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(5683, 535, true)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:\Inetpub\wwwroot\advocatesquest.com\wwwroot\MasterPage.master(31) : error BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.masterpage_master'.
__parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(4933, 750, true)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:\Inetpub\wwwroot\advocatesquest.com\wwwroot\MasterPage.master(31) : error BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.masterpage_master'.
__parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(6218, 385, true)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:\Inetpub\wwwroot\advocatesquest.com\wwwroot\MasterPageMenu.master(1) : error BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.masterpagemenu_master'.
__parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(1786, 437, true)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:\Inetpub\wwwroot\advocatesquest.com\wwwroot\MasterPageMenu.master(32) : error BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.masterpagemenu_master'.
__parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(1401, 385, true)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:\Inetpub\wwwroot\advocatesquest.com\wwwroot\MasterPageMenu.master(32) : error BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.masterpagemenu_master'.
__parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(0, 489, true)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:\Inetpub\wwwroot\advocatesquest.com\wwwroot\MasterPageMenu.master(32) : error BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.masterpagemenu_master'.
__parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(866, 535, true)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:\Inetpub\wwwroot\advocatesquest.com\wwwroot\MasterPageMenu.master(32) : error BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.masterpagemenu_master'.
__parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(489, 377, true)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb(37) : error BC30554: 'MasterPage' is ambiguous.
Inherits Global.MasterPage ~~~~~~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb(47) : error BC30554: 'MasterPage' is ambiguous.
CType(Me,MasterPage).AppRelativeVirtualPath = "~/MasterPageMenu.master" ~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb(49) : error BC30456: 'ReadStringResource' is not a member of 'ASP.masterpagemenu_master'.
Global.ASP.masterpagemenu_master.__stringResource = Me.ReadStringResource ~~~~~~~~~~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb(52) : error BC30456: 'ContentPlaceHolders' is not a member of 'ASP.masterpagemenu_master'.
Me.ContentPlaceHolders.Add("contentplaceholder1") ~~~~~~~~~~~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb(57) : error BC30456: 'Context' is not a member of 'ASP.masterpagemenu_master'.
Return CType(Me.Context.Profile,System.Web.Profile.DefaultProfile) ~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb(63) : error BC30456: 'Context' is not a member of 'ASP.masterpagemenu_master'.
Return CType(Me.Context.ApplicationInstance,ASP.global_asax) ~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb(67) : error BC30554: 'MasterPage' is ambiguous.
<TemplateContainer(GetType(MasterPage)), _ ~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb(184) : error BC30456: 'Head1' is not a member of 'ASP.masterpagemenu_master'.
Me.Head1 = __ctrl ~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb(490) : error BC30456: 'Menu1' is not a member of 'ASP.masterpagemenu_master'.
Me.Menu1 = __ctrl ~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb(491) : error BC30456: 'Page' is not a member of 'ASP.masterpagemenu_master'.
__ctrl.ApplyStyleSheetSkin(Me.Page) ~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb(527) : error BC30456: 'HyperLink1' is not a member of 'ASP.masterpagemenu_master'.
Me.HyperLink1 = __ctrl ~~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb(528) : error BC30456: 'Page' is not a member of 'ASP.masterpagemenu_master'.
__ctrl.ApplyStyleSheetSkin(Me.Page) ~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb(559) : error BC30456: 'TreeView1' is not a member of 'ASP.masterpagemenu_master'.
Me.TreeView1 = __ctrl ~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb(560) : error BC30456: 'Page' is not a member of 'ASP.masterpagemenu_master'.
__ctrl.ApplyStyleSheetSkin(Me.Page) ~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb(591) : error BC30456: 'SiteMapDataSource1' is not a member of 'ASP.masterpagemenu_master'.
Me.SiteMapDataSource1 = __ctrl ~~~~~~~~~~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb(607) : error BC30456: 'ContentPlaceHolder1' is not a member of 'ASP.masterpagemenu_master'.
Me.ContentPlaceHolder1 = __ctrl ~~~~~~~~~~~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb(613) : error BC30456: 'ContentTemplates' is not a member of 'ASP.masterpagemenu_master'.
If (Not (Me.ContentTemplates) Is Nothing) Then ~~~~~~~~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb(614) : error BC30456: 'ContentTemplates' is not a member of 'ASP.masterpagemenu_master'.
Me.__Template_ContentPlaceHolder1 = CType(Me.ContentTemplates("ContentPlaceHolder1"),System.Web.UI.ITemplate) ~~~~~~~~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb(636) : error BC30456: 'lblCount' is not a member of 'ASP.masterpagemenu_master'.
Me.lblCount = __ctrl ~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb(637) : error BC30456: 'Page' is not a member of 'ASP.masterpagemenu_master'.
__ctrl.ApplyStyleSheetSkin(Me.Page) ~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb(653) : error BC30456: 'form1' is not a member of 'ASP.masterpagemenu_master'.
Me.form1 = __ctrl ~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb(813) : error BC30284: sub 'FrameworkInitialize' cannot be declared 'Overrides' because it does not override a sub in a base class.
Protected Overrides Sub FrameworkInitialize() ~~~~~~~~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.0.vb(815) : error BC30451: Name 'SetStringResourcePointer' is not declared.
SetStringResourcePointer(Global.ASP.masterpagemenu_master.__stringResource, 0) ~~~~~~~~~~~~~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.1.vb(59) : warning BC40003: property 'Profile' shadows an overloadable member declared in the base class 'Google_Search'. If you want to overload the base method, this method must be declared 'Overloads'.
Protected ReadOnly Property Profile() As System.Web.Profile.DefaultProfile ~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.1.vb(71) : warning BC40003: property 'ApplicationInstance' shadows an overloadable member declared in the base class 'Google_Search'. If you want to overload the base method, this method must be declared 'Overloads'.
Protected ReadOnly Property ApplicationInstance() As ASP.global_asax ~~~~~~~~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.2.vb(36) : error BC30554: 'MasterPage' is ambiguous.
Inherits Global.MasterPage ~~~~~~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.2.vb(46) : error BC30554: 'MasterPage' is ambiguous.
CType(Me,MasterPage).AppRelativeVirtualPath = "~/MasterPage.master" ~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.2.vb(48) : error BC30456: 'ReadStringResource' is not a member of 'ASP.masterpage_master'.
Global.ASP.masterpage_master.__stringResource = Me.ReadStringResource ~~~~~~~~~~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.2.vb(51) : error BC30456: 'ContentPlaceHolders' is not a member of 'ASP.masterpage_master'.
Me.ContentPlaceHolders.Add("contentplaceholder1") ~~~~~~~~~~~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.2.vb(56) : error BC30456: 'Context' is not a member of 'ASP.masterpage_master'.
Return CType(Me.Context.Profile,System.Web.Profile.DefaultProfile) ~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.2.vb(62) : error BC30456: 'Context' is not a member of 'ASP.masterpage_master'.
Return CType(Me.Context.ApplicationInstance,ASP.global_asax) ~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.2.vb(66) : error BC30554: 'MasterPage' is ambiguous.
<TemplateContainer(GetType(MasterPage)), _ ~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.2.vb(183) : error BC30456: 'Head1' is not a member of 'ASP.masterpage_master'.
Me.Head1 = __ctrl ~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.2.vb(255) : error BC30456: 'HyperLink1' is not a member of 'ASP.masterpage_master'.
Me.HyperLink1 = __ctrl ~~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.2.vb(256) : error BC30456: 'Page' is not a member of 'ASP.masterpage_master'.
__ctrl.ApplyStyleSheetSkin(Me.Page) ~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.2.vb(287) : error BC30456: 'TreeView1' is not a member of 'ASP.masterpage_master'.
Me.TreeView1 = __ctrl ~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.2.vb(288) : error BC30456: 'Page' is not a member of 'ASP.masterpage_master'.
__ctrl.ApplyStyleSheetSkin(Me.Page) ~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.2.vb(319) : error BC30456: 'SiteMapDataSource1' is not a member of 'ASP.masterpage_master'.
Me.SiteMapDataSource1 = __ctrl ~~~~~~~~~~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.2.vb(335) : error BC30456: 'ContentPlaceHolder1' is not a member of 'ASP.masterpage_master'.
Me.ContentPlaceHolder1 = __ctrl ~~~~~~~~~~~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.2.vb(341) : error BC30456: 'ContentTemplates' is not a member of 'ASP.masterpage_master'.
If (Not (Me.ContentTemplates) Is Nothing) Then ~~~~~~~~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.2.vb(342) : error BC30456: 'ContentTemplates' is not a member of 'ASP.masterpage_master'.
Me.__Template_ContentPlaceHolder1 = CType(Me.ContentTemplates("ContentPlaceHolder1"),System.Web.UI.ITemplate) ~~~~~~~~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.2.vb(364) : error BC30456: 'lblCount' is not a member of 'ASP.masterpage_master'.
Me.lblCount = __ctrl ~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.2.vb(365) : error BC30456: 'Page' is not a member of 'ASP.masterpage_master'.
__ctrl.ApplyStyleSheetSkin(Me.Page) ~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.2.vb(381) : error BC30456: 'form1' is not a member of 'ASP.masterpage_master'.
Me.form1 = __ctrl ~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.2.vb(525) : error BC30284: sub 'FrameworkInitialize' cannot be declared 'Overrides' because it does not override a sub in a base class.
Protected Overrides Sub FrameworkInitialize() ~~~~~~~~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.2.vb(527) : error BC30451: Name 'SetStringResourcePointer' is not declared.
SetStringResourcePointer(Global.ASP.masterpage_master.__stringResource, 0) ~~~~~~~~~~~~~~~~~~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.3.vb(59) : warning BC40003: property 'Profile' shadows an overloadable member declared in the base class 'Application_Error'. If you want to overload the base method, this method must be declared 'Overloads'.
Protected ReadOnly Property Profile() As System.Web.Profile.DefaultProfile ~~~~~~~ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\e0eb5707\160668d1\App_Web_cllx4r0d.3.vb(71) : warning BC40003: property 'ApplicationInstance' shadows an overloadable member declared in the base class 'Application_Error'. If you want to overload the base method, this method must be declared 'Overloads'.
Protected ReadOnly Property ApplicationInstance() As ASP.global_asax ~~~~~~~~~~~~~~~~~~~
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, Please see the following two posts for possible scenarios that can cause this problem: http://p2p.wrox.com/topic.asp?TOPIC_ID=7177http://forums.asp.net/t/900206.aspxIt shouldn't have anything to do with our menu at all. Thanks
|