> 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/troubleshooting.md).

# Fehlerbehebung

### Problem 1

Meine zugeordneten Netzlaufwerke sind nicht verfügbar, wenn ich Remote Desktop Manager mit "Als Administrator ausführen" starte.

#### Lösung

Dies liegt an der Benutzerkontensteuerung (UAC), einer integrierten Sicherheitsebene von Windows. Effektiv werden Sie als anderer Benutzer mit anderen Einstellungen betrachtet, wobei die zugeordneten Netzlaufwerke eine solche Einstellung sind.

Um die gleichen zugeordneten Laufwerke zu erhalten, haben Sie mehrere Möglichkeiten:

1. Erstellen Sie über eine Eingabeaufforderung mit erhöhten Rechten die gleichen zugeordneten Laufwerke mit dem Befehl NET USE {DRIVENAME} {SHARENAME} /PERSISTENT:YES neu.
2. Ändern Sie die Registry, um Verbindungen zwischen den Konten zu verknüpfen.

### Problem 2

Die Datei oder Assembly "system.enterpriseservices.wrapper.dll oder eine ihrer Abhängigkeiten" konnte nicht geladen werden. Das System kann den angegebenen Pfad nicht finden.

#### Lösung

Dieser Fehler ist auf eine beschädigte Installation von Microsofts .NET Framework zurückzuführen. Weitere Informationen zur Behebung dieses Problems finden Sie unter [Beschädigte Systemdatei](/rdm/de/knowledge-base/troubleshooting-articles/.net-corrupted-system-file.md).

### Problem 3

Die Mixed-Mode-Assembly wurde für Version 2.0.50727 der Laufzeit erstellt.

Dies sollte nur auf Maschinen mit Entwicklungsumgebungen auftreten oder wenn das .NET Framework mehrfach installiert/deinstalliert wurde.

#### Lösung

Suchen Sie in **RemoteDesktopManager.exe.cfg**, die sich im Installationsordner befindet, das startup-Element und fügen Sie das Attribut useLegacyV2RuntimeActivationPolicy hinzu.

Das Endergebnis sollte so aussehen:

`<startup useLegacyV2RuntimeActivationPolicy="true">`

### Problem 4

Einfügen ist in keinem Feld von Remote Desktop Manager möglich.

#### Lösung

Webroot SecureAnywhere AntiVirus kann das Problem aufgrund des Identity Protection-Moduls verursachen. Setzen Sie **remotedesktopmanager.exe** auf ***Allow***, und Sie können in der Anwendung wieder einfügen.

### Problem 5

Alle meine Sitzungen werden im eingebetteten und/oder externen Modus geöffnet.

#### Lösung

Dies kann unter ***Datei – Einstellungen – Benutzeroberfläche – Navigationsbereich – Standard-Verbindungsaktion*** geändert werden.


---

# 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/troubleshooting.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.
