Tag: .NET

AutoMapper 3.0.0 issue: “Could not load file or assembly ‘AutoMapper.Net4′”

Today, I installed AutoMapper 3.0.0 (what a great tool, BTW). I ran into the following issue: My WPF (.NET 4.5) app has several separate projects, and I want to add AutoMapper (via Nuget) to a project that is not the startup

Tagged with: ,

Entity Framework 5 Code First and Table-Per-Hierarchy error 3032

Today, I struggled a bit with EF5 and getting a job-type inheritance hierarchy up and running. I’m using EF5, code first (with an existing DB reverse-engineered using the EF Power Tools, but this does not matter in this case). The

Tagged with: , ,
Top