One of our customer met an error of 105 when after the building process of the project is finished. I suggested him to follow the suggestion for error correction in help to deal with the error, which the link is: https://help.br-automation.com/#/en/4/diagnostics_support%2Ferrors%2Fbr.as%2Fbuild_error_105.html
He follow the direction, but wasn’t able to find the path in registry. I wonder if there is another way to solve this error?
I had success to get rid of this issue on a customer laptop today
I am writing here the experience I had today because I could not see anywhere anyone confirming that they got rid of this problem. The links provided on top did not help in my case. So what worked for me:
I have prompted ChatGPT with the error message from powershell after typing this commands (no error message visible on a healthy PC that doesn’t trig error 105):
$query = "select * from WIN32_Process"
Get-WmiObject -Query $query