I bought a new computer and installed SQL Server Express 2014 and Visual Studio Express 2013. I've been able to connect to attach the database I created in SQL Server Express 2012 in SQL Server Express 2014 and view and edit tables.
When I try to work with my web site in Visual Studio Express 2013, I've been having a variety of problems. Most recently, the error message is:
"An exception of type 'System.Data.SqlClient.SqlException' occurred in App_Web_c0sv1x2m.dll but was not handled in user code
Additional information: Unable to open the physical file "C:\Safety_Designs\App_Data\SafetyDesigns.mdf". Operating system error 32: "32(The process cannot access the file because it is being used by another process.)".
An attempt to attach an auto-named database for file C:\Safety_Designs\App_Data\SafetyDesigns.mdf failed. A database with the same nam ...
Go to the complete details ...