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

前端 未结 8 1350
慢半拍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:39

    If you get this error during a SSDT Publish action, check you have not duplicated SqlCmdVariable entries in the Publish.xml file.

    0 讨论(0)
  • 2020-12-10 11:41

    go inside properties/PublishProfiles, open the .pubxml file and check to see if your connection strings have been repeated. I had this issue, removed all the duplicate connection strings to leave one remaining and it solved my issue.

    0 讨论(0)
提交回复
热议问题