When I open solution it gives me warning that "Some of the properties associated with the solution could not be read"
I tried search on the net and I tried solving error from following link: Visual Studio warning: "Some of the properties associated with the solution could not be read"
I noticed that my solution file has duplicate GlobalSection(TeamFoundationVersionControl) but when i manually removed it, and it stopped giving error but when i tried to add another new project in solution it again added duplicate section of GlobalSection(TeamFoundationVersionControl)
I am using VS 2012 and my solution file contains 48 projects and when i add new project to solution it adds duplicate section which says it has 44 projects. So above mention error continues after I add new project.
All the project in my solution has multiple configuration like Debug, Release etc.
Can anyone help me with this?
Thank you.