Windows 服务未通过安装项目安装

发布于 2024-11-15 18:47:12 字数 174 浏览 1 评论 0原文

我有一个 Windows 服务和一个与之配套的安装项目。当我运行安装项目安装命令时,它完成安装,然后给出 1001 错误,指出找不到 testservice.exe.config 文件。

我查看了我的源项目,该文件从未生成...我有 .exe 文件,但它们都不是 .exe.config 文件。我怎样才能生成这个文件?

I have a windows service and a setup project to go along with it. When I run the setup project install command it gets part way through the install and then gives me an 1001 error saying it could not find the testservice.exe.config file.

I looked in my source project and that file is never generated... I have the .exe one but none of them are .exe.config files. How can I generate this file?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦途 2024-11-22 18:47:12

您当然有 App.config 文件。如果编译服务,Bin 文件夹中应该生成 testservice.exe.config。阅读 什么时候创建app.config,什么时候创建app.exe.config,有什么区别以供进一步说明。

You certainly have App.config file. If you compile your service, there should be testservice.exe.config generated in Bin folder. Read When is an app.config created, when an app.exe.config and what is the difference for further clarification.

素手挽清风 2024-11-22 18:47:12

听起来您需要将 users.config 文件更改为 App.config。之后 Visual Studio 应该完成剩下的工作。

Sounds like you need to change your users.config file to App.config. After that Visual Studio should do the rest.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文