Doesn't work

Issue #17 new
Ulysses Wu created an issue

It doesn't seems to work on my PC. Environment: Windows 10 x64 (16299)

Even the sample of Fluent API won't work. Inject does not work, either.

It always stuck on using LoadLibraryW to load Jit*.dll. When calling GetProcAddress, the result IntPtr is always Zero.

Update: After some investigation I noticed it just don't support .NET 4.7 CLR since you used JerryWang's solution. I patched that but it still failed with Error_MethodDescInitializationFailed.

Comments (1)

  1. Log in to comment