I created an application in Windows Forms, I published the application to generate the setup and install it on other machines, install the application on the machine and execute it, when I open some form that has call the bank SQL Server does not load the database data and the error below occurs.
Invalid value for "attachdbfilename" key.
Note: The application was built using .Net Framework 3.5 and SQL Server.
PS: If possible I would also like to know, besides the .Net Framework 3.5, what else should I install on the machine I want to install the application for it to work properly.