Posts

Showing posts from January, 2020

The request was aborted: Could not create SSL/TLS secure channel.

EXCEPTION: The request was aborted: Could not create SSL/TLS secure channel. Solution: C# ServicePointManager.SecurityProtocol |= SecurityProtocolType.Ssl3 | SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls; Target framework .NET Framework 4.6.2

Remove Visio Reverse Engineer Wizard Data source(s)

Image
HOWTO: Remove Visio Reverse Engineer Wizard Data source(s) Step 1: Navigate to C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools > ODBC Data Sources (32-bit)/ODBC Data Sources (64-bit) Step 2: Click User DSN/System DSN/File DSN tab. Then click Name column of the data source want to remove. Click Remove button to permanently delete the selected data source. Screenshot: