New Post: ClearScript build error
Greetings! Those errors are exactly what you get if the V8 assemblies are missing. Are you sure you let V8Update run to completion? Was it successful? If so, you should see the following...
View ArticleNew Post: ClearScript build error
I never got any 'success' message for the V8Update. Gave it many more tries and then switched to just installing it directly through package manager console in VS2013: Install-Package...
View ArticleNew Post: ClearScript build error
Glad you got it working! For future reference, V8Update's output should look something like this:C:\ClearScript>v8update Build mode: Release V8 revision: Tested (3.30.33.16) Creating build directory...
View ArticleNew Post: Retrieving javascript line index during execution
Hi, Could it be something has changed in the V8 debugging protocol in the new version? We are having issues with setting breakpoints. In 5.4.1 V8 doesn't respond to any of setbreakpoint requests. In...
View ArticleCreated Unassigned: IActiveScriptSiteWindow implementation [73]
Hello,I've added an implementation for IActiveScriptSiteWindow to the WindowsScriptEngine.ScriptSite class which allows the user to provide a window handle for parenting dialogs. The code can be found...
View ArticleCreated Unassigned: Check for DispId attribute when looking for default...
We are using ClearScript in our application as a replacement for the MS Script Control (to enable users to run custom scripts interfacing with an application-provided object), and we've encountered an...
View ArticleEdited Issue: Check for DispId attribute when looking for default property [74]
We are using ClearScript in our application as a replacement for the MS Script Control (to enable users to run custom scripts interfacing with an application-provided object), and we've encountered an...
View ArticleCommented Issue: Check for DispId attribute when looking for default property...
We are using ClearScript in our application as a replacement for the MS Script Control (to enable users to run custom scripts interfacing with an application-provided object), and we've encountered an...
View ArticleEdited Issue: IActiveScriptSiteWindow implementation [73]
Hello,I've added an implementation for IActiveScriptSiteWindow to the WindowsScriptEngine.ScriptSite class which allows the user to provide a window handle for parenting dialogs. The code can be found...
View ArticleCommented Issue: IActiveScriptSiteWindow implementation [73]
Hello,I've added an implementation for IActiveScriptSiteWindow to the WindowsScriptEngine.ScriptSite class which allows the user to provide a window handle for parenting dialogs. The code can be found...
View ArticleNew Post: Retrieving javascript line index during execution
Hello! Hmm, we can't reproduce any issues setting breakpoints from Eclipse. Here's a sample from Eclipse's debugger network console:> Sent to Chrome: Content-Length:132...
View ArticleNew Post: Assistance attaching debugger
A couple months ago when I was first looking at clearscript, I tested attaching eclipse to script engine so you can debug scripts. It worked great. Now, after putting in some work, I am once again...
View ArticleNew Post: Assistance attaching debugger
Hello! What version of Eclipse are you using, and how exactly are you attaching it? Also, can you continue through that exception? If not, can you post a first-chance stack? Thanks!
View ArticleNew Post: Assistance attaching debugger
I followed this guide.https://pandeysk.wordpress.com/2014/05/25/debugging-with-clearscript/ Eclipse Version: Luna Service Release 1a (4.4.1) As soon as I hit that exception, the w3wp process crashes...
View ArticleCreated Issue: New V8 debug agent fails in ASP.NET projects [75]
This issue has to do with the DispatchDebugMessages path, which attempts to invoke a managed method on a C++ Concurrency Runtime worker thread.That seems to work in desktop applications, but it throws...
View ArticleNew Post: Assistance attaching debugger
Hi again, We've reproduced this issue and are tracking it here. This is a new bug in ClearScript 5.4.1 that apparently affects ASP.NET environments only. Unfortunately there is currently no workaround....
View ArticleNew Post: Retrieving javascript line index during execution
Hi again, Is your project by any chance an ASP.NET web application? If so, you might be encountering this issue. Thanks!
View ArticleNew Post: Is ClearScript supported for store apps?
Hi, Is ClearScript supported on MS store apps? Also did anyone try testing it on Windows 10? Please share any observation if you have. Thanks in advance. regards Satyendra Pandey
View ArticleNew Post: Instantiating V8Runtime with V8RuntimeConstraints crashes
Hello! I recently updated from ClearScript 5.4.0 to 5.4.1 and started receiving an AccessViolationException every time I create a v8Runtime instance witih V8RuntimeConstraints defined as follows:...
View ArticleNew Post: Is ClearScript supported for store apps?
Greetings! Unfortunately ClearScript cannot be used in Store apps. That's because it targets the .NET Framework, whereas Store apps must target the more restricted .NET Core profile. Furthermore, Store...
View Article