PS: English version is at the bottom. Bu hata mesajı ile ilk karşılaştığınızda biraz afallayabilir, hatta panik olabilirsiniz. Önceki view işleminde açık kalan uygulama var ise kapatıp tekrar deneyiniz. Kestrel yerine IIS Express ile çalıştırmak da sorunun yaşanmasını önleyebilir. — ENGLISH: When you first encounter this error message, you may be a little stunned or […]
Compiler Error CS0411 The type arguments for method ‘method’ cannot be inferred from the usage. Try specifying the type arguments explicitly.
PS: English version is at the bottom. The type arguments for method ‘IModelExpressionProvider.CreateModelExpression<TModel, TValue>(ViewDataDictionary<TModel>, Expression<Func<TModel, TValue>>)’ cannot be inferred from the usage. Try specifying the type arguments explicitly. Hata 3 tane gorunuyor. Ne bir satır numarası var ne bir başka detay. Sadece hatanın hangi ekranda olduğunu gösteriyor. Ama çift tıklıyorum her hangi bir satıra da […]
File does not exist
Nowadays, I’m working on my CMS project called Weblebici CMS. I aimed to create very simple and lightweight CMS web application. But this is not the subject of this article. Last night I created a simple default template but later I began to see some weird exception on my log. It was weird because there […]
Unable to start debugging on the web server
Just enable “Integrated Windows authentication” of your IIS web application If this is not working try to re-register your .NET framework with aspnet_regiis.exe Happy coding.