I am trying to convert a web application from Visula Studio 2005 to 2008. This application has Crystal Reports. When i tried to convert am getting error in "Report Document".
The error message is " Type Reportdocument not defined"
First ensure that you have crystal software(Either VS 2008 version or Business objects s/w) installed.
Add reference to assemblies CrystalDecisions.CrystalReports.Engine for using ReportDocument. Also make sure you have other basic DLL: CrystalDecisions.ReportSource, CrystalDecisions.Shared CrystalDecisions.Web and CrystalDecisions.CrystalReports.Design.
Other references based on the need.
This should resolve the error.
Marked as answer by crosswinds on Feb 16, 2012 06:08 AM
crosswinds
Member
7 Points
11 Posts
Error in Class "Report Document"
Feb 14, 2012 08:31 AM|LINK
I am trying to convert a web application from Visula Studio 2005 to 2008. This application has Crystal Reports. When i tried to convert am getting error in "Report Document".
The error message is " Type Reportdocument not defined"
Please help me on this.
vckreddyece
Member
215 Points
52 Posts
Re: Error in Class "Report Document"
Feb 14, 2012 02:53 PM|LINK
First ensure that you have crystal software(Either VS 2008 version or Business objects s/w) installed.
Add reference to assemblies CrystalDecisions.CrystalReports.Engine for using ReportDocument. Also make sure you have other basic DLL: CrystalDecisions.ReportSource, CrystalDecisions.Shared CrystalDecisions.Web and CrystalDecisions.CrystalReports.Design. Other references based on the need.
This should resolve the error.
crosswinds
Member
7 Points
11 Posts
Re: Error in Class "Report Document"
Feb 16, 2012 06:08 AM|LINK
Thanks...