Click here to Skip to main content
15,917,875 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionntext data type Pin
abdelhameed8111-Oct-06 8:34
abdelhameed8111-Oct-06 8:34 
AnswerRe: ntext data type Pin
Guffa11-Oct-06 14:14
Guffa11-Oct-06 14:14 
QuestionMailserver using Exchange server Pin
Giri Sankar11-Oct-06 7:59
Giri Sankar11-Oct-06 7:59 
AnswerRe: Mailserver using Exchange server Pin
minhpc_bk11-Oct-06 14:57
minhpc_bk11-Oct-06 14:57 
Questiongridview image column + help needed Pin
Naveed Kamboh11-Oct-06 6:20
Naveed Kamboh11-Oct-06 6:20 
AnswerRe: gridview image column + help needed Pin
MIHAI_MTZ11-Oct-06 9:54
MIHAI_MTZ11-Oct-06 9:54 
GeneralRe: Thanks/sorted as follow Pin
Naveed Kamboh11-Oct-06 22:41
Naveed Kamboh11-Oct-06 22:41 
QuestionAccess Denied using VB.Net 2005 and Crystal 11.5 R2 Pin
Professorewan11-Oct-06 6:04
Professorewan11-Oct-06 6:04 
Hi
Please help !!!!!

I am using Crystal Reports 11.5 R2 with Visual Studio 2005 on XP with SP2 for development. The program runs fine on my development machine and the reports open up fine. When I run the program on the a Windows 2000 Server I ge the following error, even though I gave ASPNET, IUSR,IWAM and Everyone full access to the directory that has the reports, the reports themselves and the temp direcories.

Access is denied.
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: Access is denied.

Source Error:


Line 422:
Line 423:
Line 424: oRpt.Load("d:\mcsistest\" & dbrptName)
Line 425:
Line 426: 'oRpt.Load("C:\Documents and Settings\JP\My Documents\Visual Studio 2005\StudentInfo\" & dbrptName)


Source File: D:\mcsistest\colMain.aspx.vb Line: 424

Stack Trace:


[COMException (0x80004005): Access is denied.
]
CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) +0
CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) +87
CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +279

[Exception: Load report failed.]
CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +341
CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) +964
CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename) +73
Studentinfo_colMain.CreateReport() in D:\mcsistest\colMain.aspx.vb:424
Studentinfo_colMain.studCINF() in D:\mcsistest\colMain.aspx.vb:307
Studentinfo_colMain.start() in D:\mcsistest\colMain.aspx.vb:193
Studentinfo_colMain.btnSubmit2_Click(Object sender, EventArgs e) in D:\mcsistest\colMain.aspx.vb:176
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102

Thank you.


AnswerRe: Access Denied using VB.Net 2005 and Crystal 11.5 R2 Pin
minhpc_bk11-Oct-06 15:02
minhpc_bk11-Oct-06 15:02 
GeneralRe: Access Denied using VB.Net 2005 and Crystal 11.5 R2 Pin
Professorewan19-Oct-06 11:03
Professorewan19-Oct-06 11:03 
GeneralRe: Access Denied using VB.Net 2005 and Crystal 11.5 R2 Pin
minhpc_bk19-Oct-06 14:49
minhpc_bk19-Oct-06 14:49 
AnswerRe: Access Denied using VB.Net 2005 and Crystal 11.5 R2 Pin
Vasudevan Deepak Kumar12-Oct-06 4:41
Vasudevan Deepak Kumar12-Oct-06 4:41 
QuestionLabel control's text property Pin
Rohde11-Oct-06 5:58
Rohde11-Oct-06 5:58 
AnswerRe: Label control's text property Pin
minhpc_bk11-Oct-06 15:15
minhpc_bk11-Oct-06 15:15 
QuestionAbout Annotation Pin
sribachana11-Oct-06 2:57
sribachana11-Oct-06 2:57 
AnswerRe: About Annotation Pin
Mike Ellison11-Oct-06 5:42
Mike Ellison11-Oct-06 5:42 
GeneralRe: About Annotation [modified] Pin
sribachana12-Oct-06 1:15
sribachana12-Oct-06 1:15 
GeneralRe: About Annotation Pin
Mike Ellison12-Oct-06 6:20
Mike Ellison12-Oct-06 6:20 
QuestionRequiredFieldValidation Pin
MHASSANF11-Oct-06 2:43
MHASSANF11-Oct-06 2:43 
AnswerRe: RequiredFieldValidation Pin
minhpc_bk11-Oct-06 15:17
minhpc_bk11-Oct-06 15:17 
QuestionProblem with sqlserver connections not closing Pin
macca2411-Oct-06 1:39
macca2411-Oct-06 1:39 
AnswerRe: Problem with sqlserver connections not closing Pin
l0kke11-Oct-06 4:08
l0kke11-Oct-06 4:08 
GeneralRe: Problem with sqlserver connections not closing Pin
macca2411-Oct-06 5:06
macca2411-Oct-06 5:06 
AnswerRe: Problem with sqlserver connections not closing Pin
l0kke11-Oct-06 5:03
l0kke11-Oct-06 5:03 
AnswerRe: Problem with sqlserver connections not closing Pin
Ramasubramaniam11-Oct-06 5:30
Ramasubramaniam11-Oct-06 5:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.