Hi
I have created a windows application and during development i added a .mdf file (Sql Server Express) and build in debug and release mode successfully. But later i changed the decision and deleted the .mdf file (Sql Server Express) and started using access database. Now after publishing the application, when i clicked on Set up it is showing me the error that the PC doesn't have Sql Server Express and asking me to install it. Why? How to solve this issue?
Thanks