William Roush
William Roush
That's cool -- Windows update fixed it, I may set up a new VM to investigate further.
No, but I can deploy a new VM with the same install media and re-try, I'll do that.
I'm getting this error now: ``` See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.MissingMethodException: Method...
Yeah, this is old install media, I guess setting a minimum version of 14393 would work fine (not sure how I could lock to that version to verify that's the...
Ouch, got a hard crash again now. ``` Faulting application name: Chemo (1).exe, version: 0.2.36.0, time stamp: 0x5de6f185 Faulting module name: clr.dll, version: 4.6.1586.0, time stamp: 0x575a1507 Exception code: 0xc0000005...
You can probably use a custom parameter passed to webhooks for this, seems kind of roundabout though -- would be nice for a built-in parameter that shows the full build...
So does that mean we can't use anything that would require a WsHttpBinding? I'm getting a `content type text/xml charset=utf-8 was not supported by service` which back in .NET you...
@bc3tech Check out #1370, I'm consuming a service I'd need wsHttpBinding for using CustomBinding code from that issue, so far so good.
@pholly Have you tried setting `channelFactory.Credentials` and `httpBindingElement.AuthenticationScheme` from the code sample in #1370?
@pholly Ah, nah you're on the right track -- timeout exception hints that you need to increase the send/receive timeout though. Edit: Or you don't have network connectivity to their...