|
-
Sep 27th, 2005, 03:37 PM
#1
Thread Starter
Hyperactive Member
problem to get a type for a class defined in ClassLibrary
I created a ClassLibrary. But when I want to get the type of a class defined in that ClassLibrary it is = nothing. When I do the same inside of the ClassLibrary it gives me the type correctly :
Dim myType as Type
myType = Type.GetType("Library.Localisation.Country")
(My ClassLibrary is called "Library" and the Class Country is in the namespace "Localisation").
Thank you very much for any help about this !
Regardes,
Fabian
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
|