I have a crystal report that I'm attempting to export to pdf programmatically from
vb.net. I get the following error message at the 'rpt.export' line:
An unhandled exception of type 'CrystalDecisions.CrystalReports.Engine.LogOnExcep tion' occurred in crystaldecisions.crystalreports.engine.dll
Additional information: Error in File C:\DOCUME~1\RBOHLA~1.BHS\LOCALS~1\Temp\temp_ef3b28 56-3c2c-4602-af2b-66721660df17.rpt:
Unable to connect: incorrect log on parameters.
The crystal report is already displayed in the crviewer when I try to export via a button, so I've already passed by db credentials. Has anyone else seen this?