SqlDependency 抛出无效操作异常

发布于 2024-09-10 18:18:41 字数 341 浏览 3 评论 0原文

在我们的项目中,我们根据查询输出的变化使缓存失效。这是使用更改通知来实现的。

Global.asax 文件的 Application Start 块中,我们还添加了 SqlDependency.Start(ConnectionStr)。但仍然抛出以下无效操作异常:

消息“当使用 SqlDependency 而不提供选项值时, 必须在执行命令之前调用 SqlDependency.Start() 添加到 SqlDependency 实例。”字符串

此问题的可能原因是什么?

In our project we are invalidating the cache based on the change in the query output. This is implemented using change notifications.

In the Global.asax file in the Application Start block we have also added SqlDependency.Start(ConnectionStr). But still its throwing the following invalid operation exception:

Message "When using SqlDependency without providing an options value,
SqlDependency.Start() must be called prior to execution of a command
added to the SqlDependency instance." string

What could be the possible reason for this issue?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文