Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,037

HOME > .NET Framework > Forum > Crystal Report รันบน localhost ไม่ได้ครับ ตอนรันใน VS มันรันได้ปกติ แต่พอ Publish แล้วย้ายเข้าไปไว้ใน inetpub พอกดแสดง Report แล้ว Error Server Error in '/project' Application.



 

Crystal Report รันบน localhost ไม่ได้ครับ ตอนรันใน VS มันรันได้ปกติ แต่พอ Publish แล้วย้ายเข้าไปไว้ใน inetpub พอกดแสดง Report แล้ว Error Server Error in '/project' Application.

 



Topic : 028683



โพสกระทู้ ( 85 )
บทความ ( 0 )



สถานะออฟไลน์




ตอนรันใน VS มันรันได้ปกติ แต่พอ Publish แล้วย้ายเข้าไปไว้ใน inetpub พอกดแสดง Report แล้ว Error แบบนี้ครับ
Server Error in '/project' Application.
--------------------------------------------------------------------------------

The system cannot find the file specified. 
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: The system cannot find the file specified.
Report ที่ผมทำใช้แบบนี้ครับ
bill_id = Request.QueryString["bill_id"].ToString();
WebApplication1.App_Data.DataSet1TableAdapters.billReportTableAdapter BillReport = new WebApplication1.App_Data.DataSet1TableAdapters.billReportTableAdapter();// สร้างออบเจกต์จาก DataSet Adapter ของ DataSet1 ที่เราสร้างไว้ตอนแรก
DataTable dtBill = BillReport.GetDataBillReport(bill_id);

//DataSet ds = new DataSet();
//ds.Tables.Add(dtBill.Copy());

String path = ConfigurationManager.AppSettings["REPORT_TEMP"].ToString();
String fileName = String.Format("{0}{1}.pdf", path, Guid.NewGuid().ToString());
String reportLocation = Server.MapPath("BillReport.rpt");
CrystalReportSource1.ReportDocument.Load(reportLocation);
CrystalReportSource1.ReportDocument.SetDataSource(dtBill);
CrystalReportSource1.ReportDocument.PrintOptions.PaperSize = PaperSize.PaperA4;
CrystalReportSource1.DataBind();
CrystalReportSource1.ReportDocument.ExportToDisk(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat, fileName);

Response.Clear();
Response.ContentType = "application/pdf";
Response.AddHeader("content-disposition", "inline; filename=payreqinst.pdf");
Response.WriteFile(fileName);
Response.Flush();
Response.Close();
System.IO.File.Delete(fileName);CrystalReportSource1.ReportDocument.PrintOptions.PaperSize = PaperSize.PaperA4;<br /> CrystalReportSource1.DataBind();<br /> CrystalReportSource1.ReportDocument.ExportToDisk(CrystalDecisions.Shared.ExportF<br /> ormatType.PortableDocFormat, fileName);<br /> <br /> Response.Clear();<br /> Response.ContentType = &quot;application/pdf&quot;;<br /> Response.AddHeader(&quot;content-disposition&quot;, &quot;inline; filename=payreqinst.pdf&quot;);<br /> Response.WriteFile(fileName);<br /> Response.Flush();<br /> Response.Close();<br /> System.IO.File.Delete(fileName);</span>



Tag : - - - -







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2009-06-27 22:20:48 By : hassadin View : 2976 Reply : 5
 

 

No. 1



โพสกระทู้ ( 85 )
บทความ ( 0 )



สถานะออฟไลน์


โทษทีครับเมื่อกี้มา

bill_id = Request.QueryString["bill_id"].ToString();
WebApplication1.App_Data.DataSet1TableAdapters.billReportTableAdapter BillReport = new WebApplication1.App_Data.DataSet1TableAdapters.billReportTableAdapter();
DataTable dtBill = BillReport.GetDataBillReport(bill_id);

String path = ConfigurationManager.AppSettings["REPORT_TEMP"].ToString();
String fileName = String.Format("{0}{1}.pdf", path, Guid.NewGuid().ToString());
String reportLocation = Server.MapPath("BillReport.rpt");
CrystalReportSource1.ReportDocument.Load(reportLocation);
CrystalReportSource1.ReportDocument.SetDataSource(dtBill);
CrystalReportSource1.ReportDocument.PrintOptions.PaperSize = PaperSize.PaperA4;
CrystalReportSource1.DataBind();
CrystalReportSource1.ReportDocument.ExportToDisk(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat, fileName);

Response.Clear();
Response.ContentType = "application/pdf";
Response.AddHeader("content-disposition", "inline; filename=payreqinst.pdf");
Response.WriteFile(fileName);
Response.Flush();
Response.Close();
System.IO.File.Delete(fileName);






Date : 2009-06-27 22:23:32 By : hassadin
 


 

No. 2



โพสกระทู้ ( 85 )
บทความ ( 0 )



สถานะออฟไลน์


ผมลองดูในโฟร์เดอร์ บน IIS มันไม่มี CR ผมเลยไปก๊อปมาใส่ แล้วลองดู กลายเป็น Error แบบนี้ครับ

Error in File C:\Windows\TEMP\BorrowReport {06DB2B84-79B9-4CC9-A187-9AF9F309A1D0}.rpt:
Access to report file denied. Another program may be using it.
Date : 2009-06-27 22:52:37 By : hassadin
 

 

No. 3



โพสกระทู้ ( 9 )
บทความ ( 0 )



สถานะออฟไลน์


อ่าผมก็ติดปัญหานี้อยู่ครับ รอคำตอบเหมือนกันครับ
Date : 2009-07-10 11:37:01 By : Patis
 


 

No. 4



โพสกระทู้ ( 85 )
บทความ ( 0 )



สถานะออฟไลน์


ไม่มีผู้รู้เลยหรอครับ
Date : 2009-07-17 16:28:43 By : hassadin
 


 

No. 5

Guest


คืองี้ครับ มันไปติดไอ้ตัว CrystalReportSource ดังนั้น ต้องเขียน แบบนี้ครับ

using CrystalDecisions.CrystalReports.Engine;
using CrystalDecisions.Shared;

CrystalDecisions.Web.CrystalReportSource CRS = new CrystalDecisions.Web.CrystalReportSource();
// อันนี้แปะไว้บนหัวสุด ก่อน page load เลยครับ

public void ShowReport()
{
string reportPath = System.Web.HttpContext.Current.Server.MapPath("test.rpt");

CRS.Report.FileName = reportPath;

this.SetParameter("FromDate", TextBox1.Text); // อันนี้ถ้ามี parameter ก็ยัดเข้าไป กี่ตัวก็ได้
this.SetParameter("ToDate", TextBox2.Text);

CrystalReportViewer1.ReportSource = CRS;
CrystalReportViewer1.DataBind();
}


public void SetParameter(string name, object value)
{
//Access the specified parameter from the parameters collection
CrystalDecisions.CrystalReports.Engine.ParameterFieldDefinition parameter = CRS.ReportDocument.DataDefinition.ParameterFields[name];

// Now get the current value for the parameter and clear them
CrystalDecisions.Shared.ParameterValues currentValues = parameter.CurrentValues;
currentValues.Clear();

// Create a value object for Crystal reports and assign the specified value.
CrystalDecisions.Shared.ParameterDiscreteValue newValue = new CrystalDecisions.Shared.ParameterDiscreteValue();
newValue.Value = value;

// Now add the new value to the values collection and apply the
// collection to the report.
currentValues.Add(newValue);
parameter.ApplyCurrentValues(currentValues);
}
Date : 2010-03-06 20:30:59 By : Aeo
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : Crystal Report รันบน localhost ไม่ได้ครับ ตอนรันใน VS มันรันได้ปกติ แต่พอ Publish แล้วย้ายเข้าไปไว้ใน inetpub พอกดแสดง Report แล้ว Error Server Error in '/project' Application.
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 00
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่