contre / Windows-API-Code-Pack-1.1

Windows API Code Pack 1.1
Other
161 stars 46 forks source link

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

Open TristanPct opened 4 years ago

TristanPct commented 4 years ago

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.