Results 1 to 2 of 2

Thread: CRAXDRT and CRPEAuto are undefined, why?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2003
    Location
    CA
    Posts
    16

    CRAXDRT and CRPEAuto are undefined, why?

    I have the following references:
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Shared
    Imports CrystalDecisions.Web

    However, this code reports that CRAXDRT.Report is undefined.
    Dim crReport As New CRAXDRT.Report()

    I am using VB.NET with Crystal Reports.
    Do I need to install the DLL's seperately?

    I have not been able to find any information on this from Crysta.Decisions or this Forum. Does anyone know?

  2. #2
    New Member
    Join Date
    Aug 2006
    Location
    Massachusetts
    Posts
    1

    Re: CRAXDRT and CRPEAuto are undefined, why?

    Hi,

    I just figured out the answer to 'why is CRPEAuto' undefined. The answer is that you need to load the Automation Server to your references. Do this by going to Project, References. Click on 'Crystal Report Engine 7 Object Library'. This will load those library objects into your VB session. You can check that this worked by looking at the object browser - View, Object Browser or just press F2.

    Hope this helps.

    Ann

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width