I am trying to publish an internal application that I developed. I have done this several times before, no problem, but never with this application.
In VS2010, I go to my TestManager project, hit the publication and set everything up correctly. I go to my folder and run setup.exe . Then the installation completes with an error and gives me a log file which indicates that it cannot find the file TestManager.exe.config.deploy .
When I go to the Application Files directory, it is true that he did not create the TestManager.exe.config.deploy file, but instead created the configuration as App.config.deploy .
I looked at other ClickOnce installers (even installers for other projects in one solution) and made sure that it creates <appname>.exe.config.deploy and does not create App.config.deploy .
Why does Click-Once not create the app.config file for deployment and how to fix it?
Kalldrexx
source share