Could not load file or assembly 'TeeChart'
Posted: Fri Aug 25, 2006 4:43 pm
Hello all,
I get this message when i try to load my application on a remote web server.
Parser Error Message: Could not load file or assembly 'TeeChart' or one of its dependencies. The system cannot find the file specified
The error occurs at the register assembly statement in the aspx file, the stack trace from the above error is below
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
Line 2:
Line 3: <%@ Register Assembly="TeeChart" Namespace="Steema.TeeChart.Web" TagPrefix="tchart" %>
Line 4:
Line 5: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
The error occurs at line 3 on the register assembly line.
Can anyone please tell me how to getover this or why i get this ? The problem is this error only occurs on the remote server where we are trying to host the application but not on our development/test machines.
Thanks
Amarsh
I get this message when i try to load my application on a remote web server.
Parser Error Message: Could not load file or assembly 'TeeChart' or one of its dependencies. The system cannot find the file specified
The error occurs at the register assembly statement in the aspx file, the stack trace from the above error is below
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
Line 2:
Line 3: <%@ Register Assembly="TeeChart" Namespace="Steema.TeeChart.Web" TagPrefix="tchart" %>
Line 4:
Line 5: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
The error occurs at line 3 on the register assembly line.
Can anyone please tell me how to getover this or why i get this ? The problem is this error only occurs on the remote server where we are trying to host the application but not on our development/test machines.
Thanks
Amarsh