 |
|
Web ASP.NET , Load report failed on iis Server แต่ผ่าน local host ปกติครับ |
|
 |
|
|
 |
 |
|
เรียก crystal report ผ่าน local host ได้ครับแต่พอ run ผ่าน server iis มันไม่สามารถโหลดได้ครับ เกิด Error ตามด้านล่างครับ
Code
Server Error in '/' Application.
Error in File C:\Windows\TEMP\RptSent {008E477B-3D1A-4F81-9383-EB878EACCCE9}.rpt:
Access to report file denied. Another program may be using it.
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.InteropServices.COMException: Error in File C:\Windows\TEMP\RptSent {008E477B-3D1A-4F81-9383-EB878EACCCE9}.rpt:
Access to report file denied. Another program may be using it.
Source Error:
Line 19: Dim directory As String = My.Application.Info.DirectoryPath
Line 20: rpt.Load(Server.MapPath("RptSent.rpt"))
Line 21: rpt.SetDatabaseLogon("sa", "admin@99", "SERVER2008", "Asset")
Line 22: rpt.SetDataSource(dt)
Line 23: Me.CrystalReportViewer1.ReportSource = rpt
Source File: C:\AssetApplication\AssetApplication\F_RetroactReport.aspx.vb Line: 21
Stack Trace:
[COMException (0x80000220): Error in File C:\Windows\TEMP\RptSent {008E477B-3D1A-4F81-9383-EB878EACCCE9}.rpt:
Access to report file denied. Another program may be using it.]
CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) +0
CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) +159
CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +489
[CrystalReportsException: Load report failed.]
CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +678
CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) +1715
CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename) +219
AssetApplication.F_RetroactReport.tbnSubmit_Click(Object sender, EventArgs e) in C:\AssetApplication\AssetApplication\F_RetroactReport.aspx.vb:21
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +115
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +140
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +29
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2981
Version Information: Microsoft .NET Framework Version:2.0.50727.5466; ASP.NET Version:2.0.50727.5456
Tag : .NET, Ms SQL Server 2008, HTML/CSS, Crystal Report, Web (ASP.NET), VS 2008 (.NET 3.x)
|
|
 |
 |
 |
 |
Date :
2012-12-08 13:02:50 |
By :
kwanamnat |
View :
2418 |
Reply :
1 |
|
 |
 |
 |
 |
|
|
|
 |
 |
|
 |
 |
|