Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. 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.