Pages

Wednesday, May 21, 2014

Faulting module path: KERNELBASE.dll


It is a CLR exception, you cannot use DependencyWalker to analyze .NET dependencies. Use fuslogvw.exe instead.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion
Add:
DWORD ForceLog set value to 1
DWORD LogFailures set value to 1
DWORD LogResourceBinds set value to 1
String LogPath set value to folder for logs (e.g. C:\FusionLog\)
Make sure you include the backslash after the folder name and that the Folder exists.
You need to restart the program that you're running to force it to read those registry settings.

No comments:

Post a Comment