当前上下文主目录/索引中不存在Azure对象

问题描述

在编译处理该请求所需的资源期间发生错误。请查看以下特定的错误详细信息,并适当地修改您的源代码

/home/site/wwwroot/Views/Home/Index.cshtml

The name 'localizer' does not exist in the current context
+
        <h1 class="display-4">@Html.Raw(""[email protected]("Welcome")+"")</h1>
The name 'localizer' does not exist in the current context
+
            <input type="text" class="form-control" placeholder="@localizer.Get("Search") @localizer.Get("Client").ToLower()">
The name 'localizer' does not exist in the current context
+
            <input type="text" class="form-control" placeholder="@localizer.Get("Search") @localizer.Get("Client").ToLower()">
The name 'localizer' does not exist in the current context
+
            @Html.Raw(""[email protected]("Specific")+"")</button>
The name 'localizer' does not exist in the current context
+
            @Html.Raw(""[email protected]("Others")+"")</button>
The name 'localizer' does not exist in the current context
+
<h3>@localizer.Get("General")</h3>
The name 'localizer' does not exist in the current context
+
<h3>@localizer.Get("Specific")</h3>
The name 'localizer' does not exist in the current context
+
<h3>@localizer.Get("Others")</h3>
_ViewImports.cshtml中使用的

本地化程序 '' @inject weblogint2.Resources.CommonLocalization本地化器

我也曾尝试将其放在“首页/索引”上,但遇到同样的问题。

在localhost上运行时,它可以正常工作。是什么引起了问题。

''''

#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Home_Index),@"mvc.1.0.view",@"/Views/Home/Index.cshtml")]
namespace AspNetCore
{
    #line hidden
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Threading.Tasks;
    using Microsoft.AspNetCore.Mvc;
    using Microsoft.AspNetCore.Mvc.Rendering;
    using Microsoft.AspNetCore.Mvc.ViewFeatures;
    [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1",@"4e57af940c7d6ad36f83f153e6981200ed9e3f2e",@"/Views/Home/Index.cshtml")]
    public class Views_Home_Index : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
    {
        private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_0 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("src",new global::Microsoft.AspNetCore.Html.HtmlString("~/lib/jquery/dist/jquery.js"),global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
        private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_1 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("href",new global::Microsoft.AspNetCore.Html.HtmlString("~/css/tabs.css"),global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
        private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_2 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("rel",new global::Microsoft.AspNetCore.Html.HtmlString("stylesheet"),global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
        private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_3 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("src",new global::Microsoft.AspNetCore.Html.HtmlString("~/jqgrid2016/jquery.jqgrid.min.js"),global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
        private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_4 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("src",new global::Microsoft.AspNetCore.Html.HtmlString("~/jqgrid2016/globalize.js"),global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
        private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_5 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("href",new global::Microsoft.AspNetCore.Html.HtmlString("~/jqgrid2016/ui.jqgrid-bootstrap.css"),global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
        private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_6 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("href",new global::Microsoft.AspNetCore.Html.HtmlString("~/jqgrid2016/ui.jqgrid.css"),global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
        private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_7 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("href",new global::Microsoft.AspNetCore.Html.HtmlString("~/jqgrid2016/ui.jqgrid-bootstrap-ui.css"),global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
        private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_8 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("src",new global::Microsoft.AspNetCore.Html.HtmlString("~/js/main.js"),global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
        private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_9 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("src",new global::Microsoft.AspNetCore.Html.HtmlString("~/js/client.js"),global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
        #line hidden
        #pragma warning disable 0649
        private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext __tagHelperExecutionContext;
        #pragma warning restore 0649
        private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner __tagHelperRunner = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner();
        #pragma warning disable 0169
        private string __tagHelperStringValueBuffer;
        #pragma warning restore 0169
        private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __backed__tagHelperScopeManager = null;
        private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __tagHelperScopeManager
        {
            get
            {
                if (__backed__tagHelperScopeManager == null)
                {
                    __backed__tagHelperScopeManager = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager(StartTagHelperWritingScope,EndTagHelperWritingScope);
                }
                return __backed__tagHelperScopeManager;
            }
        }
        private global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper;
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#nullable restore
#line 1 "/home/site/wwwroot/Views/Home/Index.cshtml"
  
    ViewData["Title"] = "Home Page";


#line default
#line hidden
#nullable disable
            WriteLiteral("\r\n<div");
            BeginWriteAttribute("class"," class=\"",150,"\"",158,0);
            EndWriteAttribute();
            WriteLiteral(">\r\n    <div class=\"text-center\">\r\n        <h1 class=\"display-4\">");
#nullable restore


#line 9 "/home/site/wwwroot/Views/Home/Index.cshtml"
                         Write(Html.Raw(""[email protected]("Welcome")+""));

'''

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)