I have a MasterPage and get its type as follows:

No problem, this works
Now, when I create an aspx page and try the same thing I get null:

Why?
How can I get this to work?
NOTE
The answers below say I need to reference an Assembly. But how do I do that when I am running this application as an ASP.NET website - there are on compiled DLLs here.
