New Post: Bundling Visual C++ dlls along with ClearScript
I don't actually distribute the App. We are developing a Point of Sale SDK that uses ClearScript and distribute the SDK as a nuget package to our partners who use it on their Apps. Previously we used...
View ArticleNew Post: Bundling Visual C++ dlls along with ClearScript
Hi i2infinity, First, we encourage you to build ClearScript yourself via the walkthrough in the ReadMe. That way there'll be no confusion about which libraries to include with your SDK, and you'll get...
View ArticleNew Post: Bundling Visual C++ dlls along with ClearScript
Thanks a bunch. Let me try this out and get back
View ArticleCreated Unassigned: Issues with 5.4.6.0 [109]
I have today updated a project with Nuget to use ClearScript 5.4.6.0 but it is now throwing the following errorException: System.TypeLoadExceptionMessage: Could not load type...
View ArticleCommented Unassigned: Issues with 5.4.6.0 [109]
I have today updated a project with Nuget to use ClearScript 5.4.6.0 but it is now throwing the following errorException: System.TypeLoadExceptionMessage: Could not load type...
View ArticleNew Post: Header format for V8 debugger
Hey, just a quick note - since you modified the headers for the debugger protocol, it is now also possible to connect to a ClearScript instance by using the base node.js debugger (e.g. node debug...
View ArticleCommented Unassigned: Issues with 5.4.6.0 [109]
I have today updated a project with Nuget to use ClearScript 5.4.6.0 but it is now throwing the following errorException: System.TypeLoadExceptionMessage: Could not load type...
View ArticleClosed Unassigned: Issues with 5.4.6.0 [109]
I have today updated a project with Nuget to use ClearScript 5.4.6.0 but it is now throwing the following errorException: System.TypeLoadExceptionMessage: Could not load type...
View ArticleEdited Issue: Issues with 5.4.6.0 [109]
I have today updated a project with Nuget to use ClearScript 5.4.6.0 but it is now throwing the following errorException: System.TypeLoadExceptionMessage: Could not load type...
View ArticleNew Post: Intermittent crash on IIS and IISExpress
We are having IIS crashes on 5.4.6 NuGet package as well. We are trying the downgrade to 5.4.3. If someone can build a Nuget with the patch we can also try it. Or tell us the proper way to compile...
View ArticleNew Post: Intermittent crash on IIS and IISExpress
Hi Bill, We can't help you with the NuGet package, so we encourage you to consider building ClearScript yourself via the procedure in the ReadMe. The Git repository on this site includes a potential...
View ArticleNew Post: vbs debug
hello! if the code runs into an vbs error in a VS debug session, no step through in vbs code is provided by VS. instead a popup dialog appears prompting for another VS debug session with the message:...
View ArticleNew Post: vbs debug
Hi eichti, We can't reproduce the Visual Studio security errors you're seeing. What kind of application are you working on (console, WPF, ASP.NET, etc.)? If you can get past the security issues, try...
View ArticleNew Post: Intermittent crash on IIS and IISExpress
We compiled this fix: https://clearscript.codeplex.com/SourceControl/changeset/df2b7256358171f3755da67b51de889a16d1755c We tried it for a few hrs and it was MUCH better! Like night and day. We will...
View ArticleNew Post: Intermittent crash on IIS and IISExpress
Hi ClearScript team, do you know when we can expect to see the fix in the latest released version? Thanks!
View ArticleNew Post: Intermittent crash on IIS and IISExpress
We tried it for a few hrs and it was MUCH better! Like night and day. We will have it 100% live next Thursday. That's great to hear. Thanks for following up!
View ArticleNew Post: Intermittent crash on IIS and IISExpress
do you know when we can expect to see the fix in the latest released version? We're readying version 5.4.7 now, and it should be out within a week. It's a relatively small update. One word of...
View ArticleNew Post: Line numbers in stacktraces
Hello. I implemented/ported a module system to run on ClearScript. This requires me to wrap the loaded module code in a function declaration. This works great but has one small catch: All line numbers...
View ArticleNew Post: Line numbers in stacktraces
Hello ZoneRunner, This requires me to wrap the loaded module code in a function declaration. Can you say a bit more about (or provide a sample of) how you accomplish this wrapping? Do you take the...
View Article