Is there any limit of Dictionary-Entries
Posted: Mon Sep 20, 2010 11:16 am
I designed a very usefull report with an Dataset based on a large xml-structure (and a long list of Tables and fields. everything goes fine. finaly i added about 6 variables for calculating or buffering some data. still fine. priview works fine. then i run my report - filled by my application with a certain key for joining the xml-table with my database. still fine. but then occures strange error:
System.Exception: c:\Dokumente und Einstellungen\Administrator\Lokale Einstellungen\Temp\1\uzzfsuci.0.cs(1009,40) : error CS0103: Der Name myTest ist im aktuellen Kontext nicht vorhanden.
bei Stimulsoft.Report.StiReport.Compile(String path, Stream stream, StiOutputType outputType, Boolean autoCreate, Object standaloneReportType)
bei Stimulsoft.Report.StiReport.Compile()
bei SolIT.UI.Base.PreviewControl.a(StiReport A_0, Int64 A_1)
... sorry is german, means the Name myTest does not exist in the current context.
where myTest is the variable the latest added variable that can not be used in the report. is there any limit of datafields or variables?
It seems as if i have reached the limit of Fields... (regardless of the type of the field).
I can not imagine because if i do not use the myTest Variable in the report - no error occurs if i try to display the variable, the error occures again.
Please, could you give me some suggestions?
thx in advance
Werner
System.Exception: c:\Dokumente und Einstellungen\Administrator\Lokale Einstellungen\Temp\1\uzzfsuci.0.cs(1009,40) : error CS0103: Der Name myTest ist im aktuellen Kontext nicht vorhanden.
bei Stimulsoft.Report.StiReport.Compile(String path, Stream stream, StiOutputType outputType, Boolean autoCreate, Object standaloneReportType)
bei Stimulsoft.Report.StiReport.Compile()
bei SolIT.UI.Base.PreviewControl.a(StiReport A_0, Int64 A_1)
... sorry is german, means the Name myTest does not exist in the current context.
where myTest is the variable the latest added variable that can not be used in the report. is there any limit of datafields or variables?
It seems as if i have reached the limit of Fields... (regardless of the type of the field).
I can not imagine because if i do not use the myTest Variable in the report - no error occurs if i try to display the variable, the error occures again.
Please, could you give me some suggestions?
thx in advance
Werner