VS2010 _ELAPI_exception_Wrap_ on prebuild script  [SOLVED]

Questions about MultiCharts .NET and user contributed studies.
kenadian
Posts: 9
Joined: 14 Jan 2014
Has thanked: 5 times
Been thanked: 1 time

VS2010 _ELAPI_exception_Wrap_ on prebuild script

Postby kenadian » 22 Jan 2014

Hello,

I am trying to go through the standard prebuilt script "Pivot_High" indicator with VS2010 and I am getting _ELAPI_exception_Wrap_ message (attached image).
If I continue with debugging, ignoring this message, everything goes as it should.
Can anyone explain what is happening please ? Thank you.
Attachments
_ELAPI_Exception_Wrap_.PNG
(59.6 KiB) Downloaded 290 times

Dru
Posts: 107
Joined: 28 Aug 2007
Has thanked: 4 times
Been thanked: 171 times

Re: VS2010 _ELAPI_exception_Wrap_ on prebuild script  [SOLVED]

Postby Dru » 24 Jan 2014

Hello,

I am trying to go through the standard prebuilt script "Pivot_High" indicator with VS2010 and I am getting _ELAPI_exception_Wrap_ message (attached image).
If I continue with debugging, ignoring this message, everything goes as it should.
Can anyone explain what is happening please ? Thank you.
.NET prog guide says:
In the calculation process various .NET exceptions can be generated. It can be easily seen during debugging. You should not intercept any exceptions other than yours, as many mechanisms, for example, BarsBack auto detect, are realized through the generation and further processing of a specific exception. Please, remember, that an exception is NOT always an ERROR FLAG!


Return to “MultiCharts .NET”