How to Start a new Project

Common and repeatable tasks are referenced but not demonstrated repeatedly.

  1. Open Visual Studio 2017 or 2019.
  2. Select Create new project either from the Start Page or File > New > Project.
  3. The K2 connect template is located at the bottom of the Visual C# templates.
  4. Select K2 connect, then specify a Name and Solution name .
  5. Click OK.
  6. Right click on the solution name in the Solution Explorer, then select Add > New Item.
  7. Find and select the K2 connect Service Object from the list on the Add New Item screen.
  8. Specify a Name for the Service Object and click Add.
  9. If you get the Security Warning window, click Trust.
  10. To open the K2 Service Object Designer, go to View > Other Windows > K2 Service Object Designer.
  11. You can now continue to design the K2 connect Service Object.