You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: