C
Coder
After deploying main application using Clickonce,
Is this possible for this dot net application to download a class library
from an ftp or http location (as only one dll) and to use it just in memory
(I dont like to save it somewhere, just load into memory and use it) ? Next
time someome want s to use that class library, will download and use again
and again and again.
My purpose is I have a main application and according to the logged user, I
ll perform above issue and show a form to user (lots of other forms (class
libs) will be available)
Possible ?
Thanks a Lot
Is this possible for this dot net application to download a class library
from an ftp or http location (as only one dll) and to use it just in memory
(I dont like to save it somewhere, just load into memory and use it) ? Next
time someome want s to use that class library, will download and use again
and again and again.
My purpose is I have a main application and according to the logged user, I
ll perform above issue and show a form to user (lots of other forms (class
libs) will be available)
Possible ?
Thanks a Lot