TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
RAHUL KESHRI
NA
62
8.8k
Crystal Report Exception
Jun 22 2014 3:09 AM
How to get rid off this Exception?
An exception of type 'CrystalDecisions.CrystalReports.Engine.LogOnException' occurred in CrystalDecisions.ReportAppServer.DataSetConversion.dll but was not handled in user code
Database logon failed.
Plz help. Its urgent. (Getting this Exception in Line no: 3)
case "XLSD":
{
crs.ReportDocument.ExportToDisk(CrystalDecisions.Shared.ExportFormatType.ExcelRecord, Server.MapPath("/Files/") + Profile.CRExportFile + ".xls");
crs.ReportDocument.Close();
crs.ReportDocument.Dispose();
crs.Dispose();
Response.Redirect("/files/" + Profile.CRExportFile + ".xls");
break;
}
Reply
Answers (
2
)
Playing Background Music in Windows Store Applications
Windows Phone 8 using c# and SQLite