Message in German (Deutsch)

Der Quellcode, der die unverarbeitete Ausnahme verursacht hat, kann nur angezeigt werden, wenn im Debugmodus kompiliert wird. Um dies zu aktivieren, müssen Sie einen der folgenden Schritte ausführen und den URL neu anfordern:1) Fügen Sie eine 'Debug=true'-Direktive am Anfang der Datei hinzu, die den Fehler generiert hat. Beispiel: <%@ Page Language='C#' Debug='true' %>oder:2) Fügen Sie der Konfigurationsdatei Ihrer Anwendung folgenden Konfigurationsabschnitt hinzu:<configuration> <system.web> <compilation debug="true"></compilation> </system.web></configuration>Hinweis: Die zweite Option hat zur Folge, das alle Dateien in der Anwendung im Debugmodus kompiliert werden. Mit der ersten Option wird nur die angegebene Datei im Debugmodus kompiliert. Wichtig: Das Ausführen von Anwendungen im Debugmodus belegt zusätzlichen Arbeitsspeicher. Stellen Sie daher sicher, dass das Debuggen für eine Anwendung deaktiviert wird, bevor sie in die Produktion weitergegeben wird.

Unlocalized message

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:1. Add a "Debug=true" directive at the top of the file that generated the error. Example:<var>X</var> <%@ Page Language="C#" Debug="true" %><var>Y</var>or:2) Add the following section to the configuration file of your application:<var>Z</var><configuration> <system.web> <compilation debug="true"></compilation> </system.web></configuration><var>A</var> Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode. Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Search by Google
Available localized messages
Czech (Čeština) Dutch (Nederlands) Finnish (suomi) Greek (Ελληνικά) Hungarian (magyar) Italian (Italiano) Japanese (日本語) French (Français) Korean (한국어) Prior (Message) Norwegian (Bokmal) (Norsk (Bokmål)) Chinese (Traditional) (中文(繁體)) Chinese (Simplified) (中文(简体)) Russian (Русский) Spanish (Español) Turkish (Türkçe) Swedish (Svenska) Polish (Polski) Next (Message) Portuguese (Brazil) (Português (Brasil)) Portuguese (Portugal) (Português (Portugal)) Hebrew (עברית) Chinese (Traditional) (中文(繁體)) Chinese (Simplified) (中文(简体)) Arabic (العربية) Danish (Dansk)