|
I am attempting to install the Rebex FTP components into my GAC for use in several applications, but it fails both from the command line and the .NET Configuration utility. I am following the instructions in the FAQ Command line:
.NET Configuration utility (selecting the same DLL as above,
Shouldn't the DLLs have a strong name provided by Rebex? I understand I can distribute the DLLs with the rest of the application, etc. but for ease of deployment with multiple apps using the DLLs on one system I would much prefer to use the GAC. I'm a little surprised that this (registering the DLLs with the GAC) wasn't an option as part of the installation. Where do I go from here to register with the GAC? |
|
It is caused because you use If you cannot find the Alternatively you can run the
There is no gacutil.exe in
(16 Nov '11, 15:30)
andyl
I am not familiar with the PoweShell, so I cannot tell. But it seems just copying the
(16 Nov '11, 15:50)
Lukas Matyska ♦♦
I read elsewhere that just copying gacutil wasn't advisable. The powershell script did the job and is more portable; I can just include instructions to run it from a shared drive as part of the install process. I still believe it would be useful to have an option to install into the GAC during the main install process.
(17 Nov '11, 18:13)
andyl
|