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

Telerik.Reporting Binaries not in Bin Folder After Publish

4 Answers 278 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Julie Jaegers
Top achievements
Rank 1
Julie Jaegers asked on 24 Aug 2011, 08:29 PM
I am using Silverlight 4 and render reports via Telerik Silverlight ReportViewer. Everything is working good but when I publish the ASP.NET Web Application the Telerik.Reporting.dll & Telerik.Reporting.Service.dll are not shown in my bin folder with all my other binaries. My ASP.NET Web Application references the following dll's shown below. The other two Telerik binaries are in my bin folder after publishing is completed. Why are my Telerik.Reporting binaries not? Right now I'm having to manually add them.

Telerik.Reporting.dll 
Telerik.Reporting.Service.dll
Telerik.Web.UI
Telerik.Windows.RaduploadHandler

4 Answers, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 29 Aug 2011, 07:06 PM
Hi Julie Jaegers,

During the installation of Telerik Reporting on your machine, the Telerik assemblies are added to the GAC. When deploying a Web Application project the assemblies from the GAC are not copied automatically so you need to make sure that the assemblies physically exist in the bin folder of your application.

For more information check out the following help resources:

Kind regards,
Peter
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Julie Jaegers
Top achievements
Rank 1
answered on 29 Aug 2011, 07:17 PM
I had to change the "Copy Local" property to True and now the assemblies physically exist in the bin folder of my application. THANKS!
0
Julie Jaegers
Top achievements
Rank 1
answered on 21 Sep 2011, 04:10 PM
After performing a Telerik upgrade I had to manually set the Copy to Local to True again for these two specific binaries. Is there a way to avoid having to remember to do this after each upgrade?
0
Massimiliano Bassili
Top achievements
Rank 1
answered on 21 Sep 2011, 04:59 PM
That is a problem of Visual Studio and not 3rd party products. I do not believe there is a way to avoid this, just accept that copying the needed assemblies to the bin folder is requirement..
Tags
General Discussions
Asked by
Julie Jaegers
Top achievements
Rank 1
Answers by
Peter
Telerik team
Julie Jaegers
Top achievements
Rank 1
Massimiliano Bassili
Top achievements
Rank 1
Share this question
or