-
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 […]
-
Windows: Command line utility to get a list of all users in an active directory group
You can easily get a list of all users that are member of a specific active directory group with the following command: net group /domain [GROUP-NAME] Hope this helps somebody…
-
XenServer 5.6: Add /var/log/btmp to logrotate
Warning: Since a large /var/log/btmp could indicate that somebody is running brute force attacks against your system, you should at least think about changing the ssh port or setting up tools like DenyHosts or Fail2Ban (see here for more information about preventing ssh brute force attacks). By default logrotate seems not be configured for the […]
-
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 […]