c# - Visual Studio 生成错误 :requested operation cannot be performed on a file with a user-mapped

标签 c# visual-studio-2010

如果我打开 Visual Studio 构建然后再次构建,我总是会收到此错误。

  requested operation cannot be performed on a file with a user-mapped 

然后我必须重新启动 Visual Studio 并重新进行一遍。这最近才开始发生,有什么想法吗?

机器 - Visual Studio 2010、Windows 7

最佳答案

查看this question的答案。一种可能是 Visual Studio Achievements 扩展。

另一种可能性here与使用不同提示路径两次引用相同的第 3 方程序集相关。

关于c# - Visual Studio 生成错误 :requested operation cannot be performed on a file with a user-mapped,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11055858/

相关文章:

c# - 我的教授要我写什么程序[请不要代码]?

c# 正则表达式捕获重复的关键字值

c++ - 为什么我的程序在调试器中运行良好时会崩溃,但在 VS 2010 C++ 中不使用调试器运行时会崩溃?

c# - VS远程调试问题

c# - 如何测试 MarshalByRefObject 是否有效?

c# - 如何在 C# 中将 IEnumerable<T> 列表转换为数据表

c# - 访问路径 'C:\Users\amministratore\Documents\pippo.xml' 被拒绝

c++ - Visual C++,没有试图添加 .dll 的引用

visual-studio-2010 - Visual Studio 2010 并排运行时会丢失用户设置

visual-studio - 使用/clr 编译的 C++-CLI 库调试 C 可执行文件