Just like normal VB.NET, as well as adding a reference, you have to Imports
the relevant namespace, or specify it fully. (You've edited the question to now include this.)
After inserting your code into a new Console project in VS2008 (because that's what I had open) and adjusting for my assembly names, I saw the same as you.
I fixed it by adding Public
to the default Module Module1
.