المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Problem with SetupProject



C# Programming
05-19-2009, 05:10 PM
Hi,

I've added a setup project to my solution and added the project output from a windows App. The install worked fine.

I then changed 2 settings in my config file from User settings to Application settings. Rebuilt the projects and tried to re-install. The config file did not get updated in the installed version. I'm using vs2008.

I even tried removing the setup project and creating a new one. But, the old config was still installed! How is the Setup Project still referencing the old config file? I click on the project output in the setup project and select "Outputs". This gives me the directory to the config file. I've checked this and it does point to the correct version of the config file. So I'm confused as to why the config file isn't changing.

Any ideas?

Thanks.