Click here to Skip to main content
15,868,030 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Everyone,

I am a new in the .net world so I have some simple questions. I am trying to create a windowsapplication with a crystal report connected to a local database. I have Windows 7 with x64.

Question 1) What are the References I should have in my project?

Question 2) For my crystal viewer should I use the "Crystal ActiveX Report Viewer control 14.0 from SAP BusinessObjects COM Component"

As soon as I create a Crystal Report I get 25 Errors and 6 Warnings.

If someone could direct me to a vs2010 small program that runs a simple crystal report, I should be able to take it after that.

Thanks.
Posted
Comments
Volynsky Alex 25-May-13 13:51pm    
Try reading this post:
http://social.msdn.microsoft.com/Forums/en-US/vscrystalreports/thread/24bd3f52-8b22-47ee-90eb-2504d49a4625

According to the other guys, [ project setting's target framework is set to .Net Framework 4 Client Profile. You need to set it as .Net Framework 4] and additionally
for Crystal Report support, you have to download and install Crystal Report SAP Business Objects for VS2010. my VS2010 did not have the Crystal Report. I had to download from Microsoft and then install it side-by-side. Don't need to bother about references. If any reference is required then that should be suggested by IDE itself.
 
Share this answer
 
I guess this should guide you to start: Idiot's Guide to Crystal Reports, Part I - Winforms[^]
Though this is not in VS2010, but can be used as a reference to understand how its done.

If you still face errors after having a look at sample of article then post your errors here such that we can have a look at them and suggest you the way to resolve them.
 
Share this answer
 
For all your answer , I believe that your project setting's target framework is set to .Net Framework 4 Client Profile. You need to set it as .Net Framework 4. I hope this will work.

:cool:
 
Share this answer
 
v2
GOOD WORK ,
[ project setting's target framework is set to .Net Framework 4 Client Profile. You need to set it as .Net Framework 4]

IS THE SOLUTIONS OF MANY PROBLEMS
 
Share this answer
 
Download and install Crystal report for SAP
 
Share this answer
 

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