dll and import statements problem

  • Thread starter Thread starter Bernie Yaeger
  • Start date Start date
B

Bernie Yaeger

I use the following imports in a .dll:
Imports CrystalDecisions.Shared
Imports CrystalDecisions.CrystalReports.Engine

When I declare:
Dim orpt As New ReportDocument

it isn't recognized and 'reportdocument' is not available as per
intellisense; however, this same code and same imports works fine in my main
project. Any ideas what's wrong here?

Thanks for any help.

Bernie Yaeger
 
Back
Top