2010-07-25 119 views
2

Silverlight 3.0應用程序嘗試調用WCF服務,但應用程序甚至無法建立與端點的連接。我檢查過網址等等,每件事情都很好。從其他工具(如瀏覽器)訪問服務。當我調試在Visual Studio應用程序時,該服務的第一個電話如下輸出由轉儲:Silverlight WCF服務調用異常

'sllauncher.exe' (Silverlight): Loaded 'C:\Program Files\Microsoft Silverlight\4.0.50401.0\System.ServiceModel.dll' 
A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll 

當上述錯誤發生時,應用程序啓動要等到超時。

此外,Silverlight應用程序是在瀏覽器之一提升權限設置爲true,所以不需要crossdomain.xml。

我不知道上面的System.IO.FileNotFoundException是否可以通過做某些事情來詳細說明?或者可能你可能已經想出了這個問題。

無論如何。

回答

1

這是一個在App.xaml.cs中從高層次調用WCF服務的問題,從MainPage.xaml.cs調用時問題沒有了。