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

Commented Unassigned: ClearScript not finding function added dynamically to...

ClearScript apparently can't find a function added dynamically to the window object.In a regular html file, I can call "var passwordAnalysis = zxcvbn($(this).val(), penalties);" just fine.However, I am...

View Article



New Post: Duplicate Error throw in JScriptEngine

I initial a .net runtime in a native c++ program. Create two JScript engine in this .net runtime, this two engine is created in individual appdomain. When the engine throw out a exception, the c++ side...

View Article

New Post: Duplicate Error throw in JScriptEngine

Hi bonntom, Wow, that sounds like an interesting issue, and we'd love to try to debug it, but to do that we need a reproducible case. Your scenario is quite unusual and clearly very complex, so it may...

View Article

New Post: Using ClearScript. WebApplication problem

Sorry for my late but i have tried the configuration suggested: In the project(s) where you added the NuGet package, delete the post-build steps that copy ClearScript's native assemblies to...

View Article

New Post: Using ClearScript. WebApplication problem

Hi niconico49, Can you tell us more about your project? It appears to be an ASP.NET application written in Visual Basic; is that correct? Are you running into this problem when deploying on your...

View Article


New Post: Using ClearScript. WebApplication problem

yes is a vb.net project and running in this problem when i launch in my development pc. Now i've never try to deploy in a iis server, obsiously!! On the other hand now i try to download the latest...

View Article

New Post: Using ClearScript. WebApplication problem

Great! Please let us know if you continue experiencing problems after the updates.

View Article

New Post: Run simple script

Hi, everyone! I'm new in using ClearScript. Could you show me how I can run simple script like: function TestMethod(testObj) { //some action return testObj; } without using construction like:...

View Article


New Post: Using ClearScript. WebApplication problem

I download / recompile and launch everything and the problem is in this instruction inside VBProxy.cs: hLibrary = NativeMethods.LoadLibraryW(path); inside this function: private static bool...

View Article


New Post: Run simple script

Hello xtracer! If you have script code in a string, you can use the Evaluate() method to run it:string code = @" function TestMethod(testObj) { //some action return testObj; } ";...

View Article

New Post: Using ClearScript. WebApplication problem

Hi niconico49,​ but in one path inside the foreach loop ther is EXACTLY the CORRECT path of dll and then the question is: Why the LoadLibraryW(path) (or LoadLoalibray(path) because i've tried this too)...

View Article

New Post: Run simple script

Thank you! This is what I wanted to see.

View Article

New Post: Using ClearScript. WebApplication problem

i had installed vs 2013 express and Visual C++ Redistributable Packages 2013 downloaded from here:http://www.microsoft.com/it-it/download/details.aspx?id=40784 i downloaded the clearscript package from...

View Article


New Post: Using ClearScript. WebApplication problem

Another idea: If I'll create a desktop project (console application) or a Class Library (but for this i don't know if ClearScript doesn't have problem) that use clearscript and add this as reference to...

View Article

New Post: Using ClearScript. WebApplication problem

Hi niconico49, Thanks for providing so many details. We're sorry to hear that this issue is still blocking you, but we still can't reproduce it. On a machine running 32-bit Windows 7 and Visual Studio...

View Article


New Post: Using ClearScript. WebApplication problem

Infact i thought about that request: a piece of code where there is an error control about the result of LoadLibraryW i tried to use getlasterror but because i don't know the library to include and the...

View Article

Created Unassigned: Issue with memory leaking scripts: 5.3.9 vs 5.3.10 [32]

Hi everybody,I just noticed a behavior that differs between ClearScript v 5.3.9 and 5.3.10, and it's about limiting memory for a script execution. Consider following faulty script (it emulates a memory...

View Article


Edited Unassigned: Issue with memory leaking scripts: 5.3.9 vs 5.3.10 [32]

Hi everybody,I just noticed a behavior that differs between ClearScript v 5.3.9 and 5.3.10, and it's about limiting memory for a script execution. Consider following faulty script (it emulates a memory...

View Article

Edited Unassigned: Issue with memory leaking scripts: 5.3.9 vs 5.3.10 [32]

Hi everybody,I just noticed a behavior that differs between ClearScript v 5.3.9 and 5.3.10, and it's about limiting memory for a script execution. Consider following faulty script (it emulates a memory...

View Article

Edited Unassigned: Issue with memory leaking scripts: 5.3.9 vs 5.3.10 [32]

Hi everybody,I just noticed a behavior that differs between ClearScript v 5.3.9 and 5.3.10, and it's about limiting memory for a script execution. Consider following faulty script (it emulates a memory...

View Article
Browsing all 2297 articles
Browse latest View live




Latest Images