Welcome Guest Search | Active Topics | Sign In | Register

Getting ArgumentOutOfRange exception Options
Tank
Posted: Monday, June 15, 2015 7:21:19 AM
Rank: Advanced Member
Groups: Member

Joined: 6/13/2014
Posts: 38
I have added following code on window close event

private void frmMain_FormClosing(object sender, FormClosingEventArgs e)
{
m_MainWebView.WebView.QueueScriptCall("DeleteItem('Test','Call')");
}
But I am getting following error message on call of QueueScriptCall.



Error details:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.


For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

When I click on continue, all JS and cs execution goes well. But get this error.
Can you please tell me which step I am missing/doing something incorrect.
eo_support
Posted: Monday, June 15, 2015 11:48:28 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

This looks like a bug on our side. Can you isolate the problem into a test project and send us the test project so that we can investigate further? Please see here for instructions on how to send us test project:

http://www.essentialobjects.com/forum/test_project.aspx

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.