I have created database using code-first approach with Entity Framework in Visual Studio 2015. I had to re-install windows on my PC, so after it, I downloaded my archived solution from dropbox and could not run it. I receive following error.
"The database 'aspnet-Sadly-20161110095352' cannot be opened because it is version 852. This server supports version 782 and earlier. A downgrade path is not supported. Cannot open database "aspnet-Sadly-20161110095352" requested by the login. The login failed. Login failed for user 'Myuser'."
How can I support downgrading path or resolve problem with login?
Thanks