Tag: windows
-
Angular: main.ts is missing from the typescript compilation
—
in GeneralAfter 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…
-
Quickly connect to a VPN on Windows 10 (revisited)
—
in GeneralUpdate (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…
-
Solved occasional VPN RAS error 812
—
in GeneralI 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…
-
SVN Commit failed, access forbidden
—
in GeneralYesterday I had to commit a project to a fresh and new repository on a Subversion server (VisualSVN Server). So I checked out an (empty) working copy, inserted the files, and committed. The files were added, but immediately after that, TortoiseSVN complained: commit failed (details follow): access to ‘/svn/(RepoName)/!svn/act/(someguid)’ forbidden.’ Errr… what? So I verified…