0

Silverlight5 アプリケーションの展開に問題があります。IIS6 を実行している Windows サーバー 2003 R2 にリリースしています。これは私が得るエラーです:

読み込みエラー-

System.ServiceModel.DomainServices.Client.DomainOperationException: 
Load operation failed for query 'GetvSiteSetupStatus'. 
[HttpWebRequest_WebException_RemoteServer]

Arguments: NotFound

Debugging resource strings are unavailable. Often the key and arguments provide 
sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.10411.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer 
---> System.ServiceModel.CommunicationException: [HttpWebRequest_WebException_RemoteServer]

コントロールがロードされていることがわかりますが、データは表示されません。サーバーで Profiler を実行すると、クエリがデータベースでまったく実行されていないことがわかります。これは WCF の問題であると思われますが、どこから調べればよいかわかりません。エラーはあまり明確ではありません。

どんな助けでも大歓迎です。ありがとう

4

1 に答える 1

0

私は自分の間違いを理解しました。.aspx ではなく .html を使用してページをテストしていました。

于 2012-06-28T11:48:18.580 に答える