New Post: Elevated library layer
Hello Querty, Suppose you have a class that provides sensitive host functionality:publicclass HostLib { publicvoid Log(string message) { Console.WriteLine(message); } }Here's how you might create a...
View ArticleCreated Unassigned: Missing DLLs on new project [65]
When I create the ScriptEngine i gotSystem.TypeLoadException was unhandled _HResult=-2146233054_message=Cannot load V8 interface assembly; verify that the following files are installed with your...
View ArticleCommented Unassigned: Missing DLLs on new project [65]
When I create the ScriptEngine i gotSystem.TypeLoadException was unhandled _HResult=-2146233054_message=Cannot load V8 interface assembly; verify that the following files are installed with your...
View ArticleClosed Unassigned: Missing DLLs on new project [65]
When I create the ScriptEngine i gotSystem.TypeLoadException was unhandled _HResult=-2146233054_message=Cannot load V8 interface assembly; verify that the following files are installed with your...
View ArticleEdited Issue: Missing DLLs on new project [65]
When I create the ScriptEngine i gotSystem.TypeLoadException was unhandled _HResult=-2146233054_message=Cannot load V8 interface assembly; verify that the following files are installed with your...
View ArticleCommented Issue: Access violation running V8 tests in Visual Studio [60]
Whenever I try to run a test under xUnit using the built in Visual Studio Test Runner (with xUnit plugin) containing the V8Runtime, I get either an AccessViolation or an SEHException. The strange thing...
View ArticleNew Post: Debugging ClearScript in ASP.NET
User julesx416 posted the following question: Is it possible to attach a debugger to an asp.net instance that has a V8 engine loaded? I want to be able to see the script being executed, set breakpoints...
View ArticleNew Post: Debugging ClearScript in ASP.NET
Hello! Yes, in the ClearScript ReadMe, please see the section "Debugging with ClearScript and V8". Good luck!
View ArticleNew Post: Debugging ClearScript in ASP.NET
Is there any way to do it remotely? Like the visual studio remote remote debugger.
View ArticleCommented Issue: Access violation running V8 tests in Visual Studio [60]
Whenever I try to run a test under xUnit using the built in Visual Studio Test Runner (with xUnit plugin) containing the V8Runtime, I get either an AccessViolation or an SEHException. The strange thing...
View ArticleCommented Issue: Access violation running V8 tests in Visual Studio [60]
Whenever I try to run a test under xUnit using the built in Visual Studio Test Runner (with xUnit plugin) containing the V8Runtime, I get either an AccessViolation or an SEHException. The strange thing...
View ArticleCommented Issue: Access violation running V8 tests in Visual Studio [60]
Whenever I try to run a test under xUnit using the built in Visual Studio Test Runner (with xUnit plugin) containing the V8Runtime, I get either an AccessViolation or an SEHException. The strange thing...
View ArticleCommented Issue: Access violation running V8 tests in Visual Studio [60]
Whenever I try to run a test under xUnit using the built in Visual Studio Test Runner (with xUnit plugin) containing the V8Runtime, I get either an AccessViolation or an SEHException. The strange thing...
View ArticleCreated Unassigned: Debugging clearscript in asp.net [66]
Is it possible to attach a debugger to an asp.net instance that has a V8 engine loaded?I want to be able to see the script being executed, set breakpoints and so forth.Thank you!
View ArticleClosed Unassigned: Debugging clearscript in asp.net [66]
Is it possible to attach a debugger to an asp.net instance that has a V8 engine loaded?I want to be able to see the script being executed, set breakpoints and so forth.Thank you!Comments: Moved to a...
View ArticleEdited Task: Debugging clearscript in asp.net [66]
Is it possible to attach a debugger to an asp.net instance that has a V8 engine loaded?I want to be able to see the script being executed, set breakpoints and so forth.Thank you!
View ArticleNew Post: SignalR in ClearScript
I am creating a Windows forms app that uses ClearScript. Users will write their own scripts to perform specific tasks to simulate a manufacturing process. The key to the app is that it must communicate...
View ArticleNew Post: Debugging ClearScript in ASP.NET
Hi again, Is there any way to do it remotely? Like the visual studio remote remote debugger. To be honest, we haven't tried it, but V8's debugging protocol is TCP/IP-based, and Eclipse's "Debug...
View ArticleNew Post: SignalR in ClearScript
Greetings! Unfortunately many JavaScript libraries assume that they're running in a particular environment (web browser, Node.js, etc.) and are not readily usable in the sort of bare application...
View Article