This is the seventh part of the Availability Anywhere series. For your convenience you can find other parts in the table of contents in Part 1 – Connecting to SSH tunnel automatically in Windows Multiple configuration tasks require you to open Group Policy Editor and do something. However, there is no gpedit.msc in Windows Home … Continue reading Availability Anywhere Part 7 — gpedit.msc on Windows Home
Month: June 2020
Availability Anywhere Part 6 — Task scheduler not running on next run date on Windows Home edition
This is the sixth part of the Availability Anywhere series. For your convenience you can find other parts in the table of contents in Part 1 – Connecting to SSH tunnel automatically in Windows There is some bug with Task Scheduler not running the task on the next run date, similar to this question. In … Continue reading Availability Anywhere Part 6 — Task scheduler not running on next run date on Windows Home edition
DotNetBrowser and invalid external method call
Recently I was debugging the issue with DotNetBrowser and external call from JavaScript. I had the following: So I configure the browser and then set external object to handle callback. The callback is a method accepting two integers. It was called using this JS code: It worked correctly on multiple machines for over a year. … Continue reading DotNetBrowser and invalid external method call
.NET Inside Out Part 18 — Handling StackOverflowException with custom CLR host
This is the eighteenth part of the .NET Inside Out series. For your convenience you can find other parts in the table of contents in Part 1 – Virtual and non-virtual calls in C# We saw in Part 8 — Handling Stack Overflow Exception in C# with VEH how to handle SOE in C#. Obviously, … Continue reading .NET Inside Out Part 18 — Handling StackOverflowException with custom CLR host