> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/it/knowledge-base/troubleshooting-articles/microsoft-.net-runtime-update-causes-remote-desktop-manager-to-crash.md).

# L'aggiornamento del runtime Microsoft .net provoca l'arresto anomalo di Remote Desktop Manager

Il runtime Microsoft .NET può essere aggiornato silenziosamente in background da Windows Update mentre Remote Desktop Manager è in esecuzione. In determinate situazioni, ciò può causare arresti anomali imprevisti dell'applicazione.

Questo comportamento è un [problema noto segnalato a Microsoft](https://github.com/dotnet/runtime/issues/60144). Al momento della stesura di questo documento, non è stata rilasciata alcuna correzione ufficiale. Il problema si verifica generalmente a seguito di un aggiornamento di sicurezza minore del runtime .NET (ad esempio, un aggiornamento da .NET 8.0.7 a .NET 8.0.8).

Attualmente, l'unica soluzione alternativa disponibile è riavviare Remote Desktop Manager se si verifica l'arresto anomalo.

### Analisi dettagliata

Applicazioni come Remote Desktop Manager possono subire arresti anomali durante gli aggiornamenti del runtime .NET distribuiti tramite Windows Update. Ciò accade perché il processo di aggiornamento rimuove la versione precedente del runtime che l'applicazione sta utilizzando. Quando l'applicazione tenta di caricare un nuovo assembly dopo che il runtime è stato aggiornato in background, l'operazione non riesce perché i file necessari sono stati rimossi.

Quando si aggiorna manualmente il runtime .NET utilizzando il programma di installazione, la versione precedente del runtime generalmente non viene eliminata immediatamente. Ciò evita il problema degli assembly mancanti, poiché l'applicazione può ancora accedere ai file necessari della versione precedente. Tuttavia, quando l'aggiornamento viene eseguito tramite Windows Update, la versione precedente del runtime viene rimossa, causando potenziali arresti anomali.

{% hint style="info" %}
Per un'analisi dettagliata completa di questo problema, consulti [questo commento](https://github.com/dotnet/runtime/issues/60144#issuecomment-2289137821) nel relativo problema su GitHub.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/it/knowledge-base/troubleshooting-articles/microsoft-.net-runtime-update-causes-remote-desktop-manager-to-crash.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
