Click here to Skip to main content
15,887,875 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hii,i'm beginner
these dll's does found and folder "SAP BusinessObjects" or "BusinessObjects" not found in program filles in c:\
how can i solve this error
namespace does not found why ??
how can i add them??
i'm trying from reference from solution explorer and not found !!
C#
using CrystalDecisions.CrystalReports.Engine;
using CrystalDecisions.Shared;
Posted
Updated 15-Sep-12 6:55am
v5
Comments
[no name] 15-Sep-12 10:01am    
You right click the References in your solution and select Add Reference
mhassan083 15-Sep-12 10:06am    
i'm using visual studio 2010 and from add reference not found
and my project by vs 2008 and make this error by vs2010

These DLLs are most likely located in:

.NET Framework 4.0
C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjectsEnterpriseXI 4.0\win32_x86\dotnet

Crystal Reports XI Release 2 using .NET Framework 2.0 / 3.0:

C:\Program Files\Business Objects\Common\3.5\managed\dotnet2

Crystal Reports included with Visual Studio 2005 using .NET Framework 2.0 / 3.0:

C:\Program Files\Common Files\Business Objects\2.7\Managed
 
Share this answer
 
v2
Comments
mhassan083 15-Sep-12 10:06am    
i'm using visual studio 2010 and from add reference not found and my project by vs 2008 and make this error by vs2010
Kuthuparakkal 15-Sep-12 10:08am    
Change your Project's TargetFrame work to "Framework 4 Client Profile".. It should appear in .Net Tab.

If not Add Ref >> Browse to the folders mentioned in solution.
You may also browse to :
C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjectsEnterpriseXI 4.0\win32_x86\dotnet
mhassan083 15-Sep-12 10:24am    
folder SAP BusinessObjects does not found in Program files
Philip Stuyck 15-Sep-12 15:42pm    
Did you install the crystal reports plugin. In VS2010 it is not installed by default and has to be done seperately.
Install the crystal reports plugin.
This plugin is not installed by default when installing VS 2010, it has to be installed seperately.
http://www.sourcehints.com/articles/how-to-use-crystal-report-2010-in-vs2010.html[^]
 
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