Print Page | Close Window

"Unable to find the report in the manifested ..."

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Data Connectivity
Forum Discription: How to connect to data sources and export reports
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=1227
Printed Date: 28 Apr 2024 at 12:41am


Topic: "Unable to find the report in the manifested ..."
Posted By: RealQMan
Subject: "Unable to find the report in the manifested ..."
Date Posted: 24 Aug 2007 at 1:49pm
Hi,

Bump into some strange error today. Have anyone encountered this exception while setting datasource to a report. "Unable to find the report in the manifested resources. Please build the project, and try again". The same code I use to bind the datasource to the report works in a single project solution will not work under a multi-project solution.

I did try to resolve it through suggestions posted on various forums. I tried to re-add crystal report references by adding with full path... and I also make sure Build Action of the report is set to 'Embedded Resource'... But no luck so far....

LOLI am just blindly following the suggestions, I am still not sure what the problem is exactly.....



Replies:
Posted By: RealQMan
Date Posted: 09 Nov 2007 at 11:01am
To update my problem.

This problem is similar to "Unable to load report". To fix this error, please check the path of your report while loading and check the namespace of your report file. Go into the wizard code of your report and make sure the namespace is correct as well as the namespace of your project is correct. Recompile and run. It should work.


Posted By: BrianBischof
Date Posted: 09 Nov 2007 at 11:15am
Thanks for the update so that others can learn from this!


-------------
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>



Print Page | Close Window