Click here to Skip to main content
15,891,136 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon8-Jun-10 0:45
mvePete O'Hanlon8-Jun-10 0:45 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP8-Jun-10 3:53
mve#realJSOP8-Jun-10 3:53 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon8-Jun-10 4:00
mvePete O'Hanlon8-Jun-10 4:00 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP8-Jun-10 4:01
mve#realJSOP8-Jun-10 4:01 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon8-Jun-10 4:11
mvePete O'Hanlon8-Jun-10 4:11 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP8-Jun-10 4:52
mve#realJSOP8-Jun-10 4:52 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon8-Jun-10 9:07
mvePete O'Hanlon8-Jun-10 9:07 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP9-Jun-10 2:48
mve#realJSOP9-Jun-10 2:48 
Well, I fingered out how to get the inner exception (and wrote a tip/trick about it Smile | :) ), and for your reading pleasure, here it is:

An exception occurred during the operation, making the result invalid.  Check InnerException for exception details.<br />
   at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()<br />
   at FMDashboard2.FMDashSvc3Ref.GetMetricDataCompletedEventArgs.get_Result()<br />
   at FMDashboard2.Objects.DataRetrieval.service_GetMetricDataCompleted(Object sender, GetMetricDataCompletedEventArgs e)<br />
============<br />
Inner exception: An error occurred while trying to make a request to URI 'https://myUrl/FMDash3.svc/secure'. <br />
                 This could be due to attempting to access a service in a cross-domain way without a proper <br />
                 cross-domain policy in place, or a policy that is unsuitable for SOAP services. You may <br />
                 need to contact the owner of the service to publish a cross-domain policy file and to ensure <br />
                 it allows SOAP-related HTTP headers to be sent. This error may also be caused by using <br />
                 internal types in the web service proxy without using the InternalsVisibleToAttribute <br />
                 attribute. Please see the inner exception for more details.<br />
   at System.ServiceModel.AsyncResult.End[TAsyncResult](IAsyncResult result)<br />
   at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)<br />
   at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)<br />
   at System.ServiceModel.ClientBase`1.ChannelBase`1.EndInvoke(String methodName, Object[] args, IAsyncResult result)<br />
   at FMDashboard2.FMDashSvc3Ref.FMDash3Client.FMDash3ClientChannel.EndGetMetricData(IAsyncResult result)<br />
   at FMDashboard2.FMDashSvc3Ref.FMDash3Client.FMDashboard2.FMDashSvc3Ref.FMDash3.EndGetMetricData(IAsyncResult result)<br />
   at FMDashboard2.FMDashSvc3Ref.FMDash3Client.OnEndGetMetricData(IAsyncResult result)<br />
   at System.ServiceModel.ClientBase`1.OnAsyncCallCompleted(IAsyncResult result)<br />
============<br />
Inner exception: <br />
   at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state)<br />
   at System.Net.Browser.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)<br />
   at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelAsyncRequest.CompleteGetResponse(IAsyncResult result)<br />
============<br />
Inner exception: Security error.<br />
   at System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult)<br />
   at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClass5.<EndGetResponse>b__4(Object sendState)<br />
   at System.Net.Browser.AsyncHelper.<>c__DisplayClass2.<BeginOnUI>b__0(Object sendState)<br />

.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon9-Jun-10 3:25
mvePete O'Hanlon9-Jun-10 3:25 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP9-Jun-10 3:32
mve#realJSOP9-Jun-10 3:32 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon9-Jun-10 3:47
mvePete O'Hanlon9-Jun-10 3:47 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP9-Jun-10 3:55
mve#realJSOP9-Jun-10 3:55 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon9-Jun-10 4:06
mvePete O'Hanlon9-Jun-10 4:06 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP9-Jun-10 4:11
mve#realJSOP9-Jun-10 4:11 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon9-Jun-10 4:17
mvePete O'Hanlon9-Jun-10 4:17 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP9-Jun-10 5:08
mve#realJSOP9-Jun-10 5:08 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon9-Jun-10 7:02
mvePete O'Hanlon9-Jun-10 7:02 
GeneralRe: Web Service Method Call Fails [modified] Pin
#realJSOP9-Jun-10 7:09
mve#realJSOP9-Jun-10 7:09 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon9-Jun-10 9:57
mvePete O'Hanlon9-Jun-10 9:57 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP9-Jun-10 23:46
mve#realJSOP9-Jun-10 23:46 
GeneralRe: Web Service Method Call Fails Pin
Pete O'Hanlon10-Jun-10 0:01
mvePete O'Hanlon10-Jun-10 0:01 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP10-Jun-10 4:31
mve#realJSOP10-Jun-10 4:31 
GeneralRe: Web Service Method Call Fails Pin
Ian McCaul9-Jun-10 5:38
Ian McCaul9-Jun-10 5:38 
GeneralRe: Web Service Method Call Fails Pin
#realJSOP9-Jun-10 5:43
mve#realJSOP9-Jun-10 5:43 
AnswerRe: Web Service Method Call Fails Pin
dan!sh 8-Jun-10 5:05
professional dan!sh 8-Jun-10 5:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.