wpf - .NET 4.0 & CrystalReports -


I have a DLL build with the target framework 3.5 which manages the report; This DLL uses CrystalDecisions.CrystalReports.Engine version 10.5.3700.0. Now, I have created a new wpf application based on the .NET Framework 4.0 and I have added the DLL project for the report.

I had to install without error Crystal Reports Visual Studio 2010 Library (for building applications) ... now it makes success, but the report print does not work.

When it sets an error data source ... message:

Unknown Query Engine error in the file C: \ DOCUME ~ 1 \ oli15 \ IMPOST ~ 1 \ Temp \ MyReport {4E514D0E-FC2C-4440 -9 B3C-11D2CA74895A} .rpt: ... source = analysis server error code = -2147482942 stacktrace on CrystalDecisions.ReportAppServer.Controllers.DatabaseControllerClass.ReplaceConnection (object older connection object Nucleozen, Object ParametersField, Object CRDBOptionUseDefault) CrystalDecisions.CrystalReports.Engine at Table.SetDataSource (Object Val Type Type) CrystalDecisions.CrystalRep On orts.Engine.ReportDocument.SetDataSourceInternal (Object val, type type)

I think that it uses a different version of reference for CrystalDecisions.CrystalReports.Engine, it is possible ?

How can this say to use version 10.5.3700.0?

posted in Managed C ++, observations of individuals who use this solution only solution Are part of. I also said that after the frustration of a few days, I am happy to see the projects are implemented it, and now I work on wheels :)


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -