SqlDependency 抛出无效操作异常
在我们的项目中,我们根据查询输出的变化使缓存失效。这是使用更改通知来实现的。
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论