I made a small site with a database on Visual Studio 2013. Now I wanted to open it on Visual Studio 2015. But an error is introduced as in the screenshot. How can I fix this error? Be kind, help! I will be grateful!

enter image description here

enter image description here

  • Did you use a connection to a SQL server or a connection to a database file? - Serge Nazarenko
  • to the file database - Bekzhan Seitkali
  • OK, and you have the opportunity to make a screen from VS 2013 of the same connection? usually create a connection to SQL Server to use the database - Serge Nazarenko
  • well, how is it ???? - Bekzhan

1 answer 1

Visual Studio searched this data source: LocalDB. She was not in VS 2015.

LocalDB is an option when installing any SQL Server 2012 Express SKU. Select LocalDB on the feature selection page during SQL Server Express installation.

enter image description here

Or LocalDB can be found here: download

enter image description here

Then we specify LocalDB on DataSource

enter image description here

Source: https://stackoverflow.com/questions/23320013/how-to-install-localdb-separately

  • Please transfer the essence of the post to the link directly to the text of the answer - PashaPash
  • Most likely, you can formulate the question not as problems with whining, but problems with knowledge. when moving from studio version to studio version. This is a natural state of things ... - SergeyE