I am using Developers Express XtraReports. Otis, you have helped me out with a few template modifications to make everything work with these and for the most part it seems to work nicely.
However, I am getting a weird error popup in the VS2005 designer. I click OK and go about my business, so not sure what damage it actually does.
Code generation for property 'EntityFactoryToUse' failed. Error was: ''EntityFactoryConverter' is unable to convert 'FULLNAMESPACE.MainReportEntityFactory' to 'System.ComponentModel.Design.Serialization.InstanceDescriptor'
It appears to be some sort of Visual Studio version errors. I saw some stuff in Google about having a 'copylocal' assembly on an assembly that is in the GAC. However, this is the DAL so that is not in the GAC.
It might have something to do with rebuilding the DAL with changes, then messing with the report, etc. If I rebuild - close VS, go back in, edit the report, I dont get it. Might be sort of the same problem we have when trying to use LLBLGenProDataSourcex controls after adding an entity to the DAL.
Just wanted to see if you guys have seen this or have any comments/feedback.