Installing A User Defined Control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • zoneal@yahoo.com

    #1

    Installing A User Defined Control

    Hi,
    I have just built a user control as a DLL file. Question is, during
    deployment, is there an appropriate location for one to install this
    DLL file so that it can be easily accessible to another VB.NET
    programmer?

    Thanks in advance.

  • Ken Tucker [MVP]

    #2
    Re: Installing A User Defined Control

    Hi,

    The global assembly cache

    http://msdn.microsoft.com/msdnmag/is...s/default.aspx

    Ken
    ----------------
    <zoneal@yahoo.c om> wrote in message
    news:1131732457 .446543.254220@ f14g2000cwb.goo glegroups.com.. .[color=blue]
    > Hi,
    > I have just built a user control as a DLL file. Question is, during
    > deployment, is there an appropriate location for one to install this
    > DLL file so that it can be easily accessible to another VB.NET
    > programmer?
    >
    > Thanks in advance.
    >[/color]


    Comment

    Working...