Type.GetType failing

  • Thread starter Thread starter Mantorok
  • Start date Start date
M

Mantorok

Hi all

In my Application_Start event handler I have:

Type t = Type.GetType("Ccc.CONTACT.Person");

This returns null - the Person class comes from a referenced assembly - is
there any reason this doesn't work?

Thanks
Kev
 
Back
Top