You are here:

C#/C# global Assemblie

Advertisement


Question
1.i have one shared assembly in server GAC
how do i use it from a client application(.NET) on
network?

2.what are the benefits of GAC Assembly than normal private assembly?


Answer
1.  in Maching.Config you can use DEVPATH option for using shared assemblies outside of GAC.

2. By creating a strong name for an assembly, you can share the assembly with other applications on a machine using the GAC and access ES such as distributed transactions and object pooling. However, creating a strong name and using the GAC entails extra work at compile and deployment time. Developers should think carefully about whether creating a strong name is appropriate for the assemblies they create.

Happy Programming!!

-Srini

C#

All Answers


Answers by Expert:


Ask Experts

Volunteer


Srini Nagarajan

Expertise

can answer any kind of questions in ASP.NET, C#, VB.NET, ASP, SharePoint 2007, Coldfusion, Powerbuilder 7.00 / 8.00, JAVA servlets, MS SQL 2000 / MSSQL7, Sybase

Experience

Contact me if you need any custom development on ASP.NET, ASP, Coldfusion, Powerbuilder

©2012 About.com, a part of The New York Times Company. All rights reserved.