Not able to place dll in GAC

  • Thread starter Thread starter Kiran
  • Start date Start date
K

Kiran

Hi,
I am not able to place C# dll into GAC.
I dont want to use gacutil because it is not part of runtime.Can any one
suggest how to install dll in GAC without using gacutil.

Thanks in Advance
Kiran
 
Assuming you have assingned a strong name to the assembly, you can simply
drag and drop the assembly in the GAC which by default is C:\winnt\assembly.
 
Hi Sanjay,
Thanq for timely response.
but i cant use drag and drop because i want to place my dll into GAC
while installing.
can you have any idea how to do this ?

Thanks in advance,
Kiran
 
Back
Top