I am trying to make a simple database application. It is just writing and reading from local database file using c# winform, but when i move the application folder to another pc, it comes with error. I thought it is just some dumb mistake with connstring or file accesses but when i click continue and the Application starts, there is even nothing loaded in combo boxes (which should be filled normally, without using any database stuff). Sorry for my English and thanks for response.
I cannot post image because i am new here but the exception says among other text this:
error 50 - local database runtime error occurred. The specified LocalDB instance does not exist.
LocalDBis a feature of SQL Server Express. You can't use it unless SQL Server Express is installed