Quantcast
Channel: ClearScript
Viewing all articles
Browse latest Browse all 2297

New Post: How to add the ClearScript.V8 assemblies into GAC

$
0
0
Hi again!

To enable ClearScriptV8 assembly loading via AppDomain.AssemblyResolve, we'd like to propose the following new code at the top of V8Proxy.LoadAssembly:
try
{
    assembly = Assembly.Load("ClearScriptV8");
    return;
}
catch (FileNotFoundException)
{
}
This should allow hosts to override ClearScript's loading process via the event.

We'd love to hear your thoughts!

Viewing all articles
Browse latest Browse all 2297

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>