VS2010 throwing quot;Could not copy the file quot;objx86Debug[file].exequot; because it was not found.quot;(VS2010 抛出“无法复制文件objx86Debug[file].exe因为没有找到.)
问题描述
我正在编写一个 Windows Phone 8 游戏,它需要许多支持桌面应用程序:关卡编辑器等.由于我只有 VS 的快速版本,我正在使用 2010 for Windows Phone 来创建这些(2012 不提供创建 Windows 应用程序的能力,我需要 XNA).
I'm writing a Windows Phone 8 game which requires a number of support desktop applications: level editors etc. Since I only have express versions of VS, I'm using 2010 for Windows Phone to create these (2012 does not offer the ability to create Windows applications, and I need XNA).
最近,我在尝试构建时遇到了一个奇怪的错误:无法复制文件objx86DebugLevelEditor.exe",因为找不到它."
Recently, I've been getting an odd error when I try to build: "Could not copy the file "objx86DebugLevelEditor.exe" because it was not found."
我尝试了许多解决方案,甚至完全重建解决方案,重新创建所有类文件,然后通过文本编辑器从旧文件复制粘贴代码 - 没有任何效果.
I tried a number of solutions, even going so far as to completely rebuild the solution, re-creating all the class files then copy-pasting the code in from the old files via text editor - nothing works.
这个错误似乎完全是虚假的,几乎就好像我的项目存在某种大小限制:在各种类中玩弄字符串常量似乎指向这一点,因为我可以将字符数扩展为一个,直到发生错误,然后在完全不同的类中减少另一个,项目将再次构建.
This error appears to be completely spurious, almost as if there is some kind of size limitation on my project: playing around with string constants in various classes seems to point to this as I can extend the number of characters in one until the error occurs, then reduce another in a completely different class and the project will build again.
有没有其他人见过这种行为?有没有解决方案,因为它让我发疯!
Has anyone else seen this sort of behaviour? And is there a solution, as it's driving me nuts!
推荐答案
如前所述,Avast 是问题所在.谢谢!
As said, Avast was the problem. Thanks!
这篇关于VS2010 抛出“无法复制文件"objx86Debug[file].exe"因为没有找到."的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:VS2010 抛出“无法复制文件"objx86Debug[file].exe"因为没有找到."


基础教程推荐
- 错误“此流不支持搜索操作"在 C# 中 2022-01-01
- JSON.NET 中基于属性的类型解析 2022-01-01
- 将事件 TextChanged 分配给表单中的所有文本框 2022-01-01
- 首先创建代码,多对多,关联表中的附加字段 2022-01-01
- 全局 ASAX - 获取服务器名称 2022-01-01
- 从 VS 2017 .NET Core 项目的发布目录中排除文件 2022-01-01
- 经典 Asp 中的 ResolveUrl/Url.Content 等效项 2022-01-01
- 在 VS2010 中的 Post Build 事件中将 bin 文件复制到物 2022-01-01
- 是否可以在 asp classic 和 asp.net 之间共享会话状态 2022-01-01
- 如何动态获取文本框中datagridview列的总和 2022-01-01