Import the SMP101 project in to Visual Studio 2008, configure the
project, then download the tutorial code snippets from SAP Community Network (SCN) so you
can create the application user interface.
Task
The C# Object API code you generated from the MBO project is located in
your Eclipse workspace under
..\SMP101\Generated
Code\WindowsMobile.
- From WorkSpace Navigator, double-click \SMP101\Generated Code\WindowsMobile\src\SMP101.csproj to open
the project in Visual Studio 2008.
- Edit the project
properties:
- In Solution Explorer, under Solution 'SMP101' (1
project), right-click SMP101,
then select Change Target
Platform.
- Select Windows Mobile 6.5.3 Professional DTK and
click OK.
- Click Yes to
reopen
the project after changing the platform.
- Right-click SMP101 again, then select Properties.
- In the Application tab, set
"Output
type" to Console
Application.
- Select , then save the solution as SMP101.sln.