Quantcast
Channel: ClearScript
Browsing all 2297 articles
Browse latest View live

Edited Issue: Fatal error in heap setup, Allocation failed - process out of...

Hi, While investigating some memory related issues in my application, I managed to reproduce what seems to be a problem. The following minimal application terminates on my PC after ~50 cycles and...

View Article



Edited Issue: ClearScript hangs application due to aggressive assembly loads...

An application I wrote was using ClearScript successfully locally. However, when I deployed the application to one of our application servers, the application would hang on start up. I captured a dump...

View Article

Edited Issue: Are multiline strings possible? [54]

I would like to use ClearScript to compile handlebarsjs templates. Handlebars templates can be full html documents that as far as I know there's no good way to build up in js alone ( they have to be...

View Article

Edited Issue: Issue concatenating java string and c sharp string [55]

This is in the basic java engine (not v8)I have some basic code here (in javascript):```var accountstr = host.newVar(CLRString);if (!downloadInfo.TryGetValue("Account", accountstr.out)){ accountstr =...

View Article

Edited Feature: Throw specific script exception by host [43]

Hi,Would it be possible to add a custom exception, so that when it is thrown by host it throws a script exception of the specified type and message.For example, in host code:```throw new...

View Article


Edited Feature: Support a CommonJS environment for V8 [45]

To my understanding, ClearScript V8 does not support the [CommonJS](http://stackoverflow.com/questions/16521471/relation-between-commonjs-amd-and-requirejs) standard ([official...

View Article

Edited Issue: Package restore not working [41]

Add the nuget package for Clearscript V8 to a solution, build solution this completes with no errors.Remove folder packages\ClearScript.V8.5.3.10.0, build solution this restores and completes with no...

View Article

Edited Task: What the AccessContext is for and why V8ScriptEngine with name?...

Hello ClearScript,Two question about object design and purpose:1.) What the property AccessContext of the V8ScriptEngine is for? It looks promising but I can't see any usage of this at the moment.2.)...

View Article


Edited Task: Influence the available commands while execution [21]

Hi ClearScript,when I execute JavaScript code I have to add objects, types etc. before I call execute. The JavaScript code itself has not influence which objects or types are available.But what I want...

View Article


Edited Task: can this work inside a winRT "metro" C# application? [10]

can this work inside a winRT "metro" C# application?

View Article

Edited Issue: Removing nuget package doesnt remove post build event [40]

I installed the nuget package and then removed it. Seems to have left behind the post build event command lines. Booo :(

View Article

New Post: Could not load file or assembly 'ClearScriptV8-32' or one of its...

Hello Subrata! Sorry, a few things aren't clear from the information you provided:Is your application 32-bit or 64-bit?Where are the following assemblies stored, relative to your application's root...

View Article

New Post: Could not load file or assembly 'ClearScriptV8-32' or one of its...

Hi,My application is 64 bit and it works fine with ClearScript.dllClearScriptV8-64.dll, v8-x64.dll are stored in the application's directory. Which looks correct to me as I stored ClearScript.dll at...

View Article


New Post: Could not load file or assembly 'ClearScriptV8-32' or one of its...

Hi again,​ 1.My application is 64 bit and it works fine with ClearScript.dll​ Your original message mentions an initial problem loading ClearScriptV8-32, which is a 32-bit assembly. If you're seeing...

View Article

Created Unassigned: DynamicObject: Unable to invoke method with Int argument...

I've been testing some of the ClearScript functionality based on following versions and an ability to invoke DynamicObject methods with various parameters. My testing didn't go far, I immediately...

View Article


Commented Unassigned: DynamicObject: Unable to invoke method with Int...

I've been testing some of the ClearScript functionality based on following versions and an ability to invoke DynamicObject methods with various parameters. My testing didn't go far, I immediately...

View Article

Edited Issue: [BUG] DynamicObject: Unable to invoke method with Int argument...

I've been testing some of the ClearScript functionality based on following versions and an ability to invoke DynamicObject methods with various parameters. My testing didn't go far, I immediately...

View Article


Commented Issue: [BUG] DynamicObject: Unable to invoke method with Int...

I've been testing some of the ClearScript functionality based on following versions and an ability to invoke DynamicObject methods with various parameters. My testing didn't go far, I immediately...

View Article

New Post: MemoryLeak despite disposing of V8 Script Engines

Greetings! I could really use some help figuring out how to handle this. I've spent a lot of time trying to isolate the problem. I suspect I have multiple problems, actually. My scenario is what I need...

View Article

New Post: MemoryLeak despite disposing of V8 Script Engines

I wonder if this issue isn't the cause? I just noticed that the thread count on my process goes up, too. For example, I end up with 4 gigs of memory use and over 600...

View Article
Browsing all 2297 articles
Browse latest View live




Latest Images