Quantcast
Channel: Active questions tagged ubuntu - Stack Overflow
Viewing all articles
Browse latest Browse all 7186

SQL Server and EF Core on Ubuntu, error occurred during the pre-login handshake

$
0
0

I want to develop .Net Core on Ubuntu 22.04. I can add migrations but can not update DBThis is My connection string:

"Server=reza;Database=CodeFirst_Db;User Id=sa;Password={MyPassword};MultipleActiveResultSets=true

and it is the error:

A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: TCP Provider, error: 35 - An internal exception was caught)

I have searched in Google but I didn't find anything.Can someone share a document about it please?Should I install Docker?

I have installed .NET Core SDK and runtime and EF Core and SQL server (From This Link)I have installed: Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.Tools, Microsoft.EntityFrameworkCore.Design


Viewing all articles
Browse latest Browse all 7186

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>