Could not load file or assembly 'EntityFramework.MappingAPI, Version=6.1.0.9, Culture=neutral, PublicKeyToken=7ee2e825d201459e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Opened this issue · 3 comments
Deleted user commented
Can't get this working, not even with the pre-release. it just dosn't like this EntityFramework.MappingAPI..
muradkarakas commented
solved.
Solution is to download whole solution. Unzip it. Then add 2 C# projects into your solution. (TrackerEnabledDbContext and TrackerEnabledDbContext.Common) then compile. It works for me.
minoseah629 commented
#155 is the exact same issue and still have yet to be resolved.
bilal-fazlani commented
This should be resolved now thanks to @Askolein