visual-studio-2010command-promptgacgacutil

Add an assembly to GAC without using command prompt?



Solution

  • 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.