I recently installed VS2015 Update 2 on two different PC, one at home and one at work, with the same installer file.
Now if I open a project with Sql LocalDB on my own PC, I obtain this error:
The database 'M:\PROJECTS\BLOG\APP_DATA\myBlog.MDF' cannot be opened because it is version 851. This server supports version 782 and earlier. A downgrade path is not supported.
I cannot retrieve information about this 851 version (maybe Sql LocalDB 2016?). I'm sure to have Sql LocalDB 2016 RC0 on both PCs, and I verifies the settings in both VS2015 is:
(LocalDB)\MSSQLLocalDB
Does anyone know how to fix this?