1 min

Kill processes in bulk mode

How to kill multiple Windows processes by exporting process IDs with PowerShell, bulk editing them using a multi-cursor editor, and running the resulting batch file with taskkill commands.

OS
1 min

NuGet: Update to an older version of a package

How to downgrade a NuGet package when Update-Package refuses to install an older version by uninstalling the current package and explicitly installing the required previous version.

Development
2 min

"Failure has occurred while loading a type."

Troubleshooting the .NET error 'Failure has occurred while loading a type' in a COM+ assembly, tracing it to stale registry permissions and resolving it by removing the problematic CLSID keys and running Visual Studio with administrative privileges.

Development
2 min

Lenovo ThinkPad W510 crashes and hangs up often

Personal experiences with stability problems on multiple Lenovo ThinkPad W510 notebooks, including freezes, standby wake failures, crashes, and possible links to input, graphics, and temperature.

Hardware
1 min

Get Keymaps for ReSharper running

How to get the Keymaps for ReSharper plugin working with ReSharper 5.1 by moving its DLL to the correct version-specific plugin directory.

Development
1 min

Hudson error: could not delete ..config.xml

How updating Hudson plugins resolved a config.xml deletion error that appeared after upgrading the Hudson CI server and changing job configurations.

Development
1 min

Searching the new FxCop-Release (10.0)

How to obtain and install a newer FxCop release from the Windows SDK for Windows 7 and .NET Framework 4 when the FxCop GUI update link is broken.

Development
1 min

Caching of toolbar names in ArcMap

Why ArcMap toolbar names can remain visible after GUI changes due to the CommandBarNameCache registry cache, even when the toolbar constructor is never called.

ArcGIS
4 min

Remote Debugging mit Visual Studio

Anleitung zum Remote Debugging mit Visual Studio: Remote Debugging Monitor einrichten, Prozesse verbinden, PDB-Dateien und Firewall konfigurieren sowie typische Verbindungs- und Breakpoint-Probleme beheben.

Development
1 min

ReSharper is not available

How to fix grayed-out ReSharper menus and a missing Visual Studio add-in by reinstalling MSXML 6.0 after it was removed with SQL Server 2005.

Development
1 min

WinXP search problem

How to make Windows XP text search include files with unknown or unregistered extensions

OS
1 min

Building a Help-TOC by hand

How to correctly build a CHM table of contents by placing the OBJECT tag directly after the LI tag to ensure entries are displayed.

Documentation
1 min

HTML Help Compiler Error HHC3004

How a Sandcastle CHM build can fail because of filenames containing multiple dots followed by a part starting with 'H', causing an HHC3004 warning.

Documentation
1 min

ClickOnce installation folder

How ClickOnce applications are referenced from the Start menu, where .NET stores their local files, and how to trigger the ClickOnce uninstall.

Deployment
1 min

Compiler-Error: error MSB3217

How an orphaned assembly in the GAC can cause the misleading MSB3217 'Cannot register assembly' build error and why removing stale dependencies solves it.

OS
1 min

Developing own Custom Functoid for BizTalk

Wie man eigene BizTalk-Functoids entwickelt, deren Installation im GAC und Mapper-Extensions-Verzeichnis, sowie die Automatisierung per Post-Build-Event.

BizTalk
2 min

BizTalk und NameSpaces

Übersicht typischer BizTalk-Fehler durch inkonsistente XML-Namespaces und falsch konfigurierte Receive-Pipelines sowie Hinweise zur korrekten Konfiguration von Schemas, Instanzen und Assemblies.

BizTalk
1 min

IIS-Error: Service unavailable

Wie man den IIS-Fehler „Service unavailable“ behebt durch Wiederherstellen der DCOM-Berechtigungen für den IIS Admin Service und Aktivierungsrechte für authentifizierte Benutzer.

IIS