I have created a project and so far in that project I am using localdb
to create a database, reading a CSV file from a shared drive.
I have copied a .exe file from bin\Debug
and copied that onto the client's computer. I am getting the following error, can someone please help:
[
Is it because my client does not have sqlserver or localdb installed? I need to create an application without requiring any setup to be installed at client machine.
Please let me know if it is possible. Thanks