Results 1 to 2 of 2

Thread: Register the library

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2008
    Posts
    470

    Register the library

    You know we have to register a type library for a COM component.
    My question is do we need to do in .net enviroment if I created a library?


    Thanks

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

    Re: Register the library

    .NET assemblies do not require registration. You can just put a DLL in the same folder as an EXE or another DLL that references it and it will work.

    You also have the option of installing an assembly in the Global Assembly Cache (GAC) if you just want one copy that can be used by multiple applications. That is something like registration but not the same, plus you won't do it in most cases.
    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