Adding References Dynamically

  • 18 years ago

    Hi All,


    I am a test engineer and I would like to write a windows application that is capable of sequencing a number of tests. The Tests are all .NET class modules compiled to dlls each module contains a number of methods. I would therefore like my program to


    1)  prompt the user (with a file browser) to select one or more dlls
    2) dynamically add these references
    3) identify and execute all methods in each dll


    sounds simple doesn't it, not to me, I'm a bit new to VB and .NET. I can manage step three, but really struggling with second one


    please help!

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Theory is when you know something, but it doesn't work. Practice is when something works, but you don't know why. Programmers combine theory and practice: Nothing works and they don't know why.”