Results 1 to 4 of 4

Thread: how to make windows registry file from a dll file

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2009
    Location
    Dhaka
    Posts
    18

    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

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Mar 2009
    Location
    Dhaka
    Posts
    18

    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.

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width