Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,
I'm using Windows 7 Ultimate 64-bit Edition and Visual Studio 2010 Professional Edition. In my Windows form application's toolbox I can't find Crystal Report Viewer tool. I installed CRRuntime_64bit_13_0 and CRforVS_13_0, which I downloaded from SAP website. The Crystal Report worked properly and created report files. The problem is I can't find the Crystal Report Viewer tool in the tool box. So I can't view the report in the windows form. I added "CrystalDecisions.Windows.Forms.dll" in the "C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet" folder. It added to the choose item box. From that I tried to add to the VS2010 toolbox, but it too didn't work. Is there any other option???? Please help.........

i set my project properties to use teh full 4.0 framework, not the client.
but i it didn't display crystal report viewer in my toolbox. is there any other options is there?
Posted
Comments
sahabiswarup 15-Feb-12 3:04am    
try this way..
Goto Toolbox - Choose Items - choose .net component framework tab - add Crystal Report
agent_kruger 12-Nov-13 6:04am    
from VS 2010 and onwards versions Crystal report is under SAP and not with VS and has to be joined manually by the developers. any idea how to solve the problem?
[no name] 22-Feb-12 22:50pm    
Try visit the following link to go details about your problem. I also come up that problem, but I already fixed and now it's already display crystal report viewer in my toolbox. click here

http://adf.ly/WqKc1

1) On the Project menu, click Properties. When the Project Designer appears, click the Compile tab.

2) On the Compile Page, Project Designer (Visual Basic), select the Configuration and Platform. In simplified build configurations, the Configuration and Platform lists are not displayed. For more information, see Debug and Release Project Configurations.

3) Click Advanced Compile Options.

4) Change Target framework (all configurations): .NET Framework 4
 
Share this answer
 
Comments
Md. Waqar Ahmad 2-Aug-17 2:04am    
100% workable solution
Check the target framework of the project you created.
By default a new WinForms project gets set to .NET Framework 4 Client Profile. To fix your problem change it to .NET Framework 4.

To do this right-click your project and select Properties. On the Application tab set the Target Framework dropdown.
 
Share this answer
 
Comments
mohsina123 17-Aug-14 10:54am    
thanks my problem is solved
DoingWork 29-Aug-14 12:55pm    
gud.......

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