Hi,
I am trying to put a dll to GAC. The assembly is signed.
1.I tried draging and droping (nothing happens)
2. I tried command gacutil /i abc.dll, from visual studio command prompt.
It says Assembly successfully added to the cache but when I open windows\Assembly folder, I cant see my dll.
I am using windows xp professional OS.
Could anyone please let me know where I am doign wrong?
Thanks.
Regards,
Loading
SenthilkumarPosted May 8, 2012, 11:29 PM
Please refer this tutorial for step by step configuration of shared assembly in asp.net.
http://www.vkinfotek.com/assemblyhowto.html
RanjithKumar chiguruvadaPosted May 8, 2012, 12:41 PM
http://www.c-sharpcorner.com/UploadFile/hemantpatil/111222007032935AM/1.aspx
Jignesh TrivediPosted Mar 21, 2012, 4:13 AM
please refer
http://www.codeproject.com/Articles/4352/Demystifying-the-NET-Global-Assembly-Cache
http://www.nirsoft.net/dot_net_tools/gac_viewer.html
hope this help.