❔ Weird WPF exception
i get this stupid exception whenever i create a new page or window. this shows up as soon as i call a constructor to either (
var p = new Page()
)11 Replies
somebody please help me ive had this error for days now its really pissing me off
I don't know if this is your scenario? https://github.com/dotnet/wpf/issues/7283
GitHub
The component does not have a resource identified by the URI · Issu...
This issue has been moved from a ticket on Developer Community. [severity:It's more difficult to complete my work] Environment: Visual Studio 2022, Version 17.3.6 .net 6.0 Long Term Support I w...
idek its weird
everything was working fine until (i think) i removed all my libraries and manually installed them again
because i was having some conflict with codeanalysis.net
i still have a copy of my project before the incident, i looked it up but didnt see anything sus
Maybe try setting up a new minimal project to see if you hit the problem straight away/see when the problem kicks in
this shit is TEDIOUS
its making my head explode
Anything else I can seem to find online seems to be with the scenario referenced in the issue above
i just went back to an old version of my project
im not dealing with this shit im not supposed to fix others' mistakes
@ch3rry1024 in my experience, unless you are familiar with whatever package manager or installation process you're using, touching libraries is like pandora's box, once you open it, it can be very hard to come back from
are you using .NET Framework or .NET Core/5+?
managing dependencies was heavily improved in .NET Core and 5+
otherwise, yeah, it's definitely a shitshow
Yeah but i didnt touch a single thing
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.