asked on
Could not copy "C:\Users\(User)\source\repos\Program\Program\Database.mdf" to "bin\Debug\Database.mdf". Exceeded retry count of 10. Failed. Program
Error 2Unable to copy file "C:\Users\(User)\source\repos\Program\Program\Database_log.ldf" to "bin\Debug\Database_log.ldf". The process cannot access the file 'C:\Users\(User)\source\repos\Program\Program\Database_log.ldf' because it is being used by another process. Program
Error 3Unable to copy file "C:\Users\(User)\source\repos\Program\Program\Database.mdf" to "bin\Debug\Database.mdf". The process cannot access the file 'C:\Users\(User)\source\repos\Program\Program\Database.mdf' because it is being used by another process. Program
I am guessing that this is a Configuration Problem, if I Stop SQL Server in SQL Server Configuration Manager the Visual Studio Program runs but cannot login the Database.mdf file. What do I need to change to be able to run the program and link the tables in Access, Database.accdb, to the Database.mdf file?