• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Resolved .NET Toolkit dont work - "dotnet binary not specified"

Luiz_Gustavo

Basic Pleskian
Server operating system version
Ubuntu 22.04.2 LTS
Plesk version and microupdate number
18.0.50 Update 2
Hello,

I just intalled .NET Toolkit in a server with Plesk 18.0.50 Update 2 and Ubuntu 22.04.2 LTS.
After install the package, when click on extension this error appears "dotnet binary not specified".

I try to remove and reinstall but no success.

Could anyone help with this issue? I try to find solutions on Plesk KB but did no find it.
 
Hello @Peter Debik

Yesterday Plesk was updated to 18.0.51 but the issue persistis.
I removed and reinstall the .NET Toolkit extesion, no success.

OS: Ubuntu 22.04.2 LTS

Plesk Obsidian
Versão 18.0.51 last update 26/03/2023 22:20

Error:
--------------------
.NET Toolkit
dotnet binary not specified


Any ideas?
 
Are you using .NET toolkit 2.1.2? If not, could you try to update the extension, please? According to the records here it was fixed in that and rolled out along with 18.0.50 already. If the issue persists, please open a ticket with support so that an engineer can look onto your system and fix it directly on your system for you.
 
@Peter Debik

I am Plesk partner for years, but never use the support. I can´t use the ticket systems since the Key is from a Reseller (Me).
Are there any ticket system support for partners?

Thanks!

Luiz
 
As a partner you should have direct support access independent of specific servers. If you need assistance with that, please send me a PM with your email address and Plesk partner ID then I can go ask someone what the correct login is or how to proceed. The other option is to use the 30-day trial period of the subscription.
 
Thanks @Peter Debik

I received an awesome support from Plesk team, the solution is below.

1. Remove de .NET Toolkit

2. Manually remove the aspnet core packages with this commands:

dpkg -r aspnetcore-runtime-6.0
dpkg -r aspnetcore-targeting-pack-6.0
dpkg -r dotnet-runtime-6.0
dpkg -r dotnet-hostfxr-6.0
dpkg -r dotnet-host
dpkg -r dotnet-targeting-pack-6.0

3. Reinstall .NET Toolkit
 
Back
Top