J
John Bailo
There's some articles about Smart Clients for .NET 2.0 but I am thinking
of a simple method to have a smart client I am writing update itself.
Question:
1) Say I create a web method that displays a version number
2) At start up, my client, wherever it is, tries to match the version number
3) If not, it wants to update itself.
So, my question is, is there away to get a windows application (exe)
which is already loaded, to copy a new version of itself across the
network, then shut down, and then load the new copy?
Can this be done with Reflection?
of a simple method to have a smart client I am writing update itself.
Question:
1) Say I create a web method that displays a version number
2) At start up, my client, wherever it is, tries to match the version number
3) If not, it wants to update itself.
So, my question is, is there away to get a windows application (exe)
which is already loaded, to copy a new version of itself across the
network, then shut down, and then load the new copy?
Can this be done with Reflection?