TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
How do I enable assembly bind failure logging in .NET.
Raj Kumar
Feb 12, 2014
9.5
k
0
0
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
This blog explains the steps to enable the assembly bind failure logging.
Start the Fusion Log Viewer - The utility will be available in the Microsoft SDKs folder: "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\FUSLOGVW.exe".
Click Settings
Click "Delete all" to clear the list of any previous bind failures
Check the Enable custom log path checkbox
Enter the location you want the logs to get written to, for example, c:\Logs (Important: make sure that you have actually created this folder in the file system.)
Make sure that the right level of logging is on (I sometimes simply select the Log all binds to disk just to make sure that the things are working correctly)
In the utility, click Refresh. You should then see the bind failure logged in the list.
Click OK
Set the log location option to the Custom
Remember to turn off logging off once you're done!
How do I enable assembly bind failure logging in .NET.
Next Recommended Reading
Read Excel Files Using Microsoft Office Interop Assemblies in ASP.NET C#