Active TopicsActive Topics  Display List of Forum MembersMemberlist  CalendarCalendar  Search The ForumSearch  HelpHelp  Sitemap  Contact Us  RegisterRegister  LoginLogin
.Net Framework FAQs -I
 GenProgrammers : .Net, C#, Remoting, Visual basic,..etc : .Net Framework FAQs -I
What is the difference between a private assembly and shared assembly?
Author Message
surendra
Moderator Group
Moderator Group


Joined: 02 Sep 2007
Location: India
Online Status: Offline
Posts: 10008
A private assembly is normally used by a single application, and is stored in the application's
directory, or a sub-directory beneath. A shared assembly is normally stored in the global assembly cache, which is a repository of assemblies maintained by the .NET runtime. Shared assemblies are usually libraries of
code which many applications will find useful, e.g. the .NET framework classes.

The runtime enforces versioning constraints only on shared assemblies, not on private assemblies.

Edited by james - 27 Nov 2007 at 9:01pm


Quote surendra Reply






bullet     Posted: 02 Feb 2007 at 1:00am
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Select Category
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.094 seconds.