When I run my application that used LocalDB, I get the following error:
Your SQL Server installation is either corrupt or has been tampered with (Unknown package id).
If I start manually the Local DB instance (SQLLocalDB start) it will then work! After I restart the PD, I will need to restart the LocalDB manually for my app to work.
The LocalDB version is 2014 while there is also an SQL Express 2019 installed on this machine.
Is it because there are two versions of SQL installed?