Aylık Arşiv: Haziran 2017


Derinlemesine yazılım eğitimleri için kanalımı takip edebilirsiniz...
0

System.ArgumentException: ‘Cannot Call Action Method ‘System.Collections.Generic.List`1[A] X[A](System.Func`2[A,System.Boolean])’ On Controller ‘XXX’ Because The Action Method Is a Generic Method.’ Hatası ve Çözümü

Merhaba, Asp.NET MVC mimarisinde projenizi inşa ederken, oluşturulan adreslerin şablonlarını RouteConfig.cs dosyası yerine Route Attribute özelliğini kullanarak yapmayı tercih ettiğiniz durumda sizi karşılayacak olan olası bir hata üzerine konuşuyor olacağız. Bu olası hata, “olası”...

8

‘LINQ to Entities Does Not Recognize The Method ‘Int32 ToInt32(System.Object)’ Method, And This Method Cannot Be Translated Unto A Store Expression.’ Hatası ve Çözümü

Merhaba, Projelerimizde kullandığımız ve bizlere Entity Data Modeller üzerinde hızlı bir şekilde sorgulama imkanı sağlayan LINQ sorguları üzerinde başlıkta da gördüğünüz gibi aşağıdaki olası hatayı alabilirsiniz. System.NotSupportedException: ‘LINQ to Entities does not recognize the...

4

The SMTP Server Requires a Secure Connection or The Client Was Not Authenticated. The Server Response Was: 5.5.1 Authentication Required. Learn More At Hatası ve Çözümü

Merhaba, Asp.NET yahut Asp.NET MVC projelerinde gmail üzerinden yaptığınız mail işlemlerinde aşağıdaki hatayı alabilirsiniz. The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required....