Category: Programming

SonarQube, TeamCity and FxCop integration

As an update to my previous post, I would like to add a few important points re. using FxCop from within SonarQube. First, it is tricky to get up and running. I ran into all the difficulties described here. In short, to

Tagged with: , ,

SonarQube, TeamCity and SQL Server

Today, I was at a nice meeting with fellow IT architects in Aarhus. At the meetup, Jesper Færgemann gave a nice presentation on static and dynamic code analysis, and I got inspired. So, in the train on my way back home, I decided to

Tagged with: ,

SQL Server Data Tools (SSDT) error: Cannot open tabular model project

Today, I had the pleasure of getting an urgent request for a change to our existing SSAS tabular model. However, for some reason the following error appeared when I tried to open the project in VS2012: An error occurred while

Tagged with: ,

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