Click here to Skip to main content
15,910,277 members

Comments by danash (Top 6 by date)

danash 24-Apr-24 20:15pm View    
it's the only exception thrown.

Catch ex As Exception

Return "Error: " & ex.Message
End Try
danash 24-Apr-24 11:44am View    
Thanks You. I did that earlier, guess I should have posted it. All I'm seeing is below and isn't telling me much as far as I know.

?ex
{"A task was canceled."}
CancellationToken: IsCancellationRequested = True
Data: {System.Collections.ListDictionaryInternal}
HResult: -2146233029
HelpLink: Nothing
InnerException: Nothing
Message: "A task was canceled."
Source: "mscorlib"
StackTrace: " at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)" & vbCrLf & " at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)" & vbCrLf & " at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()" & vbCrLf & " at FMS_FR2022.Tforce.VB$StateMachine_12_AsyncCall.MoveNext() in C:\Users\dan\source\repos\FMS-FR2022\Tforce.aspx.vb:line 124"
TargetSite: {Void ThrowForNonSuccess(System.Threading.Tasks.Task)}
Task: Id = 52, Status = Canceled {6}, Method = "{null}", Result = "{Not yet computed}"
danash 22-Apr-24 15:04pm View    
I'm not sure how to view the raw respose. I've exposed the error in my immediate window in my dev environment but it's not saying much. I'd appreciate any help.I'm stuck and dead in the water.
danash 27-Jun-20 19:44pm View    
I already have a website that reaches out to 12 different carriers using SAOP, REST & JSON calls. Pretty sure I could follow anything you throw at me. It's pretty normal that a carrier provides support documentation exposing all the properties and methods available and eeded to consume thier webservice. This carrier did not. So I have the unenviable task of trying to decipher and traipse through thier WSDL. Not having much success and after lots of googeling, I figured I'd ask here. I havent asked to be spoon feed or anything to the like. Only wanted someone who's had more experiance at reading WSDL documents. to point or nudge me in the right direction. What i got borders on snobery or arrogance to me. Not sure if you meant to be that way but... Wasn't any help what so ever. If thats the best you can do you may want to just not answer posts with comments like that.
danash 8-Jan-19 13:07pm View    
Hi, Richard, I've gone through every menu I can find to try to see where VS is getting the thought to install it. Can't find it anywhere so far.