Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all
problem with crystal report 2010.I use a form to use crystal report to show reporting,then run the project,but an error will be shown like this:

C#
The type or namespace name 'CrystalDecisions' could not be found (are you missing a using directive or an assembly reference?)	G:\WindowsFormsApplication1\WindowsFormsApplication1\CrystalReport1.cs	14	11	WindowsFormsApplication1


and in the using systems:
C#
using CrystalDecisions.Shared;
    using CrystalDecisions.ReportSource;
    using CrystalDecisions.CrystalReports.Engine;


please help to make a reporting with vs2010.
thanks for help.
Posted

 
Share this answer
 
 
Share this answer
 
Hi all
is there any defrence between framwork4.0 and framwork4.0 client?
if any,please send download link for .net framwork 4.0 not client

thanks all friends
 
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