cancel
Showing results for 
Search instead for 
Did you mean: 

Error export dll -2147190548 (800478ec)

Former Member
0 Kudos

I use VB6 and Crystal report XI when export for email generate this error -2147190548 dll export expired o not exist.

Set Report = Application.OpenReport("c:\example.rpt")

With Report

.ExportOptions.DestinationType = crEDTEMailMAPI

.ExportOptions.MailToList = "xxxxxxxxxx"

.ExportOptions.MailSubject = "Here's the Xtreme Orders Report"

.ExportOptions.MailMessage = "Attached is a PDF file showing the latest Xtreme Orders Report."

.ExportOptions.FormatType = crEFTPortableDocFormat

.ExportOptions.PDFExportAllPages = True

.Export (False)

End With 'Report

Tank

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

Giuseppe, is this happening on your dev computer or after you deploy the app? If on your dev computer, can you export to email destination from the CR designer? What is your email client?

Ludek

Former Member
0 Kudos

This problem is in the dev computer and outlook.

bye

former_member183750
Active Contributor
0 Kudos

Please also let me know:

If on your dev computer, can you export to email destination from the CR designer?

And, what SP level for Cr are you on?

Ludek

Former Member
0 Kudos

I have solver the problem.

I tried to cr designer, asket me the cd installation.

Tank you

former_member183750
Active Contributor
0 Kudos

Good stuff Giuseppe.

Have a good one,

Ludek

Answers (0)