Search found 2 matches

by Edison
Sat Dec 30, 2023 4:38 am
Forum: Technical questions
Topic: Can't resolve assembly: CommunityToolkit.Mvvm, Version=8.2.0.0
Replies: 2
Views: 2621

Re: Can't resolve assembly: CommunityToolkit.Mvvm, Version=8.2.0.0

Admin wrote: Sat Dec 30, 2023 4:00 am Just copy required DLLs to "obj\Release\net8.0-windows"
Thank you, the problem has been resolved according to your ideas, but I have placed the file under "obj \ Release \ net8.0 windows \ win x64(or win x86)"
by Edison
Sat Dec 30, 2023 1:50 am
Forum: Technical questions
Topic: Can't resolve assembly: CommunityToolkit.Mvvm, Version=8.2.0.0
Replies: 2
Views: 2621

Can't resolve assembly: CommunityToolkit.Mvvm, Version=8.2.0.0

I'm trying the new feature 'PublishSingleFile=true for .NET', and when publishing I get the following error message: Can't resolve assembly: CommunityToolkit.Mvvm, Version=8.2.0.0. I did the following research: 1. If I do not use mvvm mode (do not use CommunityToolkit.Mvvm), the program can be relea...