PDA

Click to See Complete Forum and Search --> : Invalid TLV record


kselvakumar_82
Apr 22nd, 2008, 07:47 AM
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

Hack
Apr 23rd, 2008, 12:28 PM
What did you use to install your application?

kselvakumar_82
Apr 24th, 2008, 05:23 AM
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?