In my winforms application,
In addition to the main project, there are 4 more projects(modules) which like utilities, base controls, usercontrols and user account.
You have references to these projects from the main project.
When i try to setup the project, 3 of these are also include in the setup file but one of them is missing. This particular project has the login details. So when i launch the application from the exe, it is failing as it does not have the login details.
I am not doing anything special with the other 3projects(modules) during setup and they are included automatically but, this loginproject(module) keeps missing.
Why is that file missing from the setup each time.