Line 33: <assemblies>
Line 34: <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
Line 35: <add assembly="Telerik.Charting, Version=2.0.4.0, Culture=neutral, PublicKeyToken=D14F3DCC8E3E8763"/>
Line 36: <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 37:
why am i receving this error message when i try to run this on the server.
Line 34: <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
Line 35: <add assembly="Telerik.Charting, Version=2.0.4.0, Culture=neutral, PublicKeyToken=D14F3DCC8E3E8763"/>
Line 36: <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 37:
why am i receving this error message when i try to run this on the server.
5 Answers, 1 is accepted
0
Hi Duy,
This error is caused because you don't have RadChart's assembly in the CAG on the server. You can easily fix the error by removing (deleting) this reference from your web.config (if you don't use RadChart in your application).
Kind regards,
Paul
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
This error is caused because you don't have RadChart's assembly in the CAG on the server. You can easily fix the error by removing (deleting) this reference from your web.config (if you don't use RadChart in your application).
Kind regards,
Paul
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

appdev
Top achievements
Rank 1
answered on 30 Oct 2008, 10:18 AM
yes i a know that but i do need to use the chart later so how do i fix this problem permanently. thank you
0
Hi Duy,
Well, you should either add the Charting assembly to the GAC or the site's bin folder.
Regards,
Dimo
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Well, you should either add the Charting assembly to the GAC or the site's bin folder.
Regards,
Dimo
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

appdev
Top achievements
Rank 1
answered on 30 Oct 2008, 10:37 AM
hi,
where could i find the charting assemblies, i installed the whole radcontrol q2 2008 for asp.net on the server. and what is cag?
where could i find the charting assemblies, i installed the whole radcontrol q2 2008 for asp.net on the server. and what is cag?
0
Hi Duy,
The charting assembly (Telerik.Charting.dll) is located in the Bin subfolder of your RadControls for ASP.NET AJAX installation folder.
Here is more information about the Global Assembly Cache (more popular as GAC):
http://en.wikipedia.org/wiki/Global_Assembly_Cache
http://msdn.microsoft.com/en-us/library/yf1d93sz(VS.71).aspx
Sincerely yours,
Dimo
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
The charting assembly (Telerik.Charting.dll) is located in the Bin subfolder of your RadControls for ASP.NET AJAX installation folder.
Here is more information about the Global Assembly Cache (more popular as GAC):
http://en.wikipedia.org/wiki/Global_Assembly_Cache
http://msdn.microsoft.com/en-us/library/yf1d93sz(VS.71).aspx
Sincerely yours,
Dimo
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.