Friday, October 28, 2022

[SOLVED] Segmentation Fault when trying to use EF Core 6 on Debian

Issue

I am trying to deploy my EF Core web api project to a Debian 9 VPS

I have gotten the web api running smoothly, however when trying to use EF it exits (Segmentation Fault)

I am running a SQL Express server (2019) on the Debian 9 vps, which functions correctly (SSMS working correctly)

The segmentation fault

Any help would be much appreciated!


Solution

Update package Microsoft.Data.SqlClient to version 5 or above.



Answered By - Justin V
Answer Checked By - Marilyn (WPSolving Volunteer)