I am using Visual Studio 2010 C# Express and SQL Server Management Studio with SQL Server 2012 I am getting an error when I try to connect a database to my Windows forms project.
"This file is in use. Enter a new name or
close the file that is open in another program"
I poked around online to try to find a solution but none worked. So i decided to create a brand new database and a brand new project. But I still get the error!
here are the steps I use:
Databases
and selected New Database
and named it school
tables
folder on my new database and selected new table
student, course, enrolled
Now I jump over to VS
New Project
then Windows Forms Application
and name it Registrar
add new data source
database
in the Choose a data source type
window Dataset
in the Choose a Database Model
window New Connection
I change the DataSource to Microsoft SQL Server Database File
browse to the DATA folder inside my 'SQLEXPRESS' folder and when i click the 'school.mdf' file i get the above error.any help would be greatly appreciated.
Your school.mdf is attached in your SQL Server 2012. You need to detach it.
Go to your SQL Server Management Studio, Right-Click on School, Tasks, Detach.
Unless it is detached, it will be in use by the the SQL Server Management Studio.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With