Stefan Goßner

After a long beta period the 64-bit version of Debug Diag 1.1 was made available for public download from Microsoft download center. The Debug Diagnostic Tool (DebugDiag) is designed to assist in troubleshooting issues such as hangs, slow performance, memory leaks or fragmentation, and crashes in any user-mode process. The tool includes additional debugging scripts […]

ASP.NET webservices use XML 1.0 which restricts the character set allowed to the following chars: [2]    Char    ::=    #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF] /* any Unicode character, excluding the surrogate blocks, FFFE, and FFFF. */ (Source: http://www.w3.org/TR/REC-xml/#charsets) As you can see several characters below 0x20 are not allowed with […]

A colleague (Patrick Heyde) recently contacted me on an interesting content deployment issue he had. His customer configured a content deployment job that only should deploy only the public part of his site collection. E.g. consider this setup: root  +– private         +– subsites  +– public         +– subsites  The job was configured to export the root site (you […]