Message in Chinese (Simplified) (中文(简体))

生成此未处理异常的源代码只能在调试模式中进行编译时显示。若要启用该功能,请执行以下步骤之一,然后请求 URL: 1. 在生成错误的文件的顶部添加一个“Debug=true”指令。示例: <%@ Page Language="C#" Debug="true" %>或者: 2. 将以下节添加到应用程序的配置文件中:<configuration> <system.web> <compilation debug="true"></compilation> </system.web></configuration>请注意,第二种方法将使给定应用程序中的所有文件在调试模式下进行编译。第一种方法只使特定文件在调试模式下进行编译。 重要事项:以调试模式运行应用程序肯定会引起内存/性能系统开销。在部署到产品方案中之前,应该确保应用程序已禁用调试。

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) German (Deutsch) Italian (Italiano) Japanese (日本語) French (Français) Prior (Message) Korean (한국어) Norwegian (Bokmal) (Norsk (Bokmål)) Chinese (Traditional) (中文(繁體)) 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)