i have a project containing 20 forms for any change in one form i have to make a new setup to give it to a customer. The other workaround is i do a command line to make each form a dll and link it with the exe. Is there any support in the IDE itself. Please dont say "make each form a project and add them to one solution"
In VS2005 IDE using C# How can i avoid to give a "full setup" for change in one file/form ?
Well, setup packages always require the entire app to be included... atleast the one with VS05 does.
You'll need to use Install Shield if you want stuff like version upgradations.
If its a web based app you're working on, then FTP install and XCOPY install let you add new forms etc. without other changes.
Reply:If possible, use ClickOnce deployment so you can free yourself up to make changes and easily publish them, so you don't have to worry about creating installations all the time and distributing them.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment