Message in Dutch (Nederlands)

Als u JIT-foutopsporing wilt inschakelen, moet in het configuratiebestand voor deze toepassing of computer (machine.config) de waarde jitDebugging in het gedeelte system.windows.forms zijn ingesteld. De toepassing moet ook zijn gecompileerd terwijl foutopsporing was ingeschakeld. Bijvoorbeeld:<configuration> <system.windows.forms jitdebugging="true"></system.windows.forms></configuration>Wanneer JIT-foutopsporing is ingeschakeld, worden onverwerkte uitzonderingen verzonden naar de JIT-foutopsporing die is geregistreerd op de computer in plaats van dat deze worden verwerkt door dit dialoogvenster.

Unlocalized message

To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example:<configuration> <system.windows.forms jitdebugging="true"></system.windows.forms></configuration>When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.

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