New Post: MsgBox and InputBox error in VBScript
Hi Jesper, For these functions to work, you must provide an implementation of Microsoft.ClearScript.Windows.IHostWindow. Here's a minimal example:internalclass HostWindow : IHostWindow { public IntPtr...
View ArticleEdited Issue: [BUG] Hang on Application pool recycle [119]
Hi,Using React.NET 3.0.1 which uses ClearScript.V8 5.4.8 following hang is observed on recycling application pool```.NET Call Stack.SharedPtr.Release(SharedPtr*)+d7 [[InlinedCallFrame] (.Decrement)]...
View ArticleNew Post: MsgBox and InputBox error in VBScript
Thanks ! Now it's working. Regards Jesper Sandgaard
View ArticleNew Post: Native Visual C++
In the Description it says "ClearScript is a library that makes it easy to add scripting to your .NET applications.". How about native vc++? Is it possible to use ClearScript with unmanaged c++ code?
View ArticleNew Post: Convert .net IEnumerable to JS array
Hi, I have a JS script, which I cannot change and I need to execute it to get a result. I successfully passed some objects into the engine but I have a problem with arrays. Since I have no control over...
View ArticleNew Post: Native Visual C++
Hi Hrnkas, Thanks for your question! ClearScript's main goal is to make existing .NET objects and types scriptable with minimal effort. To that end it relies heavily on .NET features such as reflection...
View ArticleNew Post: Convert .net IEnumerable to JS array
Hello Petr,​ How can I convert .net array into JS array without modification of the script?​ You can use the script engine as a helper. Here's a simple extension method that converts a .NET collection...
View ArticleNew Post: Convert .net IEnumerable to JS array
Thank you very much. Since I need to be maximally compatible with JS, I chose the first option and it works.
View ArticleUpdated Wiki: Home
Description ClearScript is a library that makes it easy to add scripting to your .NET applications. It currently supports JavaScript (via V8 and JScript) and VBScript.FeaturesSimple usage; create a...
View ArticleCommented Issue: [BUG] Hang on Application pool recycle [119]
Hi,Using React.NET 3.0.1 which uses ClearScript.V8 5.4.8 following hang is observed on recycling application pool```.NET Call Stack.SharedPtr.Release(SharedPtr*)+d7 [[InlinedCallFrame] (.Decrement)]...
View ArticleCommented Issue: [BUG] Hang on Application pool recycle [119]
Hi,Using React.NET 3.0.1 which uses ClearScript.V8 5.4.8 following hang is observed on recycling application pool```.NET Call Stack.SharedPtr.Release(SharedPtr*)+d7 [[InlinedCallFrame] (.Decrement)]...
View ArticleCommented Issue: [BUG] Hang on Application pool recycle [119]
Hi,Using React.NET 3.0.1 which uses ClearScript.V8 5.4.8 following hang is observed on recycling application pool```.NET Call Stack.SharedPtr.Release(SharedPtr*)+d7 [[InlinedCallFrame] (.Decrement)]...
View ArticleCommented Issue: [BUG] Hang on Application pool recycle [119]
Hi,Using React.NET 3.0.1 which uses ClearScript.V8 5.4.8 following hang is observed on recycling application pool```.NET Call Stack.SharedPtr.Release(SharedPtr*)+d7 [[InlinedCallFrame] (.Decrement)]...
View ArticleCommented Issue: [BUG] Hang on Application pool recycle [119]
Hi,Using React.NET 3.0.1 which uses ClearScript.V8 5.4.8 following hang is observed on recycling application pool```.NET Call Stack.SharedPtr.Release(SharedPtr*)+d7 [[InlinedCallFrame] (.Decrement)]...
View ArticleCommented Issue: [BUG] Hang on Application pool recycle [119]
Hi,Using React.NET 3.0.1 which uses ClearScript.V8 5.4.8 following hang is observed on recycling application pool```.NET Call Stack.SharedPtr.Release(SharedPtr*)+d7 [[InlinedCallFrame] (.Decrement)]...
View ArticleCommented Issue: [BUG] Hang on Application pool recycle [119]
Hi,Using React.NET 3.0.1 which uses ClearScript.V8 5.4.8 following hang is observed on recycling application pool```.NET Call Stack.SharedPtr.Release(SharedPtr*)+d7 [[InlinedCallFrame] (.Decrement)]...
View ArticleCreated Unassigned: System.AccessViolationException [120]
I am trying to run my application in a docker container, but it crashes with the following error:```Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory....
View ArticleEdited Unassigned: System.AccessViolationException [120]
I am trying to run my application in a docker container, but it crashes with the following error:```Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory....
View ArticleEdited Unassigned: System.AccessViolationException [120]
I am trying to run my application in a docker container, but it crashes with the following error:```Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory....
View ArticleCommented Unassigned: System.AccessViolationException [120]
I am trying to run my application in a docker container, but it crashes with the following error:```Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory....
View Article