Yes: running the same exe sometimes work, sometimes not:
I didn't use the Javascript.Net source code, I just linked the latest version downloaded from here.
I'm using VS 2013 Premium (v. 12.0.30501.00 Update 2) on a Windows 8.1 Enterprise x64.
This week end I'll try to use the newest the source code.
c:\Users\paolo.TERADP\Documents\Visual Studio 2013\Projects\ConsoleApplication
6\ConsoleApplication6\bin\x64\Debug>ConsoleApplication6.exe
abcdef
c:\Users\paolo.TERADP\Documents\Visual Studio 2013\Projects\ConsoleApplication
6\ConsoleApplication6\bin\x64\Debug>ConsoleApplication6.exe
at Noesis.Javascript.CompileScript(Local<v8::Script>* , Char* source_code, Ch
ar* resource_name)
at Noesis.Javascript.JavascriptContext.Run(String iScript, String iScriptReso
urceName)
at ConsoleApplication6.Program.Main(String[] args) in c:\Users\paolo.TERADP\D
ocuments\Visual Studio 2013\Projects\ConsoleApplication6\ConsoleApplication6\Pro
gram.cs:line 18
c:\Users\paolo.TERADP\Documents\Visual Studio 2013\Projects\ConsoleApplication
6\ConsoleApplication6\bin\x64\Debug>ConsoleApplication6.exe
abcdef
c:\Users\paolo.TERADP\Documents\Visual Studio 2013\Projects\ConsoleApplication
6\ConsoleApplication6\bin\x64\Debug>ConsoleApplication6.exe
at Noesis.Javascript.CompileScript(Local<v8::Script>* , Char* source_code, Ch
ar* resource_name)
at Noesis.Javascript.JavascriptContext.Run(String iScript, String iScriptReso
urceName)
at ConsoleApplication6.Program.Main(String[] args) in c:\Users\paolo.TERADP\D
ocuments\Visual Studio 2013\Projects\ConsoleApplication6\ConsoleApplication6\Pro
gram.cs:line 18
The same happens if I run the code directly from VS in debug mode.I didn't use the Javascript.Net source code, I just linked the latest version downloaded from here.
I'm using VS 2013 Premium (v. 12.0.30501.00 Update 2) on a Windows 8.1 Enterprise x64.
This week end I'll try to use the newest the source code.