Antrium A35D

Bir sonraki için en iyisini yap...

MVC

Update-Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform -r

Update-Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform -r

Devamı →

Baş belası hata : Cannot use a leading .. to exit above the top directory

Öncelik bu hata internette pek yok. Çözümü ise ikinci bir dll kullanmak.

Web config dosyasına;
 <configSections>
    <section name="rewriter" requirePermission="false" type="Intelligencia.UrlRewriter.Configuration.RewriterConfigurationSectionHandler, Intelligencia.UrlRewriter"/>
  </configSections>

Devamı →

Keyword not supported: 'multiple active result sets'.

Keyword not supported: 'multiple active result sets'.
Sorun Visual studio 2022 de DB şeması yenile yapınca olmakta.

Çözümü ise;

 

Devamı →

RazorHtmlMinifier.Mvc5. - Razor Html Minifier Mvc - Razor Html Sıkıştırıcı Mvc

RazorHtmlMinifier.Mvc5.1.3.0 Html Sıkıştırma aracı aşağıdaki linkten indirebilirsiniz veya Visual Studio dan nuget packages bölümünü kullanabilirsiniz.

https://www.nuget.org/packages/RazorHtmlMinifier.Mvc5/

kullanımı şu şekildedir.

Devamı →

Could not load type 'System.Data.Entity.Design.AspNet.EntityDesignerBuildProvider'

Sorunun Çözümü için Webconfig Dosyasında eklenmesi gereken kodlar var.

Devamı →