Ask a Question related to ASP.NET General, Design and Development.
-
cw #1
Exception Details: CrystalDecisions.CrystalReports.Engine.LogOnExcept ion: Logon failed. What's wrong ?????
Hi all,
I'm trying to generate some crystal report using ASP.NET. However, i
stucked on the avove error.. below is the code for web form 1:
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here
Dim tbCurrent As CrystalDecisions.CrystalReports.Engine.Table
Dim tliCurrent As CrystalDecisions.Shared.TableLogOnInfo
For Each tbCurrent In cbsMain.CreateReport.Database.Tables
tliCurrent = tbCurrent.LogOnInfo
With tliCurrent.ConnectionInfo
.ServerName = "localhost"
.UserID = "UID"
.Password = "PASSWORD"
.DatabaseName = "DB_NAME"
End With
Next
tbCurrent.ApplyLogOnInfo(tliCurrent)
Me.cvwMain.ReportSource = cbsMain
End Sub
cw Guest
-
Exception Log Details
When an unhandled error occurs it is written to the exception/error log. Currently we only see the message and which cfusion components were... -
Exception Details: System.UnauthorizedAccessException: Access to the path - ASP.NET app on WIn2003
I got this error emssage trying to run an ASP.NET application on my Win2003/IIS6.0 server: The server is a DC and I can't locate the option to... -
Exception Details: System.NullReferenceException: Object reference not set
Hey folks, Wow... After only 4 hours... I figured out the Index out of range error and now have run into the error below ... Any help would be... -
Adobe Print Engine Failed ........
If anyone experinces the above error message go to the Adobe ID Knowledge base and enter engine in the search box. The fix works well. I had to run... -
No failed logon message
I'm running a NT 4 network and I'm starting to add some win xp computers to it. When people log into the network they no longer get any of the...



Reply With Quote

