The call is ambiguous between the following methods: Identical.NameSpace.InitializeComponent() and Identical.NameSpace.InitializeComponent()

前端 未结 12 1607
野趣味
野趣味 2021-01-17 12:09

Ok, I suspect this might be a Visual Studio thing, but there must be some reason for this. I created from the list of default items a ListBox (Right Click on project, or fol

12条回答
  •  暖寄归人
    2021-01-17 12:27

    I had the same problem after changing a bunch of files at once, here's how I fixed it:

    • Find the solution in Solution Explorer (View -> Solution Explorer)
    • Right-click on the solution and click "Clean Solution"

    .. and that's it! Visual Studio can be weird sometimes..

提交回复
热议问题