1. 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
     
  2. Wulf

    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.
     
  3. 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
     
  4. Wulf

    Wulf Community Admin

    Yes, like I said, you'd need to wait for the process to end, or you could kill the CSharpCompiler.exe process and/or server.
     
  5. Ok thanks alot.
    It all worked out :)