Error in Load and Save Definition file ()

Stimulsoft Reports.NET discussion
Post Reply
zdenek.holy
Posts: 1
Joined: Fri Oct 09, 2009 2:13 am
Location: Czech Republic

Error in Load and Save Definition file ()

Post by zdenek.holy »

Hi,
can anybody help me?
I have Stimulreport 2007 and I am using it in windows class library (dll) running in other Windows aplication
(VS2003+NET1.1) - goes well and without errors.
Now the master aplication is upgraded under VS2008+NET2.0 (also dll) and component Stimulreport
gives error in function LOAD(mrtfile).

I have other aplication (Windows aplication type) in the same environment and Stimulreport runs well.
Debugging aplication gives in module StiObjectStringConverter.cs (function StringToObject) next results:

parameters str = ID,System.String
type = Stimulsoft.Report.Dictionary.StiDataColumn
partial result converter = Stimulsoft.Report.Dictionary.Design.StiDataColumnConverter
result return = object Type StiDataColumn

Debugging master aplication with my dll (+Stimulreport) gives next result:

parameters str = ID,System.String
type = Stimulsoft.Report.Dictionary.StiDataColumn
partial result converter = System.ComponentModel.TypeConverter
result return = object Type System.String

Application throw exception TypeConverter cannot convert from System.String.
It gives the same results with Stimulreport dlls version 2009.

Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Error in Load and Save Definition file ()

Post by Edward »

Hi

Please recompile all dll (which were made from mrt files) you have from 2007 version and make sure that all Stimulsoft*.dll from previous version are not used any more in your applications.

So you always need to keep mrt file of each report for upgrading them for the new version of our report engine.

Please send mrt file of that problem report to support[at]stimulsoft.com for analysis.

Thank you.
Post Reply