Deployment project problem
-
I have a deployment project in the same solution with my main project. I add the primary output from the main project to the deployment project. When I build the deployment project it does not include the most current build of the main project's .exe I cannot figure out which build of the .exe the deployment project is using. Can anyone provide any way I can tell the deployment project which build of the main project to use? Than you
-
I have a deployment project in the same solution with my main project. I add the primary output from the main project to the deployment project. When I build the deployment project it does not include the most current build of the main project's .exe I cannot figure out which build of the .exe the deployment project is using. Can anyone provide any way I can tell the deployment project which build of the main project to use? Than you
Clean the project before you rebuild it.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
Clean the project before you rebuild it.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...Thanks, that helps. Can I ask one more question? What is the setting that allows the user to update the application even if it is in the same version without having to first uninstall? Thanks
-
Thanks, that helps. Can I ask one more question? What is the setting that allows the user to update the application even if it is in the same version without having to first uninstall? Thanks