Forum Discussion
kevalsolanki
Sep 10, 2020Copper Contributor
SharePoint CSOM - Unable to read data from the transport connection: An existing connection
While doing some not heavy operations (like add admins, add content type) in SharePoint CSOM we are getting below error which is not reproducible but comes intermittently. Mainly different article po...
susiew32
May 21, 2021Copper Contributor
Update your .net framework version to at least 4.7.2. This will enable TLS 1.2 which is necessary for the data transfer.
CesareDaldello
May 21, 2021Copper Contributor
thanks a lot, it worked!