Can not see Microsoft.WindowsMobile namespace

I open a project as a C# Window Mobile 5.0 Pocket PC Device application.

I have Compact Framework 2.0 SP1

Under Microsoft name space I have only Win32.

(Microsoft.Win32)

Why i do not see Microsoft.WindowsMobile namespace




Answer this question

Can not see Microsoft.WindowsMobile namespace

  • wakewakeup

    You need to add a reference to the assembly. Go to the Project menu and click "Add Reference...", then choose the assembly you want and click OK.

  • Can not see Microsoft.WindowsMobile namespace