Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error when trying to do a SetDataSource
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Rapports
Titre:
Error when trying to do a SetDataSource
Versions des environnements
Environment:
C# 1.1
OS:
Windows 2000 SP4
Database:
MS SQL Server
Divers
Thread ID:
00957824
Message ID:
00957824
Vues:
63
I created a crystal report to report off a dataset. When I try to bind the report to the dataset I get the following error. "Unable to find the report in the manifest resources. Please build the project, and try again."

I have rebuilt the project several times, but have had no success. I've also tried removing the crystal report from my project and added it back in. Below is a code example.

myReport = new CrystalReportICreated();
myReport.SetDataSource(myDataSetICreated); // Here is where I get the error
Répondre
Fil
Voir

Click here to load this message in the networking platform