Does not implement inherited abstract member 'HttpContent.SerializeToStreamAsync(Stream, TransportContext) 30. October 2016 BillKrat Salesforce, HeadBanger (0) So what is wrong with the following code? It should compile, I’ve seen identical code on an internet blog suggesting it should work. I delete the offending method SerializationToStreamAsync and have Visual Studio generate it from the interface – it produces the same issue. It should work – bu... [More]
Universal Windows: ResourceMap Not Found / How to programmatically retrieve resources with properties 22. February 2016 BillKrat HeadBanger, Localization (0) This adventure cost me a few hours of my life… This occurred when I tried to programmatically get a [More]
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]
ASP.NET MVC - how to get config.json settings (beta7) 15. September 2015 BillKrat AppSettings, HeadBanger (0) This adventure involves creating an IAppSettings implementation that can survive versioning changes [More]
ASP.NET MVC - The design time host build failed with the following error... 10. September 2015 BillKrat HeadBanger, MVC Build (0) There is a finite number of steps one case take to troubleshoot build errors - in this adventure we [More]