Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
170
First Chance Exceptions at runtime
posted

I'm using version 8.1 of the ultracalcmanager and i'm receiving the following exceptions before any functions are performed by the calcmanager.

Can anyone tell me why this should be the case???

 A first chance exception of type 'PerCederberg.Grammatica.Parser.ParseException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'PerCederberg.Grammatica.Parser.ParserLogException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'Infragistics.Win.CalcEngine.UltraCalcException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'PerCederberg.Grammatica.Parser.ParseException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'PerCederberg.Grammatica.Parser.ParserLogException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'Infragistics.Win.CalcEngine.UltraCalcException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'PerCederberg.Grammatica.Parser.ParseException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'PerCederberg.Grammatica.Parser.ParserLogException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'Infragistics.Win.CalcEngine.UltraCalcException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'PerCederberg.Grammatica.Parser.ParseException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'PerCederberg.Grammatica.Parser.ParserLogException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'Infragistics.Win.CalcEngine.UltraCalcException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'PerCederberg.Grammatica.Parser.ParseException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'PerCederberg.Grammatica.Parser.ParserLogException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'Infragistics.Win.CalcEngine.UltraCalcException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'PerCederberg.Grammatica.Parser.ParseException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'PerCederberg.Grammatica.Parser.ParserLogException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'Infragistics.Win.CalcEngine.UltraCalcException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'PerCederberg.Grammatica.Parser.ParseException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'PerCederberg.Grammatica.Parser.ParserLogException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'Infragistics.Win.CalcEngine.UltraCalcException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'PerCederberg.Grammatica.Parser.ParseException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'PerCederberg.Grammatica.Parser.ParserLogException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'Infragistics.Win.CalcEngine.UltraCalcException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'PerCederberg.Grammatica.Parser.ParseException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'PerCederberg.Grammatica.Parser.ParserLogException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'Infragistics.Win.CalcEngine.UltraCalcException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'PerCederberg.Grammatica.Parser.ParseException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'PerCederberg.Grammatica.Parser.ParserLogException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'Infragistics.Win.CalcEngine.UltraCalcException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'PerCederberg.Grammatica.Parser.ParseException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'PerCederberg.Grammatica.Parser.ParserLogException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'Infragistics.Win.CalcEngine.UltraCalcException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'PerCederberg.Grammatica.Parser.ParseException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'PerCederberg.Grammatica.Parser.ParserLogException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll
A first chance exception of type 'Infragistics.Win.CalcEngine.UltraCalcException' occurred in Infragistics2.Win.UltraWinCalcManager.v8.1.dll

Many thanks.

Parents
  • 469350
    Offline posted

    These are all FirstChanceException. That means that they are happening inside the CalcManager code and are being caught. So the only reason you would see these exceptions is if you set the Visual Studio IDE to break on all exceptions, even the ones that are handled. 

    Normally, these types of exceptions are nothing to worry about, but so many of them could cause a problem with performance. I can only guess why they are occurring without being able to debug them myself. These errors seem to be ocurring during the parting of formulas. So my best guess is that these indicate syntax errors in some of the formulas you in your application.

Reply Children