hi.. i created a crystal report in vb.net
i saved it , copied and paste it to the folder of my vb6 project.
when i ran the program (loading of the crystal report),
it gives me an error "invalid TLV record" in this part:"
.
.
.
Set report = crystal.OpenReport(App.Path & "\Reports\CrystalReport1.rpt", 1)
.
.
.
i already tried copying and pasting it to another location,
but still it gives me the error.
any advice??tnx..
im using vb6 and im trying to connect the crystal report in mysql.