Results 1 to 3 of 3

Thread: Invalid TLV record

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2008
    Posts
    17

    Exclamation Invalid TLV record

    Version using VB6.0, CR10, Msaccess

    Dim Appl As New CRAXDRT.Application
    Set Appl = CreateObject("CrystalRuntime.Application.10")
    Set Report = Appl.OpenReport(App.Path & "\TestReport.rpt")
    CRViewer1.ReportSource = Report
    CRViewer1.ViewReport

    This is the codig i've used . Previosly i was using CR6.0 and was working fine. When i use the above code for CR10 im getting error as Invalid TLV record when the application is installed in client machine.
    Can any help me in getting this issue resolved?
    THANKS in advance

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Invalid TLV record

    What did you use to install your application?

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Apr 2008
    Posts
    17

    Re: Invalid TLV record

    created the package in deployment wizard and just run the setup file in the client machine which does not have CR10. Do i need to register any dll in client side?

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