1
我有一個用C#編寫的服務器軟件。有時我會發生這樣的錯誤:如何停止在C#中運行exe來啓動新實例?
Unable to copy file "obj\x86\Debug\Server.exe" to "bin\Debug\Server.exe". The process cannot access the file 'bin\Debug\Server.exe' because it is being used by another process.
我怎麼理解我的程序仍在後臺運行並停止?
使用任務管理器 – Reniuz 2012-04-13 08:41:37
我想用我的軟件來實現,而不是windows任務管理器。 – sanchop22 2012-04-13 08:43:29
如果我明白這個權利,那麼編譯時會出現這個錯誤。如果代碼的另一個實例正在運行,您的代碼甚至不會運行。 – Ramesh 2012-04-13 08:45:15