Runtime add com library reference
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have a windows forms vb.net application (VS210) that automates a process simulator. I have an old version of the simulator application on my development machine, so I reference the com library at design time. However, my clients will have a newer version of the library. So, how do I use a config file to add the reference at runtime? Maybe you can give an example or a reference. I couldn't understand what I got from Microsoft.