Rebuilding the Generated Solution in Visual Studio

After generating the C# Object API code for a Mobile Application project, you can modify the code in Visual Studio.

Prerequisites
Visual Studio must be installed.
Task

When you generate the Object API code for a Windows Mobile device using the Mobile Application project Code Generation wizard, the Visual Studio solution is saved to the folder you specified.

Note: If you generate 32-bit Windows code on a 64-bit machine, in the Visual Studio Configuration Manager for building and deploying the active solution, change the Active Solution Platform from "AnyCPU" to "x86" before deploying and running the application.
  1. In Visual Studio, select File > Open > Project/Solution.
  2. Browse to the solution file (.sln) you want to open and double-click the file.
  3. In Solution Explorer, right-click the solution and select Rebuild Solution.
  4. Select File > Save.
    You can now open the form for which you want to modify the code.