From 19f06d511c1c1729eb2816222746aac318c4514c Mon Sep 17 00:00:00 2001 From: Aybe Date: Fri, 24 Oct 2014 15:37:10 +0200 Subject: [PATCH] Update README.md --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.md b/README.md index 986f13ef..2db38968 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,35 @@ Windows-API-Code-Pack-1.1 Windows API Code Pack 1.1 +**Notes:** + +If you get the following exception when you instantiate a `TaskDialog`: + +``` +An unhandled exception of type 'System.NotSupportedException' occurred in Microsoft.WindowsAPICodePack.dll + +Additional information: TaskDialog feature needs to load version 6 of comctl32.dll but a different version is current loaded in memory. +``` + +To fix it, create an application manifest and uncomment the following block section: + +``` + + +``` +**TODO:** + +Provide NuGet packages for DirectX assemblies. + +