Search code examples
.netapplication-blocks

Could not load file or assembly error


I got an error Message like

"Could not load file or >assembly 'Microsoft.ApplicationBlocks.ExceptionManagement.Interfaces, Version=1.0.2732.30552, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified."

How can I solve this?


Solution

  • Use the assembly binding log viewer to find out what exactly is failing to load and fix that.

    The error explains exactly what is going on - the assembly specified cannot be found, or one of its dependencies cannot be found. You might have an assembly of that name but wrong version.