Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error when trying to do a SetDataSource
Message
 
To
All
General information
Forum:
ASP.NET
Category:
Reporting
Title:
Error when trying to do a SetDataSource
Environment versions
Environment:
C# 1.1
OS:
Windows 2000 SP4
Database:
MS SQL Server
Miscellaneous
Thread ID:
00957824
Message ID:
00957824
Views:
62
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
Reply
Map
View

Click here to load this message in the networking platform