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