This is a migrated thread and some comments may be shown as answers.

Report control are not visible in windows service

3 Answers 88 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Saleel Panthakkalakath
Top achievements
Rank 1
Saleel Panthakkalakath asked on 06 Jan 2010, 11:11 AM

VS 2008
We were using Telerik 3.0.9.403 version.

And our project was running cool.

But now we have formatted the system and new version of telerik reporting have been installed.

 

Now we have version 3.2.9.1211.

 

But we are getting error in loading the report controls

Our  web. config  have items like bellow

 

 

  <add assembly="Telerik.ReportViewer.WebForms, Version=3.0.9.430, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>

        <add assembly="Telerik.Reporting.Processing, Version=3.0.9.430, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>

        <add assembly="Telerik.Reporting, Version=3.0.9.430, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>

        <add assembly="Telerik.Reporting.Interfaces, Version=3.0.9.430, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>

 

 

 

 

 

I my resx file I have

<assembly alias="Telerik.Reporting" name="Telerik.Reporting, Version=3.0.9.430, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" />

 

How can we get ride of the problem?

 

 

 

 

3 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 06 Jan 2010, 05:07 PM
Hi Saleel,

When upgrading to a new version, it is highly recommended that you review our release notes first so that you can see all changes, fixes and new features. In the Q2 release notes you can see the following:

Reduced the number of assemblies required by Telerik Reporting runtime to 3:
  • Telerik.Reporting - the reporting engine APIs and runtime
  • Telerik.ReportViewer.WinForms - the Windows Forms report viewer control
  • Telerik.ReportViewer.WebForms - the ASP.NET report viewer control
So in this line of thoughts you should remove all referenced to Telerik.Reporting.Processing and Telerik.Reporting.Interfaces assemblies, remove those from your bin folder and update your assembly version to the new one you are upgrading. Generally the easiest way to upgrade to a new version of the Reporting product is to use our Upgrade Wizard.

Sincerely yours,
Steve
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Saleel Panthakkalakath
Top achievements
Rank 1
answered on 11 Jan 2010, 03:16 PM
i have used upgrade wizard many time
and still there are some thisng like

Version=3.0.9.430, Culture=neutral, PublicKeyToken=a9d7983dfcc261be


i have manually replace this by

Version=3.2.9.1211, Culture=neutral, PublicKeyToken=a9d7983dfcc261be


hope this wont make any problem
0
Steve
Telerik team
answered on 11 Jan 2010, 03:51 PM
Hello Saleel,

It would not be a problem to update the references manually as long as those references are correct. For example reference to Telerik.Reporting.Processing i.e. <add assembly="Telerik.Reporting.Processing, Version=3.2.9.1211, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>

is incorrect as the Telerik.Reporting.Processing namespace is now part of the Telerik.Reporting assembly.

Sincerely yours,
Steve
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
General Discussions
Asked by
Saleel Panthakkalakath
Top achievements
Rank 1
Answers by
Steve
Telerik team
Saleel Panthakkalakath
Top achievements
Rank 1
Share this question
or