-----------------------------------------------------------

New Message on MumbaiUserGroup

-----------------------------------------------------------
From: Star_Venkat
Message 5 in Discussion

To add assemblies in GAC:        1) Assemblies are classified as Private and 
Shared assemblies.  Assemblies which are added in the GAC are considered as 
Shared Assemblies so that,    it can be accessed by all the application in the 
client system.      2) If you want to add an assembly in GAC first of all you 
have to strong name it.     3)  These are the steps to be followed:          a) 
Build the application.        b) Execute the command "sn -k  keyname" in the 
visual studio command prompt.(key is generated which should be placed in the 
bin/debug folder of the application which we are using.)        c) Put the 
keyname with path in the AssemblyKeyFileName of the Assembly info.cs file.      
  d) Build the application once again.        e) Execute the command "gacutil 
/i application's dll name         f) Your assembly will get added to the Global 
Assembly Cache which can be accessed by other applications.   Regards 
Venkatesan Prabu. J HCL Technologies, Chennai.   

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/MumbaiUserGroup/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member 
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you 
received this message by mistake, please click the "Remove" link below. On the 
pre-addressed e-mail message that opens, simply click "Send". Your e-mail 
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to