SORU
5 Kasım 2010, Cuma


Nasıl alanlarda ortak bir _ViewStart kullanırım?

Benim "" görünüm klasör, ben aşağıdaki kod ile bir _ViewStart . kök

@Code
    Layout = "~/Views/Shared/_Layout.vbhtml"
End COde

Benim Alan/Ortak/kök görünümlerinden benim _ViewStart bir kopyası var klasör klasör Görünümleri.

Ama ben kodu çalıştırdığınızda, bu hata alıyorum:

Unable to cast object of type 'ASP._ViewStart_vbhtml' to type 'System.Web.WebPages.StartPage'.

Neyi yanlış yapıyorum bilmiyorum?

Benim alanlar için 5* *bir kullanabilir miyim?

Nasıl Alanlarda _ViewStart.vbhtml kullanabilir miyim?

CEVAP
5 Kasım 2010, Cuma


~\Views\Web.config dosya (ya da en azından aşağıdaki yapılandırma öğelerini) Bölgenin Görünümü Web içine kopyalamanız gerekir.Config:

<configSections>
  <sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
    <section name="host" type="System.Web.WebPages.Razor.Configuration.HostSection, System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
    <section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorPagesSection, System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
  </sectionGroup>
</configSections>

<system.web.webPages.razor>
  <host factoryType="System.Web.Mvc.MvcWebRazorHostFactory, System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
  <pages pageBaseType="System.Web.Mvc.WebViewPage">
    <namespaces>
      <add namespace="System.Web.Mvc" />
      <add namespace="System.Web.Mvc.Ajax" />
      <add namespace="System.Web.Mvc.Html" />
      <add namespace="System.Web.Routing" />
    </namespaces>
  </pages>
</system.web.webPages.razor>

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • Capcom Unity

    Capcom Unity

    5 NİSAN 2010
  • Juan Carlos Candela Bordera

    Juan Carlos

    4 Mart 2009
  • SunsetTrance

    SunsetTrance

    20 EYLÜL 2008