How to add your knowledge

Building

    Table of contents
    No headers

    Each of these subfolders contains a sample C# project. With the exception of the FindIntersectsMG project, the steps to build the project are the same and are as follows:

    1. Open the project with Microsoft Visual Studio.
    2. Open the project properties.
    3. In the Reference Paths tab add two folders: <root path> and <root path>\FDO\bin. As a result, you will see the warning markers removed from the references in the References folder in the Solution Explorer.
    4. Build the project to generate the dll. Do not change the default output path: bin\<buildType>\ where <buildType> is either Debug or Release because some samples use relative paths to access data.