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

New Post: Call known method by name

OK the issue has been resolved. In a VWG application with CLR Exception Breaking on, the error is thrown multiple times, but you can continue past them. It also appears that creating a ScriptEngine in...

View Article



New Post: Call known method by name

You're absolutely right! The C# Runtime Binder throws exceptions and handles them internally. This is all by design and happens on "normal" .NET as well. Thanks!

View Article

Created Unassigned: Property with modifier [71]

Hi, I'm having an issue with exposed host object which has a property with public getter and private setter.For example, I can put a script like "SomeObject.Name = ...". Is there a way to prevent...

View Article

Commented Unassigned: Property with modifier [71]

Hi, I'm having an issue with exposed host object which has a property with public getter and private setter.For example, I can put a script like "SomeObject.Name = ...". Is there a way to prevent...

View Article

Edited Unassigned: Property with modifier [71]

Hi, I'm having an issue with exposed host object which has a property with public getter and private setter.For example, I can put a script like "SomeObject.Name = ...". Is there a way to prevent...

View Article


Commented Unassigned: Property with modifier [71]

Hi, I'm having an issue with exposed host object which has a property with public getter and private setter.For example, I can put a script like "SomeObject.Name = ...". Is there a way to prevent...

View Article

Edited Unassigned: Restricted access to non-public property accessors is not...

Hi, I'm having an issue with exposed host object which has a property with public getter and private setter.For example, I can put a script like "SomeObject.Name = ...". Is there a way to prevent...

View Article

Edited Unassigned: Non-public accessors of public properties are not...

Hi, I'm having an issue with exposed host object which has a property with public getter and private setter.For example, I can put a script like "SomeObject.Name = ...". Is there a way to prevent...

View Article


Edited Issue: Non-public accessors of public properties are not correctly...

Hi, I'm having an issue with exposed host object which has a property with public getter and private setter.For example, I can put a script like "SomeObject.Name = ...". Is there a way to prevent...

View Article


Edited Issue: Non-public accessors of public properties is not enforced [71]

Hi, I'm having an issue with exposed host object which has a property with public getter and private setter.For example, I can put a script like "SomeObject.Name = ...". Is there a way to prevent...

View Article

Edited Issue: Restricted access to non-public accessors of public properties...

Hi, I'm having an issue with exposed host object which has a property with public getter and private setter.For example, I can put a script like "SomeObject.Name = ...". Is there a way to prevent...

View Article

Commented Issue: Restricted access to non-public accessors of public...

Hi, I'm having an issue with exposed host object which has a property with public getter and private setter.For example, I can put a script like "SomeObject.Name = ...". Is there a way to prevent...

View Article

Created Unassigned: Passing null to overloaded methods. [72]

Hi, I'm having another issue with passing null to overloaded methods. Here's code sample.``` public class SimpleObject{ public string Name { get; set; }} public static class LogWriter{ public static...

View Article


Edited Unassigned: Passing null to overloaded methods. [72]

Hi, I'm having another issue with passing null to overloaded methods. Here's code sample.``` public class SimpleObject{ public string Name { get; set; } public string GetName(){ return null;}} public...

View Article

Commented Issue: Restricted access to non-public accessors of public...

Hi, I'm having an issue with exposed host object which has a property with public getter and private setter.For example, I can put a script like "SomeObject.Name = ...". Is there a way to prevent...

View Article


New Post: Retrieving javascript line index during execution

Slight update in case anyone experiences same problem, It turns out the problem wasn't in supporting code, but rather with the 5.4.0 version. In 5.4.0 V8ScriptEngine.Script.getStackTrace() throws...

View Article

New Post: Retrieving javascript line index during execution

Hi again,​ In 5.4.0 V8ScriptEngine.Script.getStackTrace() throws RuntimeBinderException: 'Microsoft.ClearScript.V8.V8ScriptItem' does not contain a definition for 'EngineInternal'​ Actually exceptions...

View Article


Commented Unassigned: Passing null to overloaded methods. [72]

Hi, I'm having another issue with passing null to overloaded methods. Here's code sample.``` public class SimpleObject{ public string Name { get; set; } public string GetName(){ return null;}} public...

View Article

Edited Issue: Ambiguity when passing null to overloaded methods [72]

Hi, I'm having another issue with passing null to overloaded methods. Here's code sample.``` public class SimpleObject{ public string Name { get; set; } public string GetName(){ return null;}} public...

View Article

New Post: ClearScript build error

Hi, I'm unable to build ClearScript with V8. I have VS 2013 on Windows Server 2012. I have run the V8Update command using VS2013 Command Prompt (x64 Cross Tools). On trying to build ClearScript...

View Article
Browsing all 2297 articles
Browse latest View live




Latest Images