Good Day All
I have a project , in my machine it works fine. The version of .NEt is 2.0 and the telerik is 2008 version. Now i have hosted the application on my website and i am receiving the error
Parser Error Message: Could not load file or assembly 'Telerik.Charting, Version=2.0.4.0, Culture=neutral, PublicKeyToken=d14f3dcc8e3e8763' or one of its dependencies. The system cannot find the file specified.
Source Error:
and i have a master page and l tried to locate the shown above line , but i could not find it. most of the time when i receive this error in my previous applications, i just go and remove the entry in the web config. but now this points to a asp.net page or master page. I have checked the default content page for this line but i did not find it. and i searched the whole project for this and have not find it.
I must mention that i have two version of Telerik. But in this project i used only one version. In my machine i have 2010 and 2008. but now when i run this on my development machine , its fine , but when i deploy the website with its bin directories to a paid domain i receive an error.
My live website where i get this error is
www.Vuyiswamaseko.com
Thanks
I have a project , in my machine it works fine. The version of .NEt is 2.0 and the telerik is 2008 version. Now i have hosted the application on my website and i am receiving the error
Parser Error Message: Could not load file or assembly 'Telerik.Charting, Version=2.0.4.0, Culture=neutral, PublicKeyToken=d14f3dcc8e3e8763' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 4: <%@ Register Src="Advetr3.ascx" TagName="Advetr3" TagPrefix="uc4" %>
Line 5: <%@ Register Src="Advetr4.ascx" TagName="Advetr4" TagPrefix="uc5" %>
Line 6: <%@ Register Assembly="Telerik.Charting, Version=2.0.4.0, Culture=neutral, PublicKeyToken=d14f3dcc8e3e8763"
Line 7: Namespace="Telerik.Charting" TagPrefix="telerik" %>
Line 8: <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
|
and i have a master page and l tried to locate the shown above line , but i could not find it. most of the time when i receive this error in my previous applications, i just go and remove the entry in the web config. but now this points to a asp.net page or master page. I have checked the default content page for this line but i did not find it. and i searched the whole project for this and have not find it.
I must mention that i have two version of Telerik. But in this project i used only one version. In my machine i have 2010 and 2008. but now when i run this on my development machine , its fine , but when i deploy the website with its bin directories to a paid domain i receive an error.
My live website where i get this error is
www.Vuyiswamaseko.com
Thanks