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


i'm getting following error:

the process cannot access file 'c:project\app_data\database.mdf' because being used process.

how can solve it?

it's used process, maybe sql server service.
use unlocker find process , take appropriate action.
careful: if'you re using vs, have opened db connection during development.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -