SRee Posted September 20, 2008 Report Share Posted September 20, 2008 I have installed the server license on the web server, but while trying to run a page developed on Visual Studio 2008 using ChartFX 7 I am getting the following error - I dont get it when I run it locally. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> Any GURUs please. Server Error in '/' Application. Parser 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 'ChartFX.WebForms' or one of its dependencies. The system cannot find the file specified. Source Error: Line 1: <%@ Page Language="VB" AutoEventWireup="false" CodeFile="index.aspx.vb" Inherits="index" %> Line 2: Line 3: <%@ Register assembly="ChartFX.WebForms" namespace="ChartFX.WebForms" tagprefix="chartfx7" %> Line 4: <%@ Register assembly="ChartFX.WebForms.Adornments" namespace="ChartFX.WebForms.Adornments" tagprefix="chartfxadornments" %> Line 5: <%@ Register assembly="ChartFX.WebForms" namespace="ChartFX.WebForms.Galleries" tagprefix="chartfx7galleries" %> Source File: /dashboard/index.aspx Line: 3 Assembly Load Trace: The following information can be helpful to determine why the assembly 'ChartFX.WebForms' 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.