What is a shared assembly? - When we want to use a shared assembly an application they must have a key (token) for authorization and authority. - Permission should be taken from the Runtime manager for using the .dll when .dll and main file are not in same folder & main file can't direct access the .dll file and then the .dll, will use the collection to run the file and can be known as shared assembly. - An assembly that can be shared by multiple applications. - To make an assembly a shared assembly, first assign it a strong name, and install it to the global assembly cache.
|