The PTC Community will be on read only status starting March 23rd in preparation for moving our platform to a new provider. Read more here
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.
