C
C#9mo 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
ch3rry9mo ago
somebody please help me ive had this error for days now its really pissing me off
SinFluxx
SinFluxx9mo 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
ch3rry9mo 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
SinFluxx9mo 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
ch3rry9mo ago
this shit is TEDIOUS its making my head explode
SinFluxx
SinFluxx9mo ago
Anything else I can seem to find online seems to be with the scenario referenced in the issue above
ch3rry
ch3rry9mo 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
Asher9mo 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
JakenVeina9mo 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
ch3rry9mo ago
Yeah but i didnt touch a single thing
Accord
Accord9mo 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.
Want results from more Discord servers?
Add your server
More Posts
❔ I get Invalid ModelType because my hidden field is emptySo I have a field (Unit of measurement) that will be hidden if the user chooses the option ''Check-i❔ Confusion as to what to default to when it comes to accessibility modifiersSo I come from a extensive C++ background, in which we use the keywords: `public` and `private` a bi❔ How can I make it so an array saves changes when I turn off the programBasically I'm making an array of strings that can be removed or added to - how can I make it so if s✅ C# null exception with SQLI was trying to deploy my application to another computer to try it, and I got an error where it cou❔ Problem with getting GPU infoI'm currently working on a console program that shows some information of user's PC for fun. I have ✔ Simple code structure questionLet's say I have interface "IShapes" in file Shapes.cs Now, I'd like to create 3 more classes. Circl❔ How can I provide a safe zero cost abstraction over passing managed function pointers over FFII have the following: ```cs public sealed unsafe partial class Test : IDisposable { public ❔ How do I hide or show a div based on the value of a property of my selected option?When I select a habit type, that habit type has a Measurability property, and I want to show or hide❔ going from prefix commands to slash commands in discord.netSo the creator of this repo has archived the repo. Does anyone know, how can i easily convert to us❔ CodeTaskFactory problemLook at the image, ill try other projects later Also i've repair the vs install but nothing