C
C#Stellaris

❔ Unexpected RuntimeId ‘win10-x86’

I can’t figure out what is causing this, I think it is related to .NET though. I am running this on a Windows 11 PC and I’m using Visual Studio Code
Jayy
Jayy369d ago
sounds like ur csproj has a runtime id specified in it
Stellaris
Stellaris369d ago
@J1E I don’t
Jayy
Jayy369d ago
whats ur csproj look like?
Stellaris
Stellaris369d ago
Took the photo with my phone lol
Jayy
Jayy369d ago
Hmm
Stellaris
Stellaris369d ago
Jayy
Jayy369d ago
did we forget how to take a screenshot? but hmm how are you running it? ohh this is maui
Stellaris
Stellaris369d ago
Visual studio code Run > start debugging
Jayy
Jayy369d ago
tell me what dotnet run says im not even sure you can do maui in vscode easily
Stellaris
Stellaris369d ago
It gives a bunch of useless warnings Like one of the dependencies are outdated but the person who originally created it said that it shouldn’t get in the way
Jayy
Jayy369d ago
so it Hmm
Stellaris
Stellaris369d ago
For them Not for me Idk why
Jayy
Jayy369d ago
basically just assume every single thing i ask you now requires a screenshot
Stellaris
Stellaris369d ago
Lol okay
Jayy
Jayy369d ago
im not super interested in what you can tell me lol, seeing it is far more efficient ohh theres an allow unsafe blocks in there, this ones gonna be a goody i can tell
Stellaris
Stellaris369d ago
Wdym? Nevermind I got it to work in the end
Accord
Accord368d 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
❔ How to force assign custom role?I downloaded a fork of the Town Of Host mod for among us, and was trying to figure out how roles are❔ Need help converting mana systemso I really need help changing out the mana system in my game, I am new to unity and coding but we a❔ Authentication with blazor pre-renderedI'm doing Authentication in blazor, we're using ProtectedBrowserStorage to store the user object. As❔ How to generate HTML string from PartialView/View without HttpContext in IHostedService?I am using scheduled jobs to send email to clients and I am generating email from PartialView, this ❔ C# winform particlesHello good afternoon, I need help imbedding these particles in the link below but I would like a lib✅ errror on vsCodeeach time i use code runner it givs me this error. Couldn't find a project to run. Ensure a project ❔ Help Installing C#So i've tried installing the c# package by micrsoft on vsc, but everytime i hit install, i get this ✅ Client needs filtering logic - what's the best way to implement?I have two classes like so: ``` public class VirtualStore { public string StoreName {❔ It don't work I'm a Unity beginner.❔ RequestSizeLimit on Actions not Working!I have an action that is uploading a large file. The file size is 189mb. For some reason I'm getting❔ How can I solve this error "does not exist in current context" in C#?I am stuck with this error. I have attached images. Will kindly request if someone can guide me wher✅ WASM project running on local networkNot sure if this really a C# thing, but maybe someone has done this before. We have a Net7 Blazor WA❔ Need help with WFP softwareIm trying to make a map location softoware using google's API. When I embed google maps on my webro❔ question about console app host.RunAsync();In this example: https://learn.microsoft.com/en-us/dotnet/core/extensions/logging-providers using M❔ Entity Framework + Docker sql server on ubuntuthe error A connection was successfully established with the server, but then an error occurred du❔ Need help with LunarVim Nerd Font IconsI'm using JetBrainsMono Nerd Font from nerdfonts.com, but they removed the icon for C#, and im tryin❔ How would I start learning C#?I want to start learning C# for unity programming, and I have a general idea of to code, but have no❔ How do I prevent access to a web server (web api application) from certain clients?I have a web api running on azure. I also have 2 clients, 1 android app and 1 ios app. The client us❔ How do I disable live/realtime linting in VS Code with the C# extension?I'm new to using VS Code (and C#). I installed the C# extension and there is linting while I type an❔ Update Form in a new Thread!I created a form with a datagridview. Now I want to run a powershell command in a new thread and in