use of My in VB .Net 2005 SmartDevice

I am trying to use my.computer in a VB .net 2005 SmartDevice program. I can use My.Computer in a windows environment and the documentation includes CE devices in the OS that can use.
My application does not have any namespace for My except .form.
What am I doing wrong?
[278 byte] By [Satinay] at [2008-2-10]
# 1
Hi Satinay,

There is limited support for My.* in Smart Devices Development with VS 2005. For projects targeting .NET Compact Framework 2.0, only My.Forms, My.Resources, and My.WebServices are supported. There is no support for it in projects targeting .NET CF 1.0.

Not including My.Computer and ther namespaces was a tough cut but we had to do it to keep the .NET CF 2.0 footprint as small as possible.

I hope that helps,
Keith Jones
Tester - VS Devices

KeithJones at 2007-9-9 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...