Ambiguous references with the exact same namespace

前端 未结 11 2088
余生分开走
余生分开走 2020-12-30 18:31

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

11条回答
  •  隐瞒了意图╮
    2020-12-30 19:16

    I had this problem and also ReSharper installed on visual studio.

    Print screen 1

    Print screen 2

    I open bug ticket on ReSharper tracker and the development team advised me to do:

    Solution:

    This problem can be solved by removing the Solution User Options (.Suo) File. This file is stored in the project root but is hidden. you need to check Folder Options-> View-> Show hidden files, folders, drives. and you need to close visual studio if you have open this project because is used by visual studio.

提交回复
热议问题