Symptom

In PowerBuilder, unable to create or open a Project. Receiving this error message: "Unable to open this project because the add-on software that was used to create it could not be found. Perhaps this project was built on another system?"

Environment

Microsoft Windows

PowerBuilder

Reproducing the Issue

In PowerBuilder, select File -> New -> Project -> Application Wizard. Complete the wizard and then press OK.

OR

Select Open and select a previously created project.

Cause

Configuration issue

Resolution

This is usually caused by mismatched dll versions.

This error is usually resolved by removing any duplicates of pbvmxxx.dll on the machine or if the pbvmxxx.dll is missing.

The pbvmxxx.dll should be in the ..Shared\PowerBuilder folder.

However, in this scenerio, the cause of the error was a mismatched dll version of the pbshrxxx.dll. An older duplicate version was in the C:\Windows\SysWow64 and was removed. The pbvmxxx.dll has a dependency on the pbshrxxx.dll.

0
0