bilal-fazlani / tracker-enabled-dbcontext

Tracker-enabled DbContext offers you to implement full auditing in your database
https://tracker-enabled-dbcontext.bilal-fazlani.com/
Other
217 stars 110 forks source link

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) #161

Closed ghost closed 5 years ago

ghost commented 6 years ago

Can't get this working, not even with the pre-release. it just dosn't like this EntityFramework.MappingAPI..

muradkarakas commented 6 years ago

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 6 years ago

155 is the exact same issue and still have yet to be resolved.

bilal-fazlani commented 5 years ago

This should be resolved now thanks to @Askolein