|
Rank: Newbie Groups: Member
Joined: 9/5/2007 Posts: 4
|
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_xycu5tb1" %> Line 2: <%@ Register Assembly="EO.Web" Namespace="EO.Web" TagPrefix="eo" %> Line 3:
Source File: C:\Inetpub\wwwroot\advocatesquest.com\wwwroot\MasterPage.master Line: 1
|
|
Rank: Newbie Groups: Member
Joined: 9/5/2007 Posts: 4
|
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Sorry I must have missed the error page, but I have replied your other post with two links that you might find useful.
|
|
Rank: Newbie Groups: Member
Joined: 9/5/2007 Posts: 4
|
I had to take the control off the page.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Richard wrote:I had to take the control off the page. I figured that. :) You may wish to try recompiling/redeploying the project. It's always better to get it working locally before putting it online, especially for pre-compiled website, which is known for not good at updating on the spot.
|
|