-
SVN & IIS HTTPS offloading reverse proxy: Fix “Server sent unexpected return value (502 Bad Gateway) in response to COPY request”
Recently, I faced the problem that a SVN server returned the error Server sent unexpected return value (502 Bad Gateway) in response to COPY request for … when trying to commit a SVN copy command. In the special scenario the SVN server is hidden behind a IIS that acts as HTTPS offloading reverse proxy (using […]
-
DotNetNuke: “Updating config Files: 07.02.00 Error!” when trying to upgrade DNN from 7.1.2 to 7.2.0
When I tried to upgrade my DNN environment from version 7.1.2 to version 7.2.0, the “Upgrade Status Report” always output the following error in step 5: Updating config Files: 07.02.00 Error! The error was also logged in the installer’s log file: 01/13/2014 13:48:25 [INFO] DotNetNuke.Services.Upgrade.Upgrade Start UpdateConfig:7.2.0 01/13/2014 13:48:25 [ERROR] DotNetNuke.Services.Upgrade.Upgrade Error: The node to […]
-
Visual Studio 2013: Stop debugging shuts down IIS Express
When creating my first ASP.NET Wep Application in Visual Studio 2013, I was confused about the fact that stop debugging automatically shuts down the IIS Express web server and I was not able to browse the application until I started debugging again. After some research I found the (debugger) option “Enable Edit and Continue” (Project […]
-
DotNetNuke: Digital Asset Management does not support folders containing more than 2 GB of data
The Digital Asset Management module in the current DotNetNuke version (7.1.2) does not support folders that contain more than 2 GB of data. In detail when trying to view the folder properties the following error occurs: Error: is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Arithmetic operation resulted in an overflow. —> System.OverflowException: Arithmetic operation resulted in an overflow. […]
-
DotNetNuke: Sub-Pages get lost when moving parent page with drag-and-drop
These days I found a (in my opinion very critical) bug in the DotNetNuke’s core module “Pages” when using the drag-and-drop functionality to rearrange the page structure. In detail, when moving a page that has sub-pages to a new parent page all sub-pages get lost. You can try out this problem in a fresh DotNetNuke […]
-
.NET 4: Fix “gacutil.exe does nothing” after copying gacutil.exe to another machine/server
If you copy the .NET 4 version of gacutil.exe (located in C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools) to another machine/server you might come across the issue, that executing gacutil.exe just seems to do nothing. To fix this problem, you need to copy the files gacutil.exe.config (also from C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools) and gacutlrc.dll […]