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. + +