Quote Originally Posted by sotoasty View Post
Is "ClassX" the name of a public class in the .DLL?

If so, what is the "NameSpace" of the .dll?

In your "Using", it needs to be the NameSpace. Then you will need to initialize your class.
"ClassX" is the name of the namespace of the library.I've just tried putting
Code:
Using ClassX.ClassY
, where ClassY is the actual class i'm interested in using and it's still failing.