Windows-API-Code-Pack-1.1 icon indicating copy to clipboard operation
Windows-API-Code-Pack-1.1 copied to clipboard

[Regression] TaskDialog feature needs to load version 6 of comctl32.dll but a different version is current loaded in memory

Open TristanPct opened this issue 5 years ago • 0 comments

Hello and thank you for maintaining this module.

I notice today that you publish an update (1.1.4). I tried to update the NuGet package from 1.1.3.3 on a personal WPF project but after that my app crash with an exception :

TaskDialog feature needs to load version 6 of comctl32.dll but a different version is current loaded in memory

This exception pop up when I call the Show() method of a new TaskDialog object.

Everything works fine if I revert to 1.1.3.3.

TristanPct avatar Mar 18 '20 16:03 TristanPct