• Cannot create new Project --- Error loading ----.xml

    Hi, I'm facing a issue to add project due to detect error message. Import PM for Innovator 12 is success. But Error message looks indicated insufficient setup about xml. Do you have any good solution in this case?
  • "Root element is missing." XML Error when trying to add Requirement through .NET API

    I am trying to add a Requirement through the .NET API. Here is my code: //creating new connection HttpServerConnection conn = IomFactory.CreateHttpServerConnection(serverUrl, dbName, username, password); Innovator inn = IomFactory.CreateInnovator…