0

I have a VS 2012 solution with multiple projects in it.

When I create a new solution folder or new a folder under projects and add files via the "Solution Explorer" it just modifies the sln or csproj file. The newly added files do not show up in "Pending Changes".

I am having to add the files explicitly again via "Source Control Explorer" -> "Add Items to Folder" to have it actually [add] before check-in.

What would I need to change to have the files added via "Solution Explorer" itself?

GilliVilla
  • 4,998
  • 11
  • 55
  • 96

1 Answers1

0

Try creating a brand new solution, and then add it to source control. Does the issue still happen for new projects in that solution? Is it the same behaviour for your colleagues?

If so then it sounds to me like you have some strange checkin policy screwing it up.

See the answers in this question for ideas.

Failing all of those, maybe a reinstall of TFS on the server is required, or if it's only affecting you, reinstall VS.

Community
  • 1
  • 1
demoncodemonkey
  • 11,730
  • 10
  • 61
  • 103