C# (Sharp) Programming Language Question:

How can you debug failed assembly binds?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

Use the Assembly Binding Log Viewer (fuslogvw.exe) to find out the paths searched.


Previous QuestionNext Question
How can you tell the application to look for assemblies at the locations other than its own install?Where are shared assemblies stored?