Click here to Skip to main content
15,896,359 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: C# ASP - System.InvalidCastException in foreach loop Pin
InvalidTypecast20-May-07 16:00
InvalidTypecast20-May-07 16:00 
AnswerRe: C# ASP - System.InvalidCastException in foreach loop Pin
Arun.Immanuel20-May-07 15:59
Arun.Immanuel20-May-07 15:59 
GeneralRe: C# ASP - System.InvalidCastException in foreach loop Pin
InvalidTypecast20-May-07 16:10
InvalidTypecast20-May-07 16:10 
GeneralRe: C# ASP - System.InvalidCastException in foreach loop Pin
Arun.Immanuel20-May-07 17:06
Arun.Immanuel20-May-07 17:06 
GeneralRe: C# ASP - System.InvalidCastException in foreach loop Pin
Sathesh Sakthivel20-May-07 17:15
Sathesh Sakthivel20-May-07 17:15 
GeneralRe: C# ASP - System.InvalidCastException in foreach loop Pin
Arun.Immanuel20-May-07 21:43
Arun.Immanuel20-May-07 21:43 
QuestionLoad Dynamic Parameter Values - Crystal Report Pin
Lisa Chan20-May-07 3:28
Lisa Chan20-May-07 3:28 
QuestionError Crystal Report loading Pin
ALAQUNAIBI20-May-07 2:27
ALAQUNAIBI20-May-07 2:27 
Hi All,

I have strange problem when I want to load crystal report XI Developer Edition Report file using MS VS 2005 (C#) through code as follows and i am using XML as a data source. I fill dataset
by reading Xml files.

ReportDocument customerReport = new ReportDocument();
customerReport.Load(Path);
customerReport.SetDataSource(ds);
CrystalReportViewer1.ReportSource = customerReport;

Error Message is :
Failed to load database information. Details: The database DLL 'crdb_xml.dll' could not be loaded. Error in File C:\WINDOWS\TEMP\Group Selection {297712F6-C0E6-466E-9696-B75CBDDB9915}.rpt: Failed to load database information

Ala Qunaibi
):
AnswerRe: Error Crystal Report loading Pin
PETE fuller1-Feb-09 10:11
PETE fuller1-Feb-09 10:11 
QuestionAdd body onload function dynamicly Pin
Succodimele20-May-07 1:02
Succodimele20-May-07 1:02 
AnswerRe: Add body onload function dynamicly Pin
George L. Jackson20-May-07 4:04
George L. Jackson20-May-07 4:04 
QuestionGMAIL Quick Contacts Pin
smruti_ranjan19-May-07 23:46
smruti_ranjan19-May-07 23:46 
AnswerRe: GMAIL Quick Contacts Pin
Christian Graus20-May-07 0:25
protectorChristian Graus20-May-07 0:25 
QuestionRe: GMAIL Quick Contacts Pin
smruti_ranjan20-May-07 1:10
smruti_ranjan20-May-07 1:10 
Question[Message Deleted] Pin
stream2ocean19-May-07 22:51
stream2ocean19-May-07 22:51 
AnswerRe: How To Create Forums in ASP.NET 2.0 by C#? Pin
enjoycrack19-May-07 23:11
enjoycrack19-May-07 23:11 
AnswerRe: How To Create Forums in ASP.NET 2.0 by C#? Pin
Christian Graus19-May-07 23:31
protectorChristian Graus19-May-07 23:31 
AnswerRe: [Message Deleted] Pin
Dave Kreskowiak20-May-07 3:43
mveDave Kreskowiak20-May-07 3:43 
AnswerRe: [Message Deleted] Pin
Colin Angus Mackay20-May-07 4:37
Colin Angus Mackay20-May-07 4:37 
QuestionRegister Custom culture language from Server Computer to Client Computer Pin
Sisovin16819-May-07 19:51
Sisovin16819-May-07 19:51 
QuestionUserControl property Pin
TheEagle19-May-07 18:41
TheEagle19-May-07 18:41 
QuestionTextbox help Pin
eric_tran19-May-07 17:43
eric_tran19-May-07 17:43 
AnswerRe: Textbox help Pin
Christian Graus19-May-07 17:46
protectorChristian Graus19-May-07 17:46 
GeneralRe: Textbox help Pin
eric_tran19-May-07 20:25
eric_tran19-May-07 20:25 
GeneralRe: Textbox help Pin
enjoycrack19-May-07 23:04
enjoycrack19-May-07 23:04 

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.