Click here to Skip to main content
16,005,734 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Key Board Essentials Pin
Dave Kreskowiak11-Oct-06 8:59
mveDave Kreskowiak11-Oct-06 8:59 
GeneralRe: Key Board Essentials Pin
Syed Shahid Hussain12-Oct-06 6:23
Syed Shahid Hussain12-Oct-06 6:23 
GeneralRe: Key Board Essentials Pin
Dave Kreskowiak12-Oct-06 6:29
mveDave Kreskowiak12-Oct-06 6:29 
GeneralRe: Key Board Essentials Pin
Syed Shahid Hussain12-Oct-06 7:11
Syed Shahid Hussain12-Oct-06 7:11 
QuestionMemory Management in Multi Form Application Pin
Syed Shahid Hussain11-Oct-06 5:44
Syed Shahid Hussain11-Oct-06 5:44 
AnswerRe: Memory Management in Multi Form Application Pin
Dave Kreskowiak11-Oct-06 5:59
mveDave Kreskowiak11-Oct-06 5:59 
GeneralRe: Memory Management in Multi Form Application Pin
Syed Shahid Hussain11-Oct-06 6:58
Syed Shahid Hussain11-Oct-06 6:58 
QuestionAccess Denied using VB.Net 2005 and Crystal 11.5 R2 Pin
Professorewan11-Oct-06 5:35
Professorewan11-Oct-06 5:35 
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
Dave Kreskowiak11-Oct-06 5:56
mveDave Kreskowiak11-Oct-06 5:56 
QuestionDB2 in .Net Pin
ravimorampudi11-Oct-06 4:29
ravimorampudi11-Oct-06 4:29 
AnswerRe: DB2 in .Net Pin
Dave Kreskowiak11-Oct-06 6:12
mveDave Kreskowiak11-Oct-06 6:12 
QuestionDataGrid/Combobox Pin
ravimorampudi11-Oct-06 4:23
ravimorampudi11-Oct-06 4:23 
AnswerRe: DataGrid/Combobox Pin
Dave Kreskowiak11-Oct-06 6:09
mveDave Kreskowiak11-Oct-06 6:09 
QuestionDatabase help Pin
eric_tran11-Oct-06 2:42
eric_tran11-Oct-06 2:42 
AnswerRe: Database help Pin
Tom John11-Oct-06 3:03
Tom John11-Oct-06 3:03 
GeneralRe: Database help Pin
eric_tran11-Oct-06 3:27
eric_tran11-Oct-06 3:27 
QuestionWebServices Pin
kavithapuranik11-Oct-06 0:53
kavithapuranik11-Oct-06 0:53 
AnswerRe: WebServices Pin
Dave Kreskowiak11-Oct-06 5:54
mveDave Kreskowiak11-Oct-06 5:54 
Questionhow can I stop displaying error messages on webBrowser Pin
Ali 11011-Oct-06 0:16
Ali 11011-Oct-06 0:16 
AnswerRe: how can I stop displaying error messages on webBrowser Pin
Dave Kreskowiak11-Oct-06 2:00
mveDave Kreskowiak11-Oct-06 2:00 
Questionget clicked link Pin
m_mor10-Oct-06 23:15
m_mor10-Oct-06 23:15 
AnswerRe: get clicked link Pin
Dave Kreskowiak11-Oct-06 5:52
mveDave Kreskowiak11-Oct-06 5:52 
QuestionEnter pressed in webpage Pin
SavageZaing10-Oct-06 22:29
SavageZaing10-Oct-06 22:29 
AnswerRe: Enter pressed in webpage Pin
Tamimi - Code10-Oct-06 23:38
Tamimi - Code10-Oct-06 23:38 
GeneralRe: Enter pressed in webpage Pin
SavageZaing11-Oct-06 0:36
SavageZaing11-Oct-06 0:36 

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.