Created Unassigned: VBScript engine reports wrong line number on error [24]
An error in the 1st line is reported as being in line 0An error in the 2nd line is also reported as being in line 0And error in the 3rd as line 1And then it increments as you would expect 2,3,4 ...The...
View ArticleNew Post: Using ClearScript. WebApplication problem
Hi, I tried every configuration expose in this discussion, but my iis 7.5 refuse to load the library ClearScriptV8-32.dll or some dll dependence. I've tried that: 1) Install from nuget console with...
View ArticleNew Post: Using ClearScript. WebApplication problem
I thought, that no is the problem beacuse in console application everiting is ok then i've tried this: definition a) xcopy part in project from dll downloaded to bin directory b) add dll as resource c)...
View ArticleNew Post: Using ClearScript. WebApplication problem
Hi niconico49, The ClearScript.V8 NuGet package doesn't quite work with ASP.NET projects. Please try the following:​In the project(s) where you added the NuGet package, delete the post-build steps that...
View ArticleEdited Issue: VBScript engine reports wrong line number on error [24]
An error in the 1st line is reported as being in line 0An error in the 2nd line is also reported as being in line 0And error in the 3rd as line 1And then it increments as you would expect 2,3,4 ...The...
View ArticleCommented Issue: VBScript engine reports wrong line number on error [24]
An error in the 1st line is reported as being in line 0An error in the 2nd line is also reported as being in line 0And error in the 3rd as line 1And then it increments as you would expect 2,3,4 ...The...
View ArticleCommented Issue: VBScript engine reports wrong line number on error [24]
An error in the 1st line is reported as being in line 0An error in the 2nd line is also reported as being in line 0And error in the 3rd as line 1And then it increments as you would expect 2,3,4 ...The...
View ArticleCommented Issue: VBScript engine reports wrong line number on error [24]
An error in the 1st line is reported as being in line 0An error in the 2nd line is also reported as being in line 0And error in the 3rd as line 1And then it increments as you would expect 2,3,4 ...The...
View ArticleNew Post: Requirejs implementation
Thank you very much, I wasn't excpeted such quick and perfect answer !
View ArticleCommented Issue: VBScript engine reports wrong line number on error [24]
An error in the 1st line is reported as being in line 0An error in the 2nd line is also reported as being in line 0And error in the 3rd as line 1And then it increments as you would expect 2,3,4 ...The...
View ArticleCreated Unassigned: Overload resolution not working with indexed property [25]
When an class have overloaded indexed property,overload resolution with the property does not work.class definition (C#)```public class MyDictionary{ public Object this[Int32 index]{ get { return...
View ArticleCommented Unassigned: Overload resolution not working with indexed property [25]
When an class have overloaded indexed property,overload resolution with the property does not work.class definition (C#)```public class MyDictionary{ public Object this[Int32 index]{ get { return...
View ArticleCommented Unassigned: Overload resolution not working with indexed property [25]
When an class have overloaded indexed property,overload resolution with the property does not work.class definition (C#)```public class MyDictionary{ public Object this[Int32 index]{ get { return...
View ArticleCommented Unassigned: Overload resolution not working with indexed property [25]
When an class have overloaded indexed property,overload resolution with the property does not work.class definition (C#)```public class MyDictionary{ public Object this[Int32 index]{ get { return...
View ArticleCreated Unassigned: Circular reference issue... [26]
Hi there,I'm trying to evaluate how ClearScript's V8 implementation works when it comes to scripts that could contain issues of any kind. One particular case led me to running a script that contains...
View ArticleEdited Issue: V8ScriptEngine does not support stack limits [26]
Hi there,I'm trying to evaluate how ClearScript's V8 implementation works when it comes to scripts that could contain issues of any kind. One particular case led me to running a script that contains...
View ArticleCommented Issue: V8ScriptEngine does not support stack limits [26]
Hi there,I'm trying to evaluate how ClearScript's V8 implementation works when it comes to scripts that could contain issues of any kind. One particular case led me to running a script that contains...
View ArticleNew Post: Script CallStack information in a method callback
Hi guys, I was wondering what would be the fastest way to dump a script callstack information from within a method callback for information purposes. To give an example, lets say we'd wanna run...
View ArticleCommented Issue: V8ScriptEngine does not support stack limits [26]
Hi there,I'm trying to evaluate how ClearScript's V8 implementation works when it comes to scripts that could contain issues of any kind. One particular case led me to running a script that contains...
View ArticleNew Post: Script CallStack information in a method callback
Hi Andi! Thanks for your question. If you're using JScript and you don't want to enable debugging, then callee/caller is your only option as far as we can tell. Here's a basic sample (with thanks to...
View Article