I’m having another of these “Could not load file or assembly or one of its dependencies” problems.
Additional information: Could not load
file or assembly
‘Microsoft.Practices.Unity,
Version=1.2.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35’ or
one of its dependencies. The located
assembly’s manifest definition does
not match the assembly reference.
(Exception from HRESULT: 0x80131040)
I have no idea what is causing this or how I could debug it to find the cause.
I’ve done a search in my solution catalogs .csproj files, and every where I have Unity I have:
Reference
Include=”Microsoft.Practices.Unity,
Version=2.0.414.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35,
processorArchitecture=MSIL”
Can’t find any reference anywhere which goes against 1.2.0.0 in any of my projects.
Any ideas how I should go about solving this?