Categorie: General

  • Angular: main.ts is missing from the typescript compilation

    Angular: main.ts is missing from the typescript compilation

    After upgrading an existing project from Angular 14 to 15 yesterday, the project would no longer run (with ng serve). The error message was rather confusing: Well, the file was obviously there and present in tsconfig(.app).json. Spent half a day googling and upgrading and downgrading packages to try and fix it to no avail. Even…

  • Modify the message of an unpushed commit with git (and not only the last)

    I am still learning my way around git, which I mostly use from within Visual Studio. Today I had to change a commit message because I noticed later that I had mentioned an incorrect ticket number. Fortunately I had not yet pushed the commits to origin. If you need to change the latest commit’s message,…

  • Outlook 2016 latest update clears POP mailbox

    I’m still investigating, but it appears as if Outlook 2016 is clearing my POP mailboxes, despite the accounts having been set to keep the mail for 14 days. This always worked flawlessly, but this morning (29 feb…) Outlook started deleting all emails after reception, not only those older than 14 days. Is it a coincidence…

  • Quickly connect to a VPN on Windows 10 (revisited)

    Quickly connect to a VPN on Windows 10 (revisited)

    Update (June ’17): it has taken more than 1,5 years since I posted this, but the Windows 10 “Creators Update” finally contains a Connect button right in the Network Connections flyout… 🙂 Earlier I wrote about a trick to make Windows 10 connect to a VPN with a single action (double-click) instead of three or…

  • Making TrueCrypt system favorite volumes stick in Windows 10

    In the last paragraph of Upgrading a TrueCrypt-protected system to Windows 10 I wrote simply that you should re-add your secondary volumes to the system favorite volumes to have them mounted automatically. That turned out to be a bit too simple. Despite adding my data volume to system favorites, upon (re)boot the volume would sometimes…

  • Quickly connect to a VPN on Windows 10

    All-in-all I am very happy with my upgrade from Windows 7 to 10. The procedure was smooth and almost (more on that later) everything still worked like a charm, out-of-the-box, despite having lots of not-so-obvious software on the machine. (Comes with the job as a developer, I guess.) However, one minor thing very soon annoyed…

  • Upgrading a TrueCrypt-protected system to Windows 10

    I have protected my (Windows 7) development computer’s system volume with Truecrypt and pre-boot authentication. To upgrade a system like this to Windows 10 when it is offered to you, is almost as easy as any other system, but you need to plan ahead! Here’s a really easy how-to.

  • First smiles with VS2015: clean solution folder

    I have recently installed Visual Studio 2015, which was released last week, and plan to have it replace my current Visual Studio 2013 in my day to day workflow as soon as possible. If the first project I migrated proves to be indicative of the smoothness of the procedure, I’m all good. A fairly large…

  • Removing “Synchronisation of shared folders” from the explorer folder context menu

    Recently, when right-clicking a folder in explorer (windows 7, office 2010), I noticed a new item “Shared folder synchronization” with a sharepoint icon in front of it. It probably started when modifying my office installation to include OneNote, which I left out during original install. It is a part of something called “sharepoint workspace”. It…

  • Solved occasional VPN RAS error 812

    I had the exact problem Roger describes: occasionally a disconnect of my VPN and then unable to reconnect, with error message 812: The connection was prevented because of a policy configured on your RAS/VPN server. Specifically, the authentication method used by the server to verify your username and password may not match the authentication method…