I have an app which I deployed last week. If I make a change to the app and
it only affects changes to existing code. what I mean by that no new
projects/dlls, no new controls etc. What do I need to copy up to the
deployement site, just the new .exe?
Bill
sa@openwinforms.com - 29 Aug 2007 12:00 GMT
If you are using click once then just publish the exe after you made your
changes.
In other case you need to deployee the assemblies in which includes the code
change. Moreoevr you also need to take care in case you didn't made any
changes in a particular assembly but assemblies its is referring.
________________________
sa@openwinforms.com
http://www.openwinforms.com/
OpenWinForms - open source windows forms and controls
Google group - http://groups.google.com/group/open-winforms
>I have an app which I deployed last week. If I make a change to the app
>and it only affects changes to existing code. what I mean by that no new
>projects/dlls, no new controls etc. What do I need to copy up to the
>deployement site, just the new .exe?
>
> Bill