C
C#9mo ago
eid

✅ dotnet ef scaffold problem

dotnet ef dbcontext scaffold problem dotnet ef dbcontext scaffold 'Server=localhost;Database=secondbase;User Id=sa;Password=rereouiuf111!;Encrypt=True;' Microsoft.EntityFrameworkCore.SqlServer Build started... Build succeeded. 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)
2 Replies
Tarcisio
Tarcisio9mo ago
Try changing your connection string to: 'Server=localhost;Database=secondbase;User Id=sa;Password=rereouiuf111!;TrustServerCertificate=True;'
eid
eid9mo ago
thanks , that worked