SOLVED > C# Installer Project ERROR File ‘log4net.dll’ targeting … Build Process Cancelled

Solution to Target Platform errors using Visual Studio C# Installer, Setup, or Deployment build.
ERROR: File ‘log4net.dll’ targeting ‘AMD64’ is not compatible with the project’s target platform ‘x86’
WARNING: File ‘log4net.dll’ targeting ‘x64’ is not compatible with the project’s target platform ‘x86’ Read More

Java ZULU Builds of OpenJDK

Java Language Extensions in SQL Server 2019 by Prashanth Jayaram recommends downloading the Zulu Builds of OpenJDK. This is the Java release installed by the Microsoft SQL Server 2019 Setup. We originally set this up to run on our SQLExpress edition, but later changed to the developer edition as we are developing application triggers to… Read More

Practical Java Programming For IOT, AI, and BLOCKCHAIN – Part 1 – Set up

Practical java Programming For IOT, AI, AND BLOCKCHAIN, Dr. Perry Xiao, John Wiley & Sons, Inc., Copyright 2019, ISBN 978-1-119-56001-2. $40 US / $48 CA. I just bought this book (28-Sep-2020). The content is more intriguing than the traditional approach to “programming for the sake of programming” and at first glance provides a sufficient level… Read More

Object-Oriented Tcl: TclOO, [incr Tcl], [incr Tk], [incr Widgets]

[incr Tcl] provides object-oriented extensions to Tcl. For further reference visit: https://www.tcl.tk/man/tcl8.6/ItclCmd/itcl.htm The packages required are available as part of MagicSplat’s binary distributions of Tcl/Tk for Windows. Visit magicsplat.com for more information. name: itcl — object-oriented extensions to Tcl package require Itcl Returns version 4.2.0 TclOO – Object-Oriented Tcl package require TclOO Returns version 1.1.0