I'm aware that this is a very commonly asked question as it seems to happen to a lot of people. I'm posting this question to see if I have any options when all the suggestions I found to resolve the issue have failed.
I have a solution with 6 projects that I work on using Visual Studio 2019
. Everything was working fine and all of a sudden, it looks as if my solution is not under source control. All the binding are showing Invalid
and trying to fix them is not working.
The only thing that I did that may have caused the issue was to upgrade VS 2019
to the latest version i.e. 16.2.5
when it became available the other day. Prior to the update, I was using VS 2019 16.2.4
. Other than that, nothing has changed nor have I done anything unusual.
My question is what options do I have after all the suggested approaches I found on the Internet have failed?
Here's what I've tried so far and nothing's worked:
- I deleted the .vs folder and opened the solution. Didn't work.
- I have 6 projects in my solution. I unbound them one by one. I then unloaded each project one by one. I then reloaded each project one by one. This didn't fix it. I then re-bound each project under File > Source Control > Advanced > Change Source Control. This didn't fix it either.
I have new changes in my solution. Other than downloading the whole solution into a new folder and adding the changes manually, what options do I have to fix this?
P.S. I use Azure DevOps
with TFVC
for source control.