Bonjour,
je m'essaie aux joies de SL, et je rencontre cette exception :
Je précise que mes autres méthodes sont appelées sans problème. En débogage local (service web aspnet lancé par VS2008), la méthode Exporter s'exécute sans problème...
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17 {System.ServiceModel.CommunicationException: The remote server returned an error: NotFound ---> System.Net.WebException: The remote server returned an error: NotFound ---> System.Net.WebException: The remote server returned an error: NotFound à System.Net.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult) à System.Net.BrowserHttpWebRequest.<>c__DisplayClass5.<EndGetResponse>b__4(Object sendState) à System.Net.AsyncHelper.<>c__DisplayClass2.<BeginOnUI>b__0(Object sendState) --- Fin de la trace de la pile d'exception interne --- à System.Net.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state) à System.Net.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult) à System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelAsyncRequest.CompleteGetResponse(IAsyncResult result) --- Fin de la trace de la pile d'exception interne --- à System.ServiceModel.AsyncResult.End[TAsyncResult](IAsyncResult result) à System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result) à System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result) à System.ServiceModel.ClientBase`1.ChannelBase`1.EndInvoke(String methodName, Object[] args, IAsyncResult result) à Historique.ServiceHistoriqueReference.ServiceHistoriqueClient.ServiceiHistoriqueClientChannel.EndExporter(IAsyncResult result) à Historique.ServiceHistoriqueReference.ServiceHistoriqueClient.Historique.ServiceHistoriqueReference.ServiceHistorique.EndExporter(IAsyncResult result) à Historique.ServiceHistoriqueReference.ServiceHistoriqueClient.OnEndExporter(IAsyncResult result) à System.ServiceModel.ClientBase`1.OnAsyncCallCompleted(IAsyncResult result)}
Une idée ?
Merci![]()
Partager