Building
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:
- Open the project with Microsoft Visual Studio 2005.
- Open the project properties.
- 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.
- 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.