Hi Friends
i have a small doubt in .net..i created a assembly and i gave strong name to that..and added that to GAC using gacutil.exe...but my assembly is not listed in the GAC..can anyone help me whats my mistake...
my code in assembly info.vb file is
can u pls tell me whats my mistake....pls give me a idea what more i have to do to display my assembly in GAC...
i use the lines
c:anandappl1appl3>vbc component1.vb /t:library /r:system.dll /r:system.data.dll /keyfile:comp1.sn
c:anandappl1appl3>gacutil/i component1.dll
pls let me know my mistake
Thanks
Anand