Message in Hebrew (עברית)

ניתן להציג את קוד המקור שהפיק חריג לא מטופל זה רק בעת ביצוע קומפילציה שלו במצב איתור באגים. כדי להפעיל זאת, נא בצע אחת או יותר מהפעולות הבאות, ולאחר מכן בקש את כתובת ה- URL:1. הוסף הוראת "Debug=true" בראש הקובץ שהפיק את השגיאה. דוגמה:<var>X</var> <%@ Page Language="C#" Debug="true" %><var>Y</var>or:2) הוסף את המקטע הבא לקובץ התצורה של היישום:<var>Z</var><configuration> <system.web> <compilation debug="true"></compilation> </system.web></configuration><var>A</var> שים לב שטכניקה שנייה זו תגרום לכל הקבצים ביישום נתון לעבור הידור במצב איתור באגים. הטכניקה הראשונה תגרום לביצוע הידור של הקובץ הזה בלבד במצב איתור באגים. חשוב: הפעלת יישום במצב איתור באגים גורמת לתקורת זיכרון/ביצועים. עליך לוודא שאיתור הבאגים ביישום מבוטל לפני כניסה לתסריט ייצור.

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) (中文(繁體)) Chinese (Simplified) (中文(简体)) Russian (Русский) Spanish (Español) Turkish (Türkçe) Swedish (Svenska) Next (Message) Polish (Polski) Portuguese (Brazil) (Português (Brasil)) Portuguese (Portugal) (Português (Portugal)) Chinese (Traditional) (中文(繁體)) Chinese (Simplified) (中文(简体)) Arabic (العربية) Danish (Dansk)