Dynamic Reference

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Derek Hart

    #1

    Dynamic Reference

    I have a commercial product that I built using VB.NET windows forms.
    Different clients have different references that need to be set to other
    products. Some of the references are local references, and some are web
    references. How can I make these references dynamically load at runtime?
    How could I store a URL in the database (Microsoft SQL Server) and have it
    build the references the first time the program loads, and on subsequent
    loads detect that the reference is already there?

    This brings up another issue. I have code that directly refers to these
    references? How could I also conditionally compile the code so it only is
    seen at runtime based whether or not the reference is there?

    Any specific code or direction would be much appreciated.

    Thank You,
    Derek Hart


Working...