D
Dominique Vandensteen
I want to make a program that checks for updates at start...
The way I am doing this is to create 2 projects...
A simple exe checks the server for the version and downloads a dll if
needed.
The dll contains the program itself (so simple a form out of that dll is
started).
My problem is that the exe loads the dll ([Assembly].LoadFrom(..)) and gets
the version of that assembly to find out if an update is needed.
If an update is needed, I need to unload that assembly to be able to
overwrite the previously loaded dll.
Anybody an idea how to do this?
Dominique
The way I am doing this is to create 2 projects...
A simple exe checks the server for the version and downloads a dll if
needed.
The dll contains the program itself (so simple a form out of that dll is
started).
My problem is that the exe loads the dll ([Assembly].LoadFrom(..)) and gets
the version of that assembly to find out if an update is needed.
If an update is needed, I need to unload that assembly to be able to
overwrite the previously loaded dll.
Anybody an idea how to do this?
Dominique