Multi targeting (which is really more a VS feature) means that you can
choose *at compile time* the version you are targeting. The resulting
application will run only against this version.
This is not the same than selecting at runtime against which version you'll
run (http://msdn.microsoft.com/en-us/library/9w519wzk.aspx). In all cases,
your app doesn't need to enumerate those versions as the version has to be
selected before your app can be started.
If you still need some help, your best bet is likely to explain first what
you are trying to do...
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.