Community Tip - You can change your system assigned username to something more personal in your community settings. 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.