|
-
July 5th, 2012, 12:05 PM
#3
Re: Referencing Classes
 Originally Posted by sotoasty
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|