Danielle
Danielle

Reputation: 139

TFS Check In The request was aborted: The request was canceled

I'm trying to check in with my application but it is giving the following error:

...\Rotativa\wkhtmltopdf.exe: The request was aborted: The request was canceled.

Could anyone help me please?

Upvotes: 2

Views: 689

Answers (2)

Mohammed Dawood Ansari
Mohammed Dawood Ansari

Reputation: 885

I have faced the same issue and found this

Through the client side I tried the following solution which solve my problem with

<appSettings>
    <add key="VersionControl.UploadChunkSize" value="1048576" />
</appSettings>

It worked for me

Upvotes: 2

Stephen
Stephen

Reputation: 1

I know this is probably 7 months too late but...

Saw the same error trying to check into TFS from a Visual Studio instance running in a virtual machine on my local computer. Turns out that I had my network set to "VMnet8 (NAT)" so the virtual machine was sharing an IP address with the host. Changing the network to bridged solved my issue.

Hope this helps!

Upvotes: 0

Related Questions