I have created telerik report in web application using Visual studio 2008 and Report viewer version is
(Telerik.ReportViewer.WebForms, Version=3.0.9.430, )
Its working fine in my lacol system but when i upload into server domain
it will through some error
http://www.isms.shreema.com/incidents.aspx
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 'Telerik.ReportViewer.WebForms, Version=3.0.9.430, Culture=neutral, PublicKeyToken=a9d7983dfcc261be' or one of its dependencies. The system cannot find the file specified.
Source Error:
|
My remote server(web hosters) allowed only in frame work 2.0 because when i upload all .cs files into remote server
i got one error in following namespace(its not supported)
using
System.Linq;
using
System.Xml.Linq;
So i removed that two namspace but i have problem in report viewer how to solve taht version problem
Regards
Abdul