Link to home
Start Free TrialLog in
Avatar of JMO9966
JMO9966

asked on

Crystal XI error - "Failed to load database information" - when using an .xsd data source

I've done this many times using the same process, but it appears something is broke or has changed in my Crystal XI environment.

My process has always been to create the schema file in my vb.net code and then use Crystal - Standard Reprot - Create New Connection - Database Files, and then point to my schema file to load the dataset\datatable from my vb.net project.

I'm now getting this error when I choose my schema file??

Here's how I create the schema file in vb.net:

dsEarnedRevenue.WriteXmlSchema("Earned_Revenue.xsd")
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of JMO9966
JMO9966

ASKER

Thanks, I've done it my way several times in the past, but this article's method worked well.