Question on ClickOnce Deployment

  • Thread starter Thread starter BillG
  • Start date Start date
B

BillG

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
 
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.

________________________
(e-mail address removed)
http://www.openwinforms.com/
OpenWinForms - open source windows forms and controls
Google group - http://groups.google.com/group/open-winforms
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top