NameValueCollection 到字符串?帮助

发布于 2024-10-29 00:59:51 字数 172 浏览 2 评论 0原文

我编写的服务等待请求,当请求到达时,它会提取查询字符串,对其进行解析并将值保存在数据库中。但是,由于某些奇怪的原因,我无法将 System.Web.HttpUtility 类与 Windows 服务一起使用。我尝试了一些在网上找到的示例,但它们都包含 HttpUtility 类。

非常感谢任何帮助或建议!谢谢你!

The service I've written waits for requests and when one arrives it extracts the querystring, parses it and saves the values in database. However, for some odd reason I cannot use the System.Web.HttpUtility class with windows service. I've tried some of the examples i've managed to find on the net but all of them included HttpUtility class.

Any help or suggestion is greatly appreciated! Thank you!

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

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

发布评论

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

评论(1

雅心素梦 2024-11-05 00:59:51

您的项目中是否包含了 System.Web.dll 程序集?

Have you included the System.Web.dll assembly in your project?

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