データベースからのデータの取得を処理してユーザーに送信するために、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 サービス ライブラリを取得するにはどうすればよいですか?
助けていただければ幸いです。前もって感謝します。