开发者

The process cannot access the file 'C:Project\App_Data\Database.mdf' because it is being used by another process

开发者 https://www.devze.com 2023-03-04 20:31 出处:网络
I\'m getting the following error: The process cannot access the file \'C:Project\\App_Data\\Database.mdf\'

I'm getting the following error:

The process cannot access the file 'C:Project\App_Data\Database.mdf' because it is开发者_JAVA百科 being used by another process.

How can I solve it?


It's used by another process, maybe from SQL Server service.
You could use Unlocker to find which process and take appropriate action.
Be careful: if'you re using VS, you could have opened a db connection during development.

0

精彩评论

暂无评论...
验证码 换一张
取 消