I have an asp.net webpage, where I house about 10 Crystal Report reports. All the reports work fine, except one. When I click on the report, I should go to the page where I input the parameters. Instead I get this:
Any input would be appreciated.
Unknown error 0x8004380D
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServ
ices.COMEx
ception: Unknown error 0x8004380D
Stack Trace:
[COMException (0x80004005): Unknown error 0x8004380D]
CrystalDecisions.ReportApp
Server.Pro
mpting.IPr
omptEngine
.startProm
pting(Prom
ptingUnits
units, CRPromptingInfoProvider infoProvider, PromptingOption option) +0
CrystalDecisions.ReportSou
rce.EromRe
portSource
Base.DoPar
ameterProm
pting(Prom
ptingReque
stContext reqContext) +327
CrystalDecisions.CrystalRe
ports.Engi
ne.FormatE
ngine.DoPa
rameterPro
mpting(Pro
mptingRequ
estContext
reqContext) +44
CrystalDecisions.ReportSou
rce.LocalR
eportSourc
eBase.DoPa
rameterPro
mpting(Pro
mptingRequ
estContext
reqContext) +135
CrystalDecisions.Web.Repor
tAgentBase
.DoPrompti
ng(Prompti
ngHTMLRend
erOption htmlOption) +114
CrystalDecisions.Web.Cryst
alReportVi
ewer.OnPre
Render(Eve
ntArgs e) +1028
System.Web.UI.Control.PreR
enderRecur
siveIntern
al() +86
System.Web.UI.Control.PreR
enderRecur
siveIntern
al() +170
System.Web.UI.Control.PreR
enderRecur
siveIntern
al() +170
System.Web.UI.Control.PreR
enderRecur
siveIntern
al() +170
System.Web.UI.Control.PreR
enderRecur
siveIntern
al() +170
System.Web.UI.Control.PreR
enderRecur
siveIntern
al() +170
System.Web.UI.Control.PreR
enderRecur
siveIntern
al() +170
System.Web.UI.Page.Process
RequestMai
n(Boolean includeStagesBeforeAsyncPo
int, Boolean includeStagesAfterAsyncPoi
nt) +2041
I'm using windows authentication if that matters.
Start Free Trial