|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Upgrading from 1.1 to 2.0This is probably a silly question, but here goes:
I have a VB.NET 2003 aplication running on a machine and want to deploy the new version, written in VB.NET 2005 using XCopy deployment. Both versions of the framework (1.1 & 2.0) are installed on the machines in question. Can I use XCopy deployment in this manner, or am I better off installing the 2005 app as if it were new? Jason. Hello Jason,
If u are informed which dependent components and entries are used and where and how to install them (GAC components, create reg key and etc) thus u can deploy with XCopy, but if you are not the developer of current app the best case is install with app installer JA> This is probably a silly question, but here goes: JA> JA> I have a VB.NET 2003 aplication running on a machine and want to JA> deploy the new version, written in VB.NET 2005 using XCopy JA> deployment. Both versions of the framework (1.1 & 2.0) are JA> installed on the machines in question. Can I use XCopy deployment JA> in this manner, or am I better off installing the 2005 app as if it JA> were new? JA> JA> Jason. JA> --- WBR, Michael Nemtsev :: blog: http://spaces.msn.com/laflour "At times one remains faithful to a cause only because its opponents do not cease to be insipid." (c) Friedrich Nietzsche Hi Jason,
Regardless of the old version of the application, whether or not to use Xcopy or an installer depends on the application's dependencies. If it requires registry settings, installing components into GAC, etc., then an installer is recommended. Simply copying over old version may still have some issues: what if some files need to be removed from old version? If you have already built an installer for the application, you may consider an upgrading or patching feature for the installer. Hope this helps. Please feel free to post here if anything is unclear. Sincerely, Walter Wang (waw***@online.microsoft.com, remove 'online.') Microsoft Online Community Support ================================================== Get notification to my posts through email? Please refer to http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif ications. Note: The MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 1 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions or complex project analysis and dump analysis issues. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at http://msdn.microsoft.com/subscriptions/support/default.aspx. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. |
|||||||||||||||||||||||