Commented Unassigned: Problems using WindowsScriptEngineFlags.EnableDebugging...
I have code that executes fine on my machine with Visual Studio installed but have passed the code (compiled) including ClearScript.DLL to someone else who is getting an error when the script runs. I...
View ArticleCommented Unassigned: Problems using WindowsScriptEngineFlags.EnableDebugging...
I have code that executes fine on my machine with Visual Studio installed but have passed the code (compiled) including ClearScript.DLL to someone else who is getting an error when the script runs. I...
View ArticleNew Post: Using ClearScript. WebApplication problem
We're investigating and will have more info (or more questions) soon. Thanks for your help.
View ArticleNew Post: datatypes
i mean what datatypes are implement in the engine? like string or array
View ArticleNew Post: datatypes
ClearScript does not implement or modify any script engines. It "wraps" the JScript and VBScript engines included with the OS, and the V8 engine provided by Google. When moving data across the...
View ArticleEdited Issue: Problems using WindowsScriptEngineFlags.EnableDebugging [36]
I have code that executes fine on my machine with Visual Studio installed but have passed the code (compiled) including ClearScript.DLL to someone else who is getting an error when the script runs. I...
View ArticleCommented Issue: Problems using WindowsScriptEngineFlags.EnableDebugging [36]
I have code that executes fine on my machine with Visual Studio installed but have passed the code (compiled) including ClearScript.DLL to someone else who is getting an error when the script runs. I...
View ArticleCreated Feature: Permissions support [37]
ClearScript would benefit from Jint-like permissions support, which gives hosts precise control over script sandboxing.
View ArticleNew Post: XMLHttpRequest from Javascript?
Hi, How can I use XMLHttpRequest from a ClearScript Javascript function? I'm aware that the Javascript engine only includes the very basic built-in functions, but I'd like to use it for http scripting....
View ArticleNew Post: XMLHttpRequest from Javascript?
Hello Zcodez!​​Since you have .NET at your disposal, why not use something like System.Net.WebClient instead?If you're using JScript, you can use the COM implementation of XMLHTTPRequest via...
View ArticleNew Post: Using ClearScript. WebApplication problem
So here's what's wrong with the NuGet package when dealing with websites. You have two post-build events that copy the files to the bin directory when for websites they need to be moved to the project...
View ArticleNew Post: Using ClearScript. WebApplication problem
Thanks for looking into this. We're still trying to reproduce niconico49's exact setup and deployment method.
View ArticleCreated Feature: COM object projection [38]
Script code currently cannot invoke COM interface methods on exposed RCWs. This is an issue because the OS includes many useful COM objects. Besides, if it implements IDispatch, it should be...
View ArticleCreated Issue: Need better error reporting for V8 assembly loading issues [39]
ClearScript's V8 assembly loading procedure can fail for many reasons, especially in server contexts. Currently all failures result in the same less-than-helpful exception.
View ArticleNew Post: Using ClearScript. WebApplication problem
We reproduced the issue, or at least an issue with the same symptoms, on the local IIS server. It turned out that the V8 libraries couldn't be loaded because of a permission issue. Changing the...
View ArticleNew Post: Using ClearScript in a video game.
Hey, I was making a video game engine (with SFML.Net) and using JavaScript as the game programming language. I had been using Jurassic until I saw this, I made a new branch of my code and switched...
View ArticleNew Post: Using ClearScript in a video game.
Greetings Radnen! Thanks for giving ClearScript a spin! This is great feedback. We're actually encouraged by your numbers. When you use ClearScript with V8, calls across the managed/native boundary are...
View ArticleNew Post: Using ClearScript in a video game.
Thank you! What I love about this project is that it's actively worked on still and you are quick to respond, way more than half of the discussions here ended in positive progress. :) I still have hope...
View ArticleNew Post: Using ClearScript in a video game.
Thanks, Radnen! By the way, if image, blit, or FlipScreen in your test code above are global (as opposed to being local variables in a function), try rerunning the tests with...
View Article