hi,
I have developed a report with CR2008 and .net . It's very simple, on the main report I have a linked subreport by an ID. I'm sure the report should work fine, but when i call it from a windows form app, i have the following exception message:
System.InvalidCastException: Unable to cast object of type 'CrystalDecisions.Shared.ParameterField' to type 'CrystalDecisions.CrystalReports.Engine.ParameterFieldDefinition'.
an this problems pops up when i just create the report object. I mean that the report itself cannot be created. This problem comes because of the subreport linking, Now, I'm not sure if there's something to do with the binding process or the assembly version of CR.
any suggestion?
regards