Antrium A35D

Bir sonraki için en iyisini yap...

Arama Sonuçları : error

DNS using Cloudflare Fix “Too many redirects” error after enabling Cloudflare Proxy

DNS using Cloudflare Fix “Too many redirects” error after enabling Cloudflare Proxy

The solution was to go in the SSL/TLS settings on that domain on Cloudflare, and switch the encryption mode from Flexible (the default) to Full.

Devamı →

web.config error statusCode

 WEB CONFIG DOSYASINA EKLİYORUZ;
 


   <system.webServer>
        <httpErrors errorMode="Custom"  existingResponse="Replace">         
            <error statusCode="404" path="/" responseMode="Redirect"/> 
        </httpErrors>
    </system.webServer>

 

Devamı →
LINQ to Entities does not recognize the method ' ' method, and this method cannot be translated into a store expression

LINQ to Entities does not recognize the method ' ' method, and this method cannot be translated into a store expression

LINQ to Entities does not recognize the method ' ' method, and this method cannot be translated into a store expression hatası Linq sorgusunda değişken bazlı kullanmanız gerektiğini bildirir.

Hata alan kodumuz;


Where(p => p.pid == dty.pid && p.kat == kt2[katIndex + 1].konu

Hatayı çözmek için ;

Devamı →

Uncaught ReferenceError: $ is not defined at

Uncaught ReferenceError: $ is not defined at hatası alıyorsanız olası sorunun çözümü aşağıdaki gibidir.

Devamı →

.core hatayı Detaylı Göstemek, .core detailed error

.core hatayı Detaylı Göstemek için aşağıdaki kodu kullanıyoruz.

Devamı →

Syntax error at: OPTIMIZE_FOR_SEQUENTIAL_KEY

Make sure the target platform of your database project is SQL Server 2019 or later (including Azure SQL Database), where the OPTIMIZE_FOR_SEQUENTIAL_KEY option was introduced. The syntax is not allowed in earlier versions.

ÇÖZÜM : 

Devamı →
Hüseyin ÖZKAN Yazılım Uzmanı

C#,MVC,MSSQL,Windows Forms