IJW binding in fusion logs

G

Guest

While I was running through fusion logs to diagnose a TypeLoadException, I
kept coming across unusual logs when the loader was handling mixed
managed/native libraries and trying to load the MSVCRT.

It appears that .Net asks fusion to load it as a normal managed assembly,
which fails. Later on, it does another bind, an "IJW Bind" which works (hr =
0x0), but an exception is still printed in the log:

LOG: IJW assembly bind returned file not found.

I know that SxS is used and how it works with the embedded assembly manifest
in the mixed-mode dll and the subsequent application of SxS policy, but why
do I keep seeing an error in the logs? And just what _is_ an IJW bind?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top