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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top