When loading views with Fluent controls, I get this silent exception on load. You see it in the output and the debugger breaks if you break on FileLoadException. Why this silent error?
Exception thrown: 'System.IO.FileLoadException' in mscorlib.dll
Could not load file or assembly 'Fluent, Version=0.0.0.0, Culture=neutral, PublicKeyToken=3e436e32a8c5546f' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Exception thrown: 'System.IO.FileLoadException' in mscorlib.dll
Could not load file or assembly 'ControlzEx, Version=0.0.0.0, Culture=neutral, PublicKeyToken=69f1c32f803d307e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
When loading views with
Fluent
controls, I get this silent exception on load. You see it in the output and the debugger breaks if you break onFileLoadException
. Why this silent error?The references look like this:
Environment