• [C# PW] Workflow Rules Engine API - Syntax error?

    Hi all, I have been attempting to push a document to a different state using the aaApi_WREDoExecute method listed in the API. Everything seems to be working to a certain degree, except the response I get is: "Execution command identifier '{urn:bentley…
  • ProjectWise api aaApi_SelectDocumentsByProp call fails with Error code:50045 No database connection is active at the moment

    Hi, I am stuck with the below issue while using ProjectWise SDK for fetching documents. Any solution or pointers would be really helpful. I am fetching documents from a given project using aaApi_SelectDocumentsByProp method call. I then extract few…
  • C# microstation V8i

    I'm trying to open a design file for read thru program from Visual C# as below: using BCOM = Bentley.Interop.MicroStationDGN; class Program { public static BCOM.Application MSApp = null; [STAThread] public static void Main() { MSApp = new BCOM…