IPCManagedExample uses IPC to communicate with MicroStation in order to publish a file using a keyin
Note that this example uses Visual Studio 2013 and needs to be compiled with platform target x64 since the IPC it uses is 64 bit. The IPC itself can connect to either MicroStation 32 or 64 bit. The managed IPC dll Bentley.imodelIPC.dll is referenced and that dll in turn needs to have access to Bentley.imodelconnection.dll, Bentley.imodelmessage.dll, Bentley5.dll and BentleyAllocator.dll The post build settings of the project take care of copying these dlls from MicroStation's folders to the project's debug folder