A DLL is an executable file, and is not a compressed archive (aka "Zip") file, so storing files in a file with the extension ".dll" wouldn't make sense.
Chip H.
____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first
Thanks for the advice chiph, but i think thats too technical for me, i guess i have to learn alot of stuff.
i am not trying to solve any business problem, i am still learning c#.net and i tried to create an automatic update service program, similar to the windows update service, that can download files from a server, when an update is available.
I used the BITS features in windows and am almost there. but the problem is i need to scan or search a virtual folder for updates.
I was reading an article and it said "All of the .NET Framework language compilers let you embed arbitrary files into an assembly file." this article used the command line compiler to acheive the "embed into an assemble file"....
so i was just thinking is there any way to do this in my program.........
I read your previous answer to my question and i couldnt understand that quite well.
When you have an update you want to push down to a client PC, create a zip file that contains the DLL assemblies you want them to get, and have a process on the client PC to receive the file, uncompress it, and install it.
This can happen at runtime because there is built-in support for .zip files in the 2.0 framework.
Chip H.
____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.