I wrote simple program with local database created in Visual Studio. It works well on my computer, but when I run it on another computer (without any SQL Server) it says it can't find server and advise to check that local database runtime is turned on in SQL Server.
How do I make my application that uses LocalDb run on a client computer that doesn't have SQL Server installed?