Error Oracle เวลาแสดงผลใน Visual Studio ได้ แต่พอขึ้นหน้าเว็บจะ Error Could not load file or assembly ‘Oracle.DataAccess…
Could not load file or assembly ‘Oracle.DataAccess, Version=4.112.3.0, Culture=neutral, PublicKeyToken=89b483f429c47342’ or one of its dependencies. The system cannot find the file specified. วิธีแก้
DevExpress : ASPxGridview Hide Command Column by ASPxGridView.CustomButtonInitialize Event
protected void ASPxGridView1_CommandButtonInitialize(object sender, ASPxGridViewCommandButtonEventArgs e) { if (e.VisibleIndex == -1) return; switch (e.ButtonType) { case ColumnCommandButtonType.Edit: e.Visible = EditButtonVisibleCriteria((ASPxGridView)sender, e.VisibleIndex); break; case ColumnCommandButtonType.Delete: e.Visible = DeleteButtonVisibleCriteria((ASPxGridView)sender, e.VisibleIndex); break; }…
Error: The wait operation timed out เวลา Query ด้วย SQL Command
Error: The wait operation timed out เวลา Query ด้วย SQL Command แก้โดยเพิ่ม Timeout ตอนสั่ง Query เพิ่ม
MacBook Pro Ratina ลง Windows 8.1 ใน BootCamp แล้วไม่ผ่าน
MacBook Pro Ratina ลง Windows 8.1 ใน BootCamp แล้วไม่ผ่าน เมื่อถึงหน้าที่ Install windows 8.1 เมื่อลบพาติชั่นแล้วเตรียมลงวินโดวส์ลงไป 100% จะพบ Error Windows could not update the computer’s boot configuration. Installation cannot proceed. มีวิธีแก้ดังนี้ 1. ลบ Partition…
