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.
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 :
This exception pop up when I call the
Show()
method of a newTaskDialog
object.Everything works fine if I revert to 1.1.3.3.