Is there any limit of Dictionary-Entries

Сonversation on different topics
Post Reply
wwachter
Posts: 5
Joined: Sun Aug 15, 2010 2:34 am
Location: Austria

Is there any limit of Dictionary-Entries

Post by wwachter »

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
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Is there any limit of Dictionary-Entries

Post by Ivan »

Hello,

Can you please send us a sample report with data or a simple test application, which reproduces the issue?

Thank you.
wwachter
Posts: 5
Joined: Sun Aug 15, 2010 2:34 am
Location: Austria

Is there any limit of Dictionary-Entries

Post by wwachter »

Sorry for using your time, this was my misstake, i dit make a clear of all variables from outside in a c# code enviroment.
thx for your help
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Is there any limit of Dictionary-Entries

Post by Andrew »

Ok! No problems! Have a nice weekend.

Thank you.
Post Reply