Know more about Assembly

Posted by Ralax on ASP.net Weblogs See other posts from ASP.net Weblogs or by Ralax
Published on Tue, 09 Mar 2010 07:19:00 GMT Indexed on 2010/03/09 7:21 UTC
Read the original article Hit count: 242

Filed under:
|
If you want to know what an assembly does, you can use Reflector to refactor the assembly and check the codes. If you want to know why binding assembly failed, you can use Assembly Binding Log Viewer to check it. Also you should set HKLM\Software\Microsoft\Fusion\ForceLog registry value to 1 . When the assembly is used, you want to know what the assembly uses, you can use Process Explorer ....(read more)

© ASP.net Weblogs or respective owner

Related posts about .NET

Related posts about Notes