のために私は、このバージョンではサポートされていませんhttp://techbrij.com/database-change-notifications-asp-net-signalr-sqldependencyステートメント 'RECEIVE MSG'は、このバージョンのSQL Serverではサポートされていません。アズールデシベル
私は 『MSGを受ける』」のGlobal.asaxのApplication_Start()メソッドでエラーを取得しています同様のSignalRとSqlDependencyを使用して、私のMVCアプリケーションでデータベース変更通知をしようとしていますSQLサーバー。"
protected void Application_Start()
{
SqlDependency.Start(ConfigurationManager.ConnectionStrings["DefaultConnection"].ConnectionString); // Error Here
AreaRegistration.RegisterAllAreas();
WebApiConfig.Register(GlobalConfiguration.Configuration);
FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
RouteConfig.RegisterRoutes(RouteTable.Routes);
BundleConfig.RegisterBundles(BundleTable.Bundles);
}[![enter image description here][1]][1]
現在、Azure SQLデータベースでサポートされていない機能の中で、Service Brokerが見つかりません。正確にどこに記載されているのですか? – Azimuth
@Azimuth - そのページはサポートされていない項目のリストにService Brokerを含めるために使用されましたが、現在は部分的にサポートされているようです。 –