Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0117: “Resources.GlobalResource”并不包含“mRequired”的定义

Source Error:


Line 197:                        currentTextBox = $(this).find(".myTextBox")
Line 198:                        if (typeof(currentTd.attr("isrequired"))!="undefined" && $.trim(currentTextBox.val()) == "") {
Line 199:                            currentTd.find(".errorTips").html("@(Resources.GlobalResource.mRequired)");
Line 200:                            canSubmit = canSubmit + "0";
Line 201:                        }

Source File: f:\vhost\webroot\longseed\web\Views\Message\Message.cshtml    Line: 199






Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.3928.0