vote up 0 vote down star

I occasionally use fuslogvw to track down problems loading assemblies. After all my time of using it, it seems that the folder 'NativeImage' has results for loading native images of my dlls. When the native image is not found (usually its not), I think it then looks for a .net assembly. The 'default' folder is what I normally care about, because it has logs for all assembly bindings, which is where my problem typically lies.

Can anyone explain the real difference here?

flag

1 Answer

vote up 0 vote down check

I think the native images are the JIT-compiled versions of the DLLs. If they are not present, the non-JIT-ted versions are located and used.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.