How to upgrade version of SQL Server LocalDB

1

I have an ASP.NET MVC site project shared on the team and on the home pc. I can connect to the DB normally, however, when I login to a user registered on the site in the pc of the tram he happens the following error:

  

The database 'aspnet-NerdChest-20160621052548' can not be opened because it is version 852. This server supports version 851 and earlier. A downgrade path is not supported.   Can not open database "aspnet-NerdChest-20160621052548" requested by the login. The login failed.   Login failed for user 'FELIPE-PC \ Felipe'.

How do I resolve to work in both environments?

    
asked by anonymous 28.06.2016 / 22:17

0 answers