> 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/de/knowledge-base/troubleshooting-articles/microsoft-.net-runtime-update-causes-remote-desktop-manager-to-crash.md).

# Microsoft .net Runtime-Update führt zum Abstürzen von Remote Desktop Manager

Die Microsoft .NET-Runtime kann von Windows Update im Hintergrund still aktualisiert werden, während Remote Desktop Manager läuft. In bestimmten Situationen kann dies zu unerwarteten Anwendungsabstürzen führen.

Dieses Verhalten ist ein [bekanntes, an Microsoft gemeldetes Problem](https://github.com/dotnet/runtime/issues/60144). Zum Zeitpunkt der Erstellung dieses Artikels wurde keine offizielle Lösung veröffentlicht. Das Problem tritt typischerweise nach einem kleineren Sicherheitsupdate der .NET-Runtime auf (zum Beispiel bei einem Update von .NET 8.0.7 auf .NET 8.0.8).

Derzeit besteht die einzige verfügbare Problemumgehung darin, Remote Desktop Manager neu zu starten, wenn der Absturz auftritt.

### Detaillierte Analyse

Bei Anwendungen wie Remote Desktop Manager können während .NET-Runtime-Updates, die über Windows Update ausgeliefert werden, Abstürze auftreten. Dies geschieht, weil der Updateprozess die vorherige Version der Runtime entfernt, die die Anwendung gerade verwendet. Wenn die Anwendung versucht, ein neues Assembly zu laden, nachdem die Runtime im Hintergrund aktualisiert wurde, schlägt dies fehl, da die erforderlichen Dateien entfernt wurden.

Bei einer manuellen Aktualisierung der .NET-Runtime über das Installationsprogramm wird die ältere Version der Runtime in der Regel nicht sofort gelöscht. Dadurch wird das Problem fehlender Assemblies verhindert, da die Anwendung weiterhin auf die erforderlichen Dateien der vorherigen Version zugreifen kann. Wird das Update jedoch über Windows Update durchgeführt, wird die ältere Runtime-Version entfernt, was zu möglichen Abstürzen führt.

{% hint style="info" %}
Eine vollständige detaillierte Analyse dieses Problems finden Sie in [diesem Kommentar](https://github.com/dotnet/runtime/issues/60144#issuecomment-2289137821) zum zugehörigen GitHub-Issue.
{% 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/de/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.
