Skip to content

SqlConnection.Open doesn't seem to work on Ubuntu 20.04 #567

@zanfranceschi

Description

@zanfranceschi

I've recently upgraded to Ubuntu 20.04 (clean install) and found out the SqlConnection.Open doesn't seem to work using dotnet core sdk 3.1 and Microsoft SQL Server 2012 (SP4) versions.

It does not produce an error ─ it simply gets stuck and blocks execution. No timeout, not apparent error. I've even sniffed tcp traffic with wireshark to see if I could get something. Nothing.

It was working normally while using Ubuntu 19.10.

The steps to reproduce is to simply instantiate an SqlConnection object and try invoke "Open" on it.

I've also installed dotnet core 2.1 and tried System.Data.SqlClient. Same behaviour.

Any ideas or more information needed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions