Hi all,
can anyone tell me how can i add an assembly to the GAC without using Visual Studio Command Prompt?Is there a manual way like copy and pasting? I know that using gacutil -i AssemblyName command in the command prompt i can do this.But i need an other way to do this.Any ideas?
Thanks in advance.
Without using gacutil, may be you can try creating folder structure as mentioned below and copy your assembly there, c:\Windows\assembly\(YourAssemblyName)\(FullVersion)(PublicKeyToken) Finally copy YourAssemblyName.dll to the above folder.