0

データベースからのデータの取得を処理してユーザーに送信するために、ado .net エンティティ フレームワークを使用して wcf サービス ライブラリを作成しました。問題なくビジュアルスタジオでテストしています。そこで、サービスのdllとxml設定ファイルをweborbのbinフォルダに移動し、web.configを変更して自分のサービスを追加しました。

しかし、Webコンソールからサービスを呼び出すと、次のエラーが発生します:

>The server was unable to process the request due to an internal 
>error. For more information about the error, either turn on 
>IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute 
>or from the <serviceDebug> configuration behavior) on the server in 
>order to send the exception information back to the client, or turn on 
>tracing as per the Microsoft .NET Framework 3.0 SDK documentation and 
>inspect the server trace logs" 

誰でもこれを手伝ってもらえますか?weborb で ado .net エンティティ フレームワークを使用して、動作する wcf サービス ライブラリを取得するにはどうすればよいですか?

助けていただければ幸いです。前もって感謝します。

4

1 に答える 1

1

WebORBログを確認しましたか?

次に、ここからWebORBの例を試すことから始めます。

WebORBログには、エラーに関する詳細が表示されます。その情報を使って、WebORBフォーラムに質問を投稿します。

于 2013-01-07T08:23:06.720 に答える