C
C#16mo ago
ch3rry

❔ 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())
No description
11 Replies
ch3rry
ch3rryOP16mo ago
somebody please help me ive had this error for days now its really pissing me off
SinFluxx
SinFluxx16mo ago
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...
ch3rry
ch3rryOP16mo ago
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
SinFluxx
SinFluxx16mo ago
Maybe try setting up a new minimal project to see if you hit the problem straight away/see when the problem kicks in
ch3rry
ch3rryOP16mo ago
this shit is TEDIOUS its making my head explode
SinFluxx
SinFluxx16mo ago
Anything else I can seem to find online seems to be with the scenario referenced in the issue above
ch3rry
ch3rryOP16mo ago
i just went back to an old version of my project im not dealing with this shit im not supposed to fix others' mistakes
Asher
Asher16mo ago
@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
JakenVeina
JakenVeina16mo ago
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
ch3rry
ch3rryOP16mo ago
Yeah but i didnt touch a single thing
Accord
Accord16mo ago
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.

Did you find this page helpful?