Shift key stops working for Remote Desktop 9. December 2017 BillKrat HeadBanger, MAC (0) Parallels is an excellent program for using an IMac for both Apple and PC development (more below), the only issue I encountered to date is that when I remote into my Slate [to develop in Visual Studio 2017] I lost the shift key functionality. Oddly the CAPS lock key worked but this was not a practi... [More]
TDD - System.AggregateException : One or more errors occurred. 2. November 2016 BillKrat TDD, Resharper, HeadBanger (0) The context of this blog is all unit test failing in Resharper… My environment is Visual Studio 2015 Update 3 using Resharper Ultimate. I see the following message before the system starts shutting down and failing all unit test I then see the following dialog box The clue to resolving thi... [More]
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]
Salesforce and Eclipse… arghhhh!! 18. September 2016 BillKrat Salesforce (0) Salesforce rocks, I took their Trailhead beginner and intermediate developer courses at http://developer.salesforce.com and was very, very impressed. It combined my experience of ASP.NET MVC, SQL, C#, and Visual Foxpro (data integrated with environment) and combined it into one very powerful p... [More]
ASP.NET MVC–ASPNET_ENV not working 14. October 2015 BillKrat MVC VNext (0) It is recommended that you familiarize yourself with Working with Multiple Environments, it is a comprehensive article that goes into detail on how to configure your application for Development, Staging, and Production. One of the first things I encountered was that the launchSettings.j... [More]