Hello,
I have recently upgraded my project from Javascript.Net to ClearScript with V8.
Currently, when I'm running the webdev server I fairly frequently get this error:
The program '[6484] WebDev.WebServer40.EXE: Managed (v4.0.30319)' has exited with code 1073741855 (0x4000001f).
This is the same error I got when dealing with Javascript.Net, and it is the biggest reason why I made the switch.
I looked into the problem and it seems to have to do with 32bit dlls in a 64bit program. Or calling c++ code from c# (something about marshalling issues?) The compiled clearscript.dll is 32bit. How can I force it to use the 64 bit dlls that were also built? How would I make the clearscript.dll 64bit (I tried and was not successful).
Is this even the problem? Is there a special procedure to create a 64bit version? How can I make it more stable?
Thanks,
~Scott M.
I have recently upgraded my project from Javascript.Net to ClearScript with V8.
Currently, when I'm running the webdev server I fairly frequently get this error:
The program '[6484] WebDev.WebServer40.EXE: Managed (v4.0.30319)' has exited with code 1073741855 (0x4000001f).
This is the same error I got when dealing with Javascript.Net, and it is the biggest reason why I made the switch.
I looked into the problem and it seems to have to do with 32bit dlls in a 64bit program. Or calling c++ code from c# (something about marshalling issues?) The compiled clearscript.dll is 32bit. How can I force it to use the 64 bit dlls that were also built? How would I make the clearscript.dll 64bit (I tried and was not successful).
Is this even the problem? Is there a special procedure to create a 64bit version? How can I make it more stable?
Thanks,
~Scott M.