dotMorten / WinUIEx

WinUI Extensions
https://dotmorten.github.io/WinUIEx
MIT License
615 stars 40 forks source link

Switching from 1.5.0 to 1.6.0 (or later) causes exception on app startup #80

Closed zipgenius closed 1 year ago

zipgenius commented 2 years ago

I've just updated WinUIEx from 1.5.0 to 1.8.0 but my application crashes on startup and this is what I get. I tried to downgrade WinUIEx from 1.8.0 to 1.7.0 and 1.6.0 and it didn't change. image

dotMorten commented 2 years ago

I tried to downgrade WinUIEx from 1.5.0 to 1.7.0 and 1.6.0 and it didn't change.

Are you saying if you downgrade to 1.5.0 though, the problem goes away, indicating the issue started in 1.6.0?

zipgenius commented 2 years ago

Yes, there was a typo. If I create a new project using 1.8.0 directly it works, but in my existing project I'm stuck to 1.5.0: updating WinUIEx to 1.6.0 or later, I get this result.

dotMorten commented 1 year ago

Sorry for the slow response, but been pretty busy with life stuff. Any chance you could provide a simple sample that reproduces the problem? Sounds like a new project doesn't reproduce it. Otherwise I'd just be guessing what the problem is, and I'm terrible at guessing.

dotMorten commented 1 year ago

Closing. If you have more info feel free to reopen