VB.NET - What is a shared assembly?

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.
VB.NET XCOPY deployment
VB.NET XCOPY deployment - It is a simple DOS command method of deployment......
VB.NET - What is a native image?
VB.NET - What is a native image? - It is a precompiled version of a .NET assembly.......
VB.NET - What is a bootstrapper application?
VB.NET - What is a bootstrapper application? - A bootstrapper application automatically detects if Windows Installer is installed on the target machine.......
Post your comment