The process cannot access the file because it is being used by another process.
How do i remove the plugin that makes every .cs plugin not work on my server
The process cannot access the file 'server\my_server_identity\oxide\plugins\RemoverTool (7).cs' because it is being used by another process. this is the exact error i get when i try to remove RemoverTool.cs but i can't.
The .lua files work fine but just not the .cs files.
It happend after i installed the plugin and it wouldn't wan't to get removed again.
Please help
-Sebastian
Solved The process cannot access the file
Discussion in 'Rust Development' started by Krydderbollen #GABE, Mar 1, 2016.
-
Wulf Community Admin
Plugins should not have (#) in the filename. Make sure to keep the original filename. The compiler is likely trying to compile it, but got stuck, so you'd need to wait until that is done to delete/rename it.
-
I am not able to rename it neither am i able to delete it...
[DOUBLEPOST=1456864211][/DOUBLEPOST]The process cannot access the file because it is being used by another process.
This it the error i get when trying to rename it -
Wulf Community Admin
-
Ok thanks alot.
It all worked out