我该如何解决这个问题 [英] How can I fix this problem

查看:87
本文介绍了我该如何解决这个问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试调试我的项目时出现此错误:



when i try to debug my project i got this error:

Error	1	The command "copy D:\Projeler 04-01-2016\ScaleSuite\\ScaleImportExtension-Real\bin\debug\ScaleCustomDataTypes.dll D:\Projeler 04-01-2016\ScaleSuite\ScaleSuite\bin\Debug\\Resources\Binaries\ScaleCustomDataTypes.dll
copy D:\Projeler 04-01-2016\ScaleSuite\\ScaleImportExtension-Real\bin\debug\ScaleImportExtensionInterface.dll D:\Projeler 04-01-2016\ScaleSuite\ScaleSuite\bin\Debug\\Resources\Binaries\ScaleImportExtensionInterface.dll
copy D:\Projeler 04-01-2016\ScaleSuite\\ScaleExportExtension-RealToledo\bin\debug\ScaleExportExtensionInterface.dll D:\Projeler 04-01-2016\ScaleSuite\ScaleSuite\bin\Debug\\Resources\Binaries\ScaleExportExtensionInterface.dll
copy D:\Projeler 04-01-2016\ScaleSuite\\ScaleImportExtension-Real\bin\debug\ScaleImportExtension-Real.dll D:\Projeler 04-01-2016\ScaleSuite\ScaleSuite\bin\Debug\\Resources\Extensions\ScaleImportExtension-Real.dll
copy D:\Projeler 04-01-2016\ScaleSuite\\ScaleExportExtension-RealToledo\bin\debug\ScaleExportExtension-RealToledo.dll D:\Projeler 04-01-2016\ScaleSuite\ScaleSuite\bin\Debug\\Resources\Extensions\ScaleExportExtension-RealToledo.dll" exited with code 1.	ScaleSuite





我尝试过:



将所有扩展dll复制到调试文件夹但不帮助



What I have tried:

Copying the all the extension dll to debug folder but its not help

推荐答案

这看起来像执行了一系列复制命令作为构建后命令行的一部分。

确保源路径和des tination路径是正确的。复制命令的常见问题是目标文件夹或源文件夹不存在。



您可以通过右键单击项目然后选择来编辑构建后命令"属性" ;.在打开的窗口中,选择构建事件;从左边的列表。在标签Post-build event command line下面。是一个包含所有构建后命令的文本框。

如果路径看起来正确并且您仍然遇到问题,那么您可以通过删除所有命令来追踪哪个命令失败然后将它们添加回来一直到你找到失败的一个。然后修复失败的那个。这比尝试一次查看所有内容更容易。
That looks like a series of copy commands executed as part of the post-build command line.
Make sure that both the source path and the destination path are correct. A common problem with copy commands is if the destination or source folders do not exist.

You can edit the post-build commands by right-clicking on the project then selecting "Properties". In the window that opens, select "Build Events" from the list on the left. Under the label "Post-build event command line" is a text box with all the post-build commands.
If the paths look correct and you are still having issues then you can track down which command is failing by removing all of them then add them back one at a time until you find the failing one. Then fix the one that is failing. That can be easier than trying to look at everything at once.


这篇关于我该如何解决这个问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆