Question on ClickOnce Deployment  
Author Message
ssovinee





PostPosted: Wed Aug 29 06:01:28 CDT 2007 Top

Winforms >> Question on ClickOnce Deployment 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

DotNet355  
 
 
sa





PostPosted: Wed Aug 29 06:01:28 CDT 2007 Top

Winforms >> Question on ClickOnce Deployment 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.

________________________
EMail@HideDomain.com
http://www.openwinforms.com/
OpenWinForms - open source windows forms and controls
Google group - http://groups.google.com/group/open-winforms

"BillG" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
>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
>