Ambiguous references with the exact same namespace

asp.net-mvc-3, c#, ef-code-first, resharper

Solution

I had the same problem. I use ReSharper. The solution to my problem was not cleaning the solution but deleting the `suo`-file. Hope that helps.

Problem

The `RC` class is not linked to a database, it is a simple class. The class is at only one place and is not partial. The AƩrochem.Domain dll project compiles just fine. Note: If I select one of the two identical namespaces in the quick fix menu, it does nothing. Note2: This happens to a couple of classes (some related to a database, some not) Is there a fix to that or a way to figure what's wrong?

Original source

Related problems