Logging of assembly binding can be enabled via the Registry, to do so navigate to HKLM\Software\Microsoft\Fusion. Add the following keys with corresponding values:
Key
|
Type
|
Value
|
ForceLog
|
DWORD
|
1
|
LogFailures
|
DWORD
|
1
|
LogResourceBinds
|
DWORD
|
1
|
LogPath
|
String
|
C:\FusionLog\
|
You need to restart the .Net application under test for this to take effect. The log files will be saved in C:\FusionLog.
Reference(s):
http://stackoverflow.com/questions/1012252/using-fuslogvw-exe-on-a-machine-with-no-visual-studio-installed
No comments:
Post a Comment