use of My in VB .Net 2005 SmartDevice
My application does not have any namespace for My except .form.
What am I doing wrong?
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