cancel
Showing results for 
Search instead for 
Did you mean: 

Windows SDK for .NET Framework 4.0 or higher must be installed.

Former Member
0 Kudos

I have installed PowerBuilder 12.6. for about 3 times and still have the same problem.

I have installed all the prerequisites

For testing purpose I use a win32 application from "tutorial"   with PowerBuilder 12.6 classic.

I have successfully created a

1) .NET Windows form "Target"

2) .NET Windows form "Project" for a smart client application

3) I can deploy  the application without any problem

4) I can run the application  without any problem

My problem is when I try to "publish" the application

I have a message saying:

"Windows SDK for .NET Framework 4.0 or higher must be installed.

I can see my Windows SDK for .NET Framework 4.0

under the following path:

C:\Windows\Microsoft.NET\Framework64\v4.0.30319

I have used "pbpack126.exe" to create a bootstrapper package

to include all runtime files for .NET Framework 4.0,

...still have the same error message

Here is my Path setting:

C:\Program Files\Broadcom\Broadcom 802.11 Network Adapter;;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\SQL Anywhere 16\bin64;C:\Program Files\SQL Anywhere 16\bin32;

C:\Windows\Microsoft.NET\Framework\v4.0.30319;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Sybase\Shared\PowerBuilder;C:\Program Files (x86)\Sybase\Shared\PowerBuilder\x64;C:\Program Files (x86)\Sybase\PowerBuilder 12.6;

help would be greatly appreciated

Thank you

JP

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi JP;

  That looks like the path for the .Net 4.0 run-time (C:\Windows\Microsoft.NET\Framework64\v4.0.30319) - not the SDK.

On my development PC's the .Net SDK is under the path:  C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin

Regards ... Chris

Former Member
0 Kudos

Thank you Christ,........for your quick response

Is what it means that I have not installed the correct "SDK Package" ??

I'm runing win 8.1, can you please tell me what "SDK Package" I should install ?

Thank you very much...your help is very appreciated

JP

Former Member
0 Kudos

Hi Chris,

I just find out, that I have the SDK Package at the following path

C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin

wich is 32 bits SDK Package ?

Is this mean that have to install the 64 bits SDK Package ?

Thank you

JP

Former Member
Former Member
0 Kudos

FWIW: I though the MS-Windows SDK had support for both bitnesses

Former Member
0 Kudos

Hi Christ,

I have reinstall "Windows software development kits for 8.1" and

also "Windows SDK for .NET Framework 4.5.1"

NO LUCK......still have the same error message!!!

Here are my "Path" for both installation

C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\;

C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;

I have a question:

Did you have used "pbpack126.exe" or any other tools,to create a bootstrapper package to include runtime file for "Windows SDK for .NET Framework" ?

Is this step REQUIRED to "Publish" a ".NET Windows form"

Thank's

JP

Answers (2)

Answers (2)

former_member190719
Active Contributor
0 Kudos

  I can see my Windows SDK for .NET Framework 4.0

under the following path:

C:\Windows\Microsoft.NET\Framework64\v4.0.30319

That's not the *SDK*, that's just the framework.

You get the SDK here:

Download Microsoft Windows SDK for Windows 7 and .NET Framework 4 from Official Microsoft Download C...

Former Member
0 Kudos

Hi JP ,

Did you have solve the problem ? I got the same problem on Win8.1 when deploy .

Thank you !

Jacky

Former Member
0 Kudos

i too have the same problem when try to load the Web service proxy in PowerBuilder .NET 12.6.