Search code examples
c#asp.net-mvcgithubtfsvisual-studio-community

Padlock icons in MVC project


my project was working good, someone asked me to upload it to GitHub, I did it and after downloaded it again, now when I open my project all of the files contained in it have a padlock icon besides and when I debug my project it produces an exception, why it this happening? Maybe it has to do with Team Foundation Server? How could I make my project work normally as it was before?enter image description here


Solution

  • It seems like it was a problem of configuration, it was weird because it didn't recognized even Entity Framework, I changed to an administrator local account for windows and in the SQLServer service, right click, select Properties, Log On tab, and changed "Logon as" to "This account" with the new local account, that solved the issue