错误 1 无法将文件 "obj\Debug\SourceProject.exe" 复制到“bin\Debug
Error 1 Unable to copy file "obj\Debug\SourceProject.exe" to "bin\Debug
这是 Visual Studio 2013 的一个超级奇怪的问题:Windows Forms Application 3.5!
程序是我自己设计制作的,然后我运行第一次做程序,报错
然后我点击取消,重试,这次我点击是,然后弹出:
Error while trying to run project: Could not load file or assembly
'SourceProject' or one of its dependencies. The located assembly's
manifest definition does not match the assembly reference.(Exception
from HRESULT: 0x80131040)
有什么修复方法吗?
完整错误日志
Error 1 Unable to copy file "obj\Debug\SOURCEPROJECT.exe" to
"bin\Debug\SOURCEPROJECT.exe". Access to the path
'obj\Debug\SOURCEPROJECT.exe' is denied. SOURCEPROJECT
只需在 VS 中打开应用程序 运行 按钮附近的调试配置。然后,选择使用 Any CPU 调试到 x64 或 x86 .. 可能会对某人有所帮助。
谢谢,
这是 Visual Studio 2013 的一个超级奇怪的问题:Windows Forms Application 3.5!
程序是我自己设计制作的,然后我运行第一次做程序,报错
然后我点击取消,重试,这次我点击是,然后弹出:
Error while trying to run project: Could not load file or assembly 'SourceProject' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference.(Exception from HRESULT: 0x80131040)
有什么修复方法吗?
完整错误日志
Error 1 Unable to copy file "obj\Debug\SOURCEPROJECT.exe" to "bin\Debug\SOURCEPROJECT.exe". Access to the path 'obj\Debug\SOURCEPROJECT.exe' is denied. SOURCEPROJECT
只需在 VS 中打开应用程序 运行 按钮附近的调试配置。然后,选择使用 Any CPU 调试到 x64 或 x86 .. 可能会对某人有所帮助。
谢谢,