Create a Visual Studio Solution

Create one Visual Studio solution for all IMTK Native COBOL tutorial projects.
Restriction: This topic applies only when the Enterprise Server feature is enabled.

A service interface is a component of a Visual Studio project. For these tutorials, you'll create one Visual Studio Solution to contain your native COBOL IMTK projects – one for each tutorial. You create the solution, and by inheritance the projects as well, using the Enterprise Server Application template.

  1. In Visual Studio, click File > New > Project.
  2. In the New Project dialog box, expand Installed > Templates > COBOL.
  3. Select Native.
  4. In the center pane, select Enterprise Server Application.
  5. Complete the remaining fields as follows:
    Name IMTKTutorialsESA
    Location Any location*
    Solution Name IMTKTutorialsESA
    * Note the physical location you specify here as you need it to configure your enterprise server.
  6. Check Create directory for solution.
  7. Click OK.

    Visual Studio opens the Solution Explorer for the IMTKTutorialsESA solution, showing the IMTKTutorialsESA project. Best practices dictate that each service interface should be in its own project. Therefore, you will not use the default IMTKTutorialsESA project but instead will create a separate project, within the IMTKTutorialsESA Solution, for each tutorial.