Filnet P8 Connection
Renaming the C# Source File
When you created the project, Visual Studio generated a C# source file, Program.cs, by default. Rename this file to better reflect its purpose.
- In the Solution Explorer pane, right-click Program.cs and click Rename.
- Type over the existing name, for example, P8Connector.cs.
- In the prompt for renaming all project references to this file, click Yes.
Coding the Connection
If your code does not compile, verify that you:
- Correctly inserted the sample code into the code pane.
- Referenced the FileNet API DLL in the project.
Comments