Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I am writing a full asynch app. in which I am trying to launch proE in non-interactive mode using g:no_graphics option.I am using- cAC = New CCpfcAsyncConnection asyncConnection = cAC.Start(exePath + " -g:no_graphics -i:rpc_input", ".") Its failing with "pfcExceptions.XToolkitGeneralError" Need help in resolving the issue. Rahul.