dll and import statements problem

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top