visual studio 2010 - vcxproj file won't load into solution -
we've switched vs 2010 , had solution working fine. moring when try load solution error:
"an item same key has been added."
this occurs when trying load 1 of our main projects , not loaded.
i assumed problem solution created brand new empty solution , tried load same vcxproj , got same error.
when revert project file previous version works, apparently it's in vcxproj file. appears i'm 1 in office affected. combination of vcxproj file , computer seems issue.
has seen before? ideas on solution? thanks
still not sure caused issue deleting temporary files:
<proj>.vcxproj.user <proj>.vcxproj.filters <proj>.vcproj.<domainname???>.<username>.user <proj>.suo
has fixed problem.
i suspect just
<proj>.vcxproj.user <proj>.vcxproj.filters
or both fixed did delete 4 have been of them.
the change vcxproj file casued break renaming files , adding files, guess 1 of generated files had stale reference blocking load.
Comments
Post a Comment