G
Garry Hall
Guest
As-needed components contain code that not all users might need. When WebClient tries to run a program in an as-needed component, it will download the component then continue executing the program. When you deploy a new version of your application, users will get a prompt asking if they want to upgrade. If the user has downloaded any as-needed components, these will also be downloaded as part of the upgrade. This ensures that the whole application is upgraded to the latest version (not having to worry about versions of individual files).
Continue reading...
Continue reading...