Error in Load and Save Definition file ()
Posted: Fri Oct 09, 2009 2:22 am
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.
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.