Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
haiiiiiiii,
My application developing in vs 2010.we want develop reports also, for that i am developing reports in vs 2008 at other system. Then how to access those reports in vs 2010 means my system. Is it possible to access 2008 reports. If possible then hoe to processed please help me.


Thank You
Posted
Updated 9-Feb-14 21:46pm
v2

What type of report you have created on VS 2008. Is it rdlc or crystal report?
 
Share this answer
 
Comments
MANI 14 10-Feb-14 3:54am    
Crystal report
[no name] 10-Feb-14 4:06am    
OK then you setup Crystal Report for visual studio 10 http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0.exe[^]

Then open your existing report and save it with new version. Hope it will be work for your project.
XML
OK then you setup Crystal Report for visual studio 10 <a href="http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0.exe">http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0.exe</a>[<a href="http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0.exe" target="_blank" title="New Window">^</a>]

Then open your existing report and save it with new version. Hope it will be work for your project.
 
Share this answer
 
Comments
MANI 14 10-Feb-14 5:28am    
its not working. Here i open report as u said, while i click on report preview then its showing RESTART THE PROGRAMM & DEBUG THE PROGRAM and then VS is automatically close. Pls tell any other solution.
[no name] 10-Feb-14 5:43am    
http://www.telerik.com/support/kb/reporting/details/converting-reports-from-various-versions-of-crystalreports

Remove all ' Crystal reports Version=10.5.3700.0' change from web.config file.



add

<add assembly="CrystalDecisions.ReportSource, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304">

<add assembly="CrystalDecisions.ReportAppServer.Controllers, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304">

<add assembly="CrystalDecisions.ReportAppServer.DataDefModel, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304">

<add assembly="CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304">

<add assembly="CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304">

<add assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304">

<add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304">

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900