As someone new to Telerik controls I might be missing something obvious but I cannot seem to figure this out.
I am working in VS 2010 developing a ASP.NET / Ajax based solution. So far on my development box everything is working without error. Per the suggested standards I have created a library of reports which are then referenced in my web projects. I have created a asp.net webpage which generically launches a given report when required.
When this project is deployed to the production server the Telerik.Reporting.dll is correctly copied. VS 2010 appears to automatically pick up the reference from my Report Library .DLL. What does not get picked up is the reference to the Telerik.ReportViewer.WebForms DLL. No matter where I located the reference to the Report Viewer (either in the library or main ASP.NET application), the resulting references all refer to the GAC. Given that my deployment is via "xcopy", items may not reside in the GAC.
As long as I remember to copy the DLL's to my projects compiled folder everything works. As this is not automated human error can creep in. Is there a way I can automate the deployment of the required items? Is this a question of how I refer to the control? Is this a question of where it is compiled?
Thank you for any insight you might provide.
I am working in VS 2010 developing a ASP.NET / Ajax based solution. So far on my development box everything is working without error. Per the suggested standards I have created a library of reports which are then referenced in my web projects. I have created a asp.net webpage which generically launches a given report when required.
When this project is deployed to the production server the Telerik.Reporting.dll is correctly copied. VS 2010 appears to automatically pick up the reference from my Report Library .DLL. What does not get picked up is the reference to the Telerik.ReportViewer.WebForms DLL. No matter where I located the reference to the Report Viewer (either in the library or main ASP.NET application), the resulting references all refer to the GAC. Given that my deployment is via "xcopy", items may not reside in the GAC.
As long as I remember to copy the DLL's to my projects compiled folder everything works. As this is not automated human error can creep in. Is there a way I can automate the deployment of the required items? Is this a question of how I refer to the control? Is this a question of where it is compiled?
Thank you for any insight you might provide.