VS2010 “An item with the same key has already been added”

前端 未结 8 1354
慢半拍i
慢半拍i 2020-12-10 11:03

I recently installed Visual Studio 2010 and copied and converted an old VS2005 solution to VS2010

When I edit this solution, if I try to change a control\'s .image p

8条回答
  •  既然无缘
    2020-12-10 11:37

    I had the same experience but due to duplicate image resources in the .csproj file:

    
    
    
    
    
    
    

    Probably from a Merge Gone Wild(tm).

    Same symptoms--regular build OK, rebuild fails. Remove the duplicate resource entries to fix the problem.

提交回复
热议问题