Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DLL redistribution
Message
General information
Forum:
Visual Basic
Category:
ActiveX controls
Miscellaneous
Thread ID:
00498006
Message ID:
00498244
Views:
13
>Can anyone confirm my understanding of how to conduct version upgrades in an n-tier system? If changes are made in middle-tier but no old Interfaces are broken and with Binary Compatibility set, compiled a new version with the same name, how do I deploy this?
>
>1. Just copy new file over the old.
>2. Unregister old DLL, delete it, copy new DLL, register.
>3. Must run SETUP.EXE after "Package and Deployment Wizard".
>
>If I break the old interface, I'll have to redistribute the client EXE and the DLL again?


If you want to unregister a component, you need to do it before you copy your newer version over it.

If you break compatibility, you need to redistribute the client application if you use early binding because class ID are in compiled into the EXE.
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform