Windows 10 / PowerBuilder .NET 12.5
Trying to make web service client and list services I get an error:
Windows SDK for .Net Framework 4.0 was not installed. Please install it before use this feature.
Tried to install Microsoft Windows SDK for Windows 7 and .NET Framework 4 (ISO) but that did not help.
So I downloaded ProcessMonitor to check what for PowerBuilder .NET is looking and cannot find. Found that it is looking for [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Microsoft SDKs\Windows\v7.1\WinSDK-NetFx40Tools-x86] and does not find it.
In my registry, I had tools in v8.0A WinSDK-NetFx35Tools-X86, so I just for test I made this new registry entry:
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Microsoft SDKs\Windows\v7.1\WinSDK-NetFx40Tools-x86]
“ProductVersion”=”8.0.50727”
“ComponentName”=”Microsoft Visual Studio 2012 Multi-targeting Utilities for .NET Framework 3.5”
“InstallationFolder”=”C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v7.0A\\bin\\”
And after that, list services now work in PowerBuilder .NET 12.5
Leave a Reply