Search code examples
c#sql-servermdf

Can i run C# windows program with mdf file without sql server?


I build a program in visual studio which has mdf file , I want to run the program on other computer has no sql server it is possible ? if not what I should do


Solution

  • after searching I know that we should have LocalDB or SQL Server Express installed and running locally to use mdf files.