1
I have a site project in ASP.NET MVC shared on team and home pc. I can connect in DB normally, however, when I log some user registered on the site on the pc of the job it happens the following error:
The database 'aspnet-Nerdchest-20160621052548' cannot be opened because it is version 852. This server Supports version 851 and earlier. A downgrade path is not supported. Cannot open database "aspnet-Nerdchest-20160621052548" requested by the login. The login failed. Login failed for user 'FELIPE-PC Felipe'.
How to solve so you can work in both environments?
Possible duplicate of How to update sql in visual studio
– Leonel Sanches da Silva