0
我創建了一個wcf服務庫與ado.net實體框架來處理從數據庫檢索數據並將其發送給用戶。 我一直在visual studio中測試它沒有任何問題。 因此,我將服務的dll和xml配置文件移到了weborb的bin文件夾中,更改了web.config以添加我的服務。weborb和wcf服務庫與ado.net實體框架
但是當我調用從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"
誰能給任何幫助? 我怎樣才能得到一個工作wcf服務庫在weborb中使用ado .net實體框架?
幫助將不勝感激。 在此先感謝。