plz help!
-
i have a big problem ! when i change anything in my code project this error is appear : ""Unable to copy file "obj\Debug\Charge1.exe" to "bin\Debug\Charge1.exe". The process cannot access the file 'bin\Debug\Charge1.exe' because it is being used by another process."" but if i don't change anything it isn't appear, do anybody know how can i fix this error?
-
i have a big problem ! when i change anything in my code project this error is appear : ""Unable to copy file "obj\Debug\Charge1.exe" to "bin\Debug\Charge1.exe". The process cannot access the file 'bin\Debug\Charge1.exe' because it is being used by another process."" but if i don't change anything it isn't appear, do anybody know how can i fix this error?
Hello This error appears when you try to rebuild your project while it's still runing. Close your application if you were running it. If not then you'd might need to rebbot and then rebuild again. If this happens all the time, this means that you're application doesn't close when you close it. Maybe some thread is still alive and you didn't abort it. Otherwise if you try to build while the exe file is running, this is normal.
Regards:rose:
-
i have a big problem ! when i change anything in my code project this error is appear : ""Unable to copy file "obj\Debug\Charge1.exe" to "bin\Debug\Charge1.exe". The process cannot access the file 'bin\Debug\Charge1.exe' because it is being used by another process."" but if i don't change anything it isn't appear, do anybody know how can i fix this error?
hello maryam, i think you dont have write permission on the drive you're trying to compile on "creating your .exe file" try to delete "Charge1.exe" from debug folders "you dont get a problem when you run it without changing the source code cuz you're running the compiled executable file!" to clean previous objects, try Build > Clean Solution, Build > Build Solution good luck maryam