我在我的FSI脚本中有如下的语句
#I @"C:\path\to\bin\Debug\myassembly.dll"当我再次尝试构建引用的dll时,我将得到一个
Unable to copy file "obj\Debug\myassembly.dll" to "bin\Debug\myassembly.dll". The process cannot access the file 'bin\Debug\myassembly.dll' because it is being used by another process.我试过关闭FSI窗口,仍然没有帮助。知道吗?
发布于 2014-07-02 01:54:27
我找到了解决办法。而不是关闭保持状态的FSI窗口。我应该运行#quit;;命令。
https://stackoverflow.com/questions/24521689
复制相似问题