Post Tagged with: "Error"

Git Failed With A Fatal Error To Clone / Checkout Repository
General

Git Failed With A Fatal Error To Clone / Checkout Repository

When you use Git or GitHub, you may get one of the errors / warnings which have been written at the below, while clone or checkout repository. If you get […]

RabbitMQ Nedir ve Nasıl Kurulur?
Visual C# (.NET)

RabbitMQ Nedir ve Nasıl Kurulur?

RabbitMQ Nedir? RabbitMQ mesaj kuyruğu (message queue) sistemidir. Yazdığımız programımız üzerinden yapılacak asenkron (asynchronous) işlemleri sıraya koyup, bunları sırayla kuyruktan çekip gerçekleyerek ilerleyen ölçeklenebilir ve performanslı bir sistemdir. RabbitMQ kullanımına […]

system.web.httpexception: The GridView ‘NameOfGridView’ fired event RowDeleting which wasn’t handled
Visual C# (.NET)

system.web.httpexception: The GridView ‘NameOfGridView’ fired event RowDeleting which wasn’t handled

If you get the “system.web.httpexception: The GridView ‘NameOfGridView’ fired event RowDeleting which wasn’t handled” error: If you have a DELETE button, or whatever button which “CommandName“s property is “DELETE” in […]

Too many characters in character literal
Visual C# (.NET)

Too many characters in character literal

“Too many characters in character literal” hatası: .NET, aspx tarafında ve .cs tarafında tek tırnak (‘) işaretinden hoşlanmıyor. Bazı nadir durumlar için .cs tarafında kısıtlı izin veriyor. Anatomik olarak incelersek, […]

SQL Server 2008 “Saving Changes Is Not Permitted” warning’s solution
SQL Server

SQL Server 2008 “Saving Changes Is Not Permitted” warning’s solution

“Saving changes is not permitted. The changes you have made require the following tables to be dropped and re-created. You have either made changes to a table that can’t be […]

SQL Server 2008 Setup Error Code 0X84B40000
SQL Server

SQL Server 2008 Setup Error Code 0X84B40000

Setup has encountered the following error: ‘LandingPage’ is not a valid value for setting ‘ACTION’. Refer to Help for more information. Error code 0X84B40000. If your operating system’s language is […]