LinqPad–“cannot access a non-static member… via nested type 'UserQuery.SqlStorageDal'” 18. September 2015 BillKrat HeadBanger, LinqPad (0) The actual complete LinqPad error follows: “Cannot access a non-static member of outer type 'System.Data.Entity.DbContext' via nested type 'UserQuery.SqlStorageDal'” This occurs when you attempt to access the data context tables or commands (such as SaveChanges) from within classes; it only appears... [More]
BlogEngine.Net “Update Failed” 6. September 2015 admin HeadBanger (0) I upgraded to the latest version of BlogEngine.Net and ran into an “Update Failed” message, this after everything worked perfectly on my local machine – it only occurred after I deployed. The odd part was I could create a new post, I just couldn’t update it and none of the administrative... [More]