lepoco / wpfui

WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly.
https://wpfui.lepo.co
MIT License
7.08k stars 671 forks source link

All WPF-UI templates stopped working #1028

Open joseborges opened 3 months ago

joseborges commented 3 months ago

Describe the bug

Upgraded WPFUI extension/nuget package to 3.0.3 (i get the same problem with 3.0.2 also, so it might be something on my pc) on Visual Studio 2022 17.9.5 (Visual Studio Installer 3.9.2164.57262) and all 3 WPF-UI sample templates, stopped working.

Every time i try to run/debug them, it exists with this message:

The program '[8676] (SOLUTIONNAME).exe' has exited with code 2148734214 (0x80131506).

To Reproduce

Upgrade WPFUI extension/nuget package to latest version 3.0.3

Expected behavior

A working WPFUI Sample project.

Screenshots

WINDOWS: image

VISUALSTUDIO: image

VISUAL STUDIO INSTALLER: image

EXTENSION: image

NUGET: image

SOLUTIONS; image

ERROR: image

OS version

Windows 10 Pro 22H2 24/‎03/‎2024 19045.4239

Windows Feature Experience Pack 1000.19055.1000.0

.NET version

CORE 8

WPF-UI NuGet version

3.0.3

Additional context

Clean Windows Instalation. Clean Visual Studio Instalation. No other nuget packages/extensions installed, just WPF-UI.

tomihbk commented 1 week ago

You're not alone, I fix one issue and 10 more issues arise. At this point, I'll start over from scratch. I wish I had time to contribute to this project...

joseborges commented 1 week ago

Not sure your up for it, but i totally moved to using https://github.com/CommunityToolkit/Windows instead of WPF-UI.

It has everything i need, but you will need to migrate from WPF to one of these two:

CommunityToolkit.Uwp. for UWP + WinUI 2 or Uno.UI CommunityToolkit.WinUI. for Windows App SDK + WinUI 3 or Uno.WinUI

tomihbk commented 1 week ago

Thanks for the idea. I definitely am moving to this one. Despite giving another chance to wpf-ui, even the demo and documentation contradict themselves, thus leading to more frustration.

Which one of those two are you migration ? why? Which one is straight forward like WPF-UI, just build and share the .exe, no package installation required. Do they have some sample or template project for starting ? thanks