Telerik licensing incompatible with .NetSDK 9.0.307

1 Answer 157 Views
Licensing Report Designer - Web
René
Top achievements
Rank 2
Iron
Iron
Iron
René asked on 12 Nov 2025, 06:30 AM

Hello,

installed a new SDK and got

C:\Users\USER\.nuget\packages\telerik.licensing\1.6.5\build\Telerik.Licensing.targets(29,3): error MSB4216: Could not run the "ResolveTelerikProducts" task because MSBuild could not create or connect to a task host with runtime "NET" and architecture "x64".  Please ensure that (1) the requested runtime and/or architecture are available on the machine, and (2) that the required executable "C:\Program Files\dotnet\sdk\9.0.307\MSBuild.dll" exists and can be run.

Works fine with previous SDK 9.0.306.

Any fix?

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 12 Nov 2025, 08:10 AM

Hello René,

Thank you for raising the issue. It is already known and elaborated in the threads below:

Indeed, adding a global.json file specifying 9.0.306 as a .NET SDK version fixes the problem:

{
  "sdk": {
    "version": "9.0.306",
    "rollForward": "disable"
  }
}

Another solution found by a Telerik user is to use TELERIK_LICENSE_PATH. We haven't tested it, though. Please check the article Adding the License Key to CI/CD Services for details.

Our developers will investigate further and hopefully fix it with the next Telerik.Licensing version.

Regards,
Todor
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Licensing Report Designer - Web
Asked by
René
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Todor
Telerik team
Share this question
or