No Dll dependant
-
Is there any way of eliminating the need of having the Dlls my program is dependent of, in the same folder the executable is? I mean, I have a program that uses some Dlls, but I don't like the need of having to copy them along with the program, if I need to move it. Isn't there any way of embedding the Dlls as a resource or something like that? Thanks in advice (and sorry if my English is too bad.. :( )
-
Is there any way of eliminating the need of having the Dlls my program is dependent of, in the same folder the executable is? I mean, I have a program that uses some Dlls, but I don't like the need of having to copy them along with the program, if I need to move it. Isn't there any way of embedding the Dlls as a resource or something like that? Thanks in advice (and sorry if my English is too bad.. :( )
Hi You can register your dlls in Global Assembly Cache (GAC)But if you want to deploy your program you should have a setup program that register your assmeblies in GAC. Regards Nima H