Import the SUP101 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.
The
C# Object API code
you generated
from the MBO
project
is located in your Eclipse workspace under ..\SUP101\Generated
Code\Windows.
- From WorkSpace Navigator, double-click on \SUP101\Generated
Code\Windows\src\SUP101.csproj
to open the project in Visual Studio 2008.
- Edit the project
properties:
- In
Solution Explorer, under 'SUP101' (1 Project),
right-click
SUP101,
then select Properties.
- In the Application tab, set
"Output
type" to Console
Application.
- Select , then save the solution as SUP101.sln.