-
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 […]
-
Hosting WCF services in IIS: Fix URLs of WSDL files that include internal domain or machine names
If you host your WCF service in the IIS web server and have the problem, that the URLs of the WSDL files contain internal domain names (or your machine names) that cannot be resolved by the clients when trying to consume the service you will find three possible options to resolve this issue in this […]
-
DotNetNuke: Workaround for “Validation of viewstate MAC failed” exception when using the DNN 7 login form in multiple tabs
As I’ve written in one of my previous posts, I found out that one gets a “Validation of viewstate MAC failed” exception when submitting a DNN login form and the login status has changed from “not logged in” to “logged in” after the login form initially was loaded (e.g. by using an addition browser tab […]