|
-
Jul 6th, 2009, 10:35 PM
#1
Thread Starter
Junior Member
how to make windows registry file from a dll file
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
-
Jul 6th, 2009, 11:01 PM
#2
Re: how to make windows registry file from a dll file
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?
-
Jul 6th, 2009, 11:04 PM
#3
Thread Starter
Junior Member
Re: how to make windows registry file from a dll file
Ya u r Right jmcilhinney. Please as soon as possible if help me it may better for me
Last edited by tuhin; Jul 6th, 2009 at 11:09 PM.
-
Jul 6th, 2009, 11:19 PM
#4
Re: how to make windows registry file from a dll file
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|