Hey i create a .dll file for some purpose but i don t create it windows registry file so i used it as a software or as a api
Printable View
Hey i create a .dll file for some purpose but i don t create it windows registry file so i used it as a software or as a api
Can you please rephrase the question? I have no idea what you're actually asking for. Are you maybe asking how you can install a single DLL on a machine and then let multiple apps reference that one instance?
Ya u r Right jmcilhinney. Please as soon as possible if help me it may better for me
To make your assembly available to any .NET application on the system you need to install it in the Global Assembly Cache (GAC). To be able to do that you must give your assembly a strong name.
http://social.msdn.microsoft.com/Sea...y%20cache&ac=3
http://social.msdn.microsoft.com/Sea...ang=en-AU&ac=3