How do you add assembly from GAC?

Questions by gaffarshaik

Showing Answers 1 - 3 of 3 Answers

deepak kumar

  • Sep 9th, 2007
 

Firstly create strong name for file.

go to command prompt.
then
c:> cd classlib4

c:>classlib4classlib4bindebugsn -k strongname1.snk
c:>classlib4classlib4bindebuggacutil -i
c:>classlib4classlib4bindebugclasslib4.dll

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions