Trying to connect to localdb using Database tab in Rider. I adding SqlServer jTds and Rider shows this error
Connection to SunEngineDb1 failed. [08S01] Network error IOException: .\pipe\MSSQL$LOCALDB#E65C6709\sql\query (Can not find the specified file)
What am I missing, and how it can be solved?
It is ASP.NET Core 2.0 project with localdb database on development. If I run it it works perfectly including database connect.