Replies: 1 comment 13 replies
-
Hi @viceice, ClearScript uses In some legacy environments – as well as deployments where the native library is in a custom location – ClearScript can manually load the native library before any native calls take place; that's where A post on StackOverflow suggests that one could work around that by double-releasing a manually loaded library reference, but ClearScript doesn't do that. We feel that it's a dangerous hack, and no users have asked for it until now. Perhaps we could implement forced library release as an opt-in feature. Can you tell us more about your use case? Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've a process architecture which uses AppDomains to seperate functionalities.
So one AppDomain can use ClearScript.
When the AppDomain get's unloaded the
ClearScriptV8.win-x64.dll
file seems to remain locked by windows.Any buildin way to fix that?
My idea is to copy that file to a temp folder and use
AuxiliarySearchPath
to let clearscript load the file.Beta Was this translation helpful? Give feedback.
All reactions