Stay Tuned!

Subscribe to our newsletter to get our newest articles instantly!

Apps

How to Monitor the File History on Windows 8 and Windows 10

  • 14 June 2016
  • 0 Comments

Warning/Error message in Event Viewer Error – Unable to finish a backup cycle for configuration C:\Users\[user_login]\AppData\Local\Microsoft\Windows\FileHistory\Configuration\Config Warning – File was not backed up due to an error: C:\Users\[user_login]\AppData\Local\Microsoft\Outlook\[email protected] will attempt to back up the file at a later time. Warning – Unusual condition was encountered during scanning user libraries for changes and performing a backup of modified files for […]

Apps

How to Install the Cisco VPN Client on Microsoft Windows 10

  • 2 June 2016
  • 0 Comments

Challenge If you have a legacy Cisco VPN client, it is a bit tricky to install on Windows 10 machine. Solution Cisco VPN Client 32-bit – http://www.gleescape.com/wp-content/uploads/2014/09/vpn32bit.zip Cisco VPN Client 64-bit – http://www.gleescape.com/wp-content/uploads/2014/09/vpn64bit.zip Resources Cisco VPN Client on Windows 10 (Including build 1511) – This works! – http://itthatshouldjustwork.blogspot.com.au/2015/07/cisco-64-bit-vpn-client-on-windows-10.html Credits Photo by Mikhail Nilov: https://www.pexels.com/photo/light-man-people-woman-6963061/ [Note: Pageviews […]

Apps

How to Troubleshoot for Legacy App Running on AutoIt/Selenium

  • 3 May 2016
  • 0 Comments

As an app developer, jumping to troubleshoot and debug the testing development is very challenging. Findings Credits Photo by Cottonbro Studio: https://www.pexels.com/photo/cans-of-beer-in-the-production-line-5532666/ [Note: Pageviews – 2,118 – before migrated from the Dewalist Blog website on 09/08/2020]

Apps

Integration-Notes: Citrix ShareFile Application and Microsoft Office 365 on iPad

  • 15 April 2016
  • 0 Comments

Solution When opening up with Word/Excel app for advanced editing from ShareFile, the process is to copy a file and save either to OneDrive or any cloud drive as well as an iPad. The file needs to somehow be copied back to Citrix ShareFile manually. Credits Photo by Ketut Subiyanto: https://www.pexels.com/photo/happy-multiethnic-women-having-fun-while-using-gadgets-in-cafeteria-4350210/ [Note: Page views – […]

Apps

How to Troubleshoot for Compatibility Mode Issue on Legacy ASP.NET 2

Solution See this article on How to forcefully set compatibility mode off from the server side –  http://stackoverflow.com/questions/6546775/how-to-forcefully-set-ies-compatibility-mode-off-from-the-server-side Credits Photo by Cottonbro Studio: https://www.pexels.com/photo/person-using-a-smartphone-5082579/ [Note: Pageviews – 2,005 – before migrated from the Dewalist Blog website on 09/08/2020]

Dev-Notes: Exploring ASP.NET MVC

  • 30 March 2016
  • 0 Comments

Code First method build from scratch Make a backup of /Model files and /Migrations and delete xxx_Initial.cs one, delete all files under /Migrations, delete all tables in databaseORAlternatively run: Update-Database -TargetMigration $InitialDatabase to roll back to what it was Run enable-migations -Force in PM> Change the /Migrations/configuration.cs file with file below – notepad Run add-migration Initial in PM> Run […]

Apps

How to Access a Remote Machine via PowerShell

  • 15 March 2016
  • 0 Comments

Challenge The remote machine is running under Workgroup, not as a Domain. The software updates such as Adobe Acrobat needs to be updated manually due to the current standard user credential won’t let the system install it (UAC) and it required an Administrator account to log in and run. The administrator has to log on to every […]

Programming

Dev-Notes: Universal Windows Platform Development Series

Resources UWP 001 Series – Introduction – https://channel9.msdn.com/Series/Windows-10-development-for-absolute-beginners/UWP-001-Series-Introduction Credits Photo by Max DeRoin: https://www.pexels.com/photo/close-up-photography-of-black-and-green-computer-keyboard-keys-51415/ [Notes: Pageviews – 1,099 – before migrated from the Dewalist Blog website on 09/08/2020]