Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi,
occasionally I am getting below error when connecting my VB API Application to CREO, Anybody have idea to solve this issue?,
System.Runtime.InteropServices.COMException (0x80010105): The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))
Please help.
Presently I am restarting my creo session to work again, I need to connect my application without restarting CREO Session
Hi Parthiban Kannan,
I´m connection to Creo by C# using also a COM-object. Sometimes the application crashes and then I could not reconnect, getting the same error like you.
In my case it helps to kill the process pfclscom.exe.
In fact that´s not a nice solution, but it works. Perhaps there is a PTC expert with a smoother solution?
Best Regards,
Benjamin
Hi Benjami,
I already tried that option, eventhough its working only after restarting creo... Any way thanks for reply
We have solved this problem by following steps:
1. Unregister VB API batch file.
2. Clear cache of the system the restart
3. Register VB API batch file now with administrative privileges
that's all
After that, still we didn't face this problem.