I have an existing database(myDatabse) that I created with Microsoft Sql Managenent studio and want to add the myDatabse.mdf file as an existing item(with Visual web Developer express edition)
but get the error message "the file cannot be opened because it is using another process. ..."
In my view it is not open or being used and adding a .mdb file didn't give any problems.
Is there another why one should(can) add the database to the App_data folder so that one can establish a connection to the database.
regards