SQLDependency Caching
アプリケーションでクエリ通知を使用しようとしていASP.NET
ます。これらの手順に従って、SQLDependency Cachingをセットアップしました。正常にセットアップできましdb
た。ただし、アプリケーションを実行すると、次のエラーが発生します。
Cannot find the specified user 'owner'.
Cannot find the queue
SqlQueryNotificationService-6c3ae823-a678-4ed2-8b97-561b5f2561ee',
because it does not exist or you do not have permission.
Invalid object name
SqlQueryNotificationService-6c3ae823-a678-4ed2-8b97-561b5f2561ee'.
コードGlobal.asax
void Application_Start(object sender, EventArgs e)
{
// Code that runs on application startup
System.Data.SqlClient.SqlDependency.Start(ConfigurationManager.ConnectionStrings["McdConn"].ToString());
}
解決策をグーグルで検索しようとしましたが、何の助けも得られませんでした。
誰でもこれで私を助けることができますか?
何か不足していますか?