在 VS 2008 中构建和部署可执行文件
我有一个项目使用的文本文件,我存储在 Debug 文件夹中。但是当我为项目创建一个 .exe 文件时,我收到与找不到文件相关的错误。请帮我解决这个问题。这是否与存储在不同位置的二进制文件有关。我已经给出了相对路径。
谢谢。
I have a text file that is used by the project and i store in Debug folder. But wen create a .exe file for the project i get an error related to file cannot be found. Please help me on this. Is it related to binaries being stored at different lcoation. I have given relative paths.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保文本文件的“复制到输出目录”属性设置为 true,否则它将不会添加到编译的代码中。
Make sure the property "Copy To Output Directory" is set to true for the text file or it will not be added to the compiled code.