Previous Topic Next topic Print topic


Create a Visual Studio Solution

A service interface is a component of a Visual Studio project. For these tutorials, you'll create one Visual Studio Solution to contain your Enterprise Server Application IMTK projects – one for each tutorial.

  1. From the Visual Studio IDE, click File > New > Project.
  2. Under Installed > Templates, expand COBOL; then click Native.
  3. Click Enterprise Server Application.
  4. 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.
  5. Check Create directory for solution.
  6. 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.

Previous Topic Next topic Print topic