How do I install .NET Compact Framework on VB.NET 2003

  • Thread starter Thread starter Linknt
  • Start date Start date
L

Linknt

I have VB.NET 2003 and want to develop for pocket pc's.
I have downloaded and installed the Microsoft .NET
Compact Framework 1.0 SP1 Installer but cant seem to find
where to begin creating applications for the compact
framework.

Any help would be appreciated.
 
You can start by

File => New => Project => Visual C# Projects =>SmartDevice application or
File => New => Project => Visual Basic.NET Projects =>SmartDevice
application
 
You cannot use language editions of VS 2003 products to develop for mobile
devices. You need VS 2003 professional edition or higher (Enterprise, etc)
 
Back
Top