Why this app is trying to connect to SQL Server instead of SQLite?
问题 Environment : VS2019 , .NET 4.8 , EF 6 , SQLite , WPF App (.NET Framework) I am following this Microsoft official tutorial to create a code-first app, called WPF_EF6 using SQLite. With the configuration shown below, I am getting an error about failing to connect to SQL Server. But as you can see in the App.config file below, there is no SQL Server is involved here? Question : what may I be missing here? And how can we resolve the issue? App compiles fine but throws this runtime error. I