Compile-time Error Handler

M

Mark Repsher

I'm running into a problem trying to write a compile-time
error-handler. Here's my situation, my code needs a reference to an
xml parser. When I execute the code, I want to make sure that this
reference is actually available (some users may not have this
reference installed). How can I check at compile-time that this
reference is actually installed?

Thanks
Mark
 
T

Tom Ogilvy

One way would be to run through the references collection found in the MS
Visual Basic Extensibility Library.
 

Ask a Question

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.

Ask a Question

Top