This is a migrated thread and some comments may be shown as answers.

RadMenu error masterpage

3 Answers 53 Views
Menu
This is a migrated thread and some comments may be shown as answers.
isidro
Top achievements
Rank 1
isidro asked on 04 Nov 2008, 08:33 PM

localHost working fine but production server error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The system cannot find the file specified.

Source Error:

Line 1:  <%@ Master Language="VB" CodeFile="MainPage.master.vb" Inherits="MainPage" %>
Line 2: <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>Line 3:  <%@ Register Assembly="FlashControl" Namespace="Bewise.Web.UI.WebControls" TagPrefix="Bewise" %>
Line 4:  

Source File: /desarrollo/br/mgrp/es/MainPage.master    Line: 2

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Telerik.Web.UI' could not be loaded.

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433

3 Answers, 1 is accepted

Sort by
0
Serrin
Top achievements
Rank 1
answered on 04 Nov 2008, 09:32 PM
May be a silly question, but do you have the .dll file in the bin folder and the correct references in web.config or the GAC?
0
isidro
Top achievements
Rank 1
answered on 05 Nov 2008, 11:44 PM
thx problem solved, error this run="server" in html template. Sorry
0
Serrin
Top achievements
Rank 1
answered on 07 Nov 2008, 07:11 PM
If only they were all that easy to solve... ;)

Glad you got it worked out!
Tags
Menu
Asked by
isidro
Top achievements
Rank 1
Answers by
Serrin
Top achievements
Rank 1
isidro
Top achievements
Rank 1
Share this question
or