.Net 9.0 not showing in options in Visual Studio 2022 although SDK is installed -
Hi gentlemen, I have encountered a strange problem on my system. Very recently I installed .Net9 SDK on my system. When I ran dotnet--list-sdks I get the following information: When I run dotnet--list-runtimes I get the following information: …
.Net 9.0 not showing in options in Visual Studio 2022 although SDK is installed -
Hi gentlemen, I have encountered a strange problem on my system. Very recently I installed .Net9 SDK on my system. When I ran dotnet--list-sdks I get the following information: When I run dotnet--list-runtimes I get the following information: …
In course it was written as Console.WriteLine(""); statements are in sequence, despite being on seperate lines all will be printed in the same line but my compiler printed them in different lines.
Console.WriteLine("the world dies"); Console.WriteLine(" ."); should have printed the world dies . but it printed the world dies . This question is related to the following Learning Module
AuthenticationFailureException: The oauth state was missing or invalid.
I'm getting the below error while accessing the web URL. An unhandled exception occurred while processing the request. AuthenticationFailureException: The oauth state was missing or invalid. Unknown location AuthenticationFailureException: An error was…
can the Image played on a loop?
In MAUI I can use Gif as ImageSource of Image. and set IsAnimating to true it will play gif once. how to keep playing?
My Windows 11 keeps losing internet.
Hello All, My MSI windows 11 Desktop keeps losing its connection to the internet. I am connected to the Xfinity WiFi, just no internet. I can connect to my mobile hotspot and access the internet through it. I would consider the router, but it is only…
can the ios be same with android to the keyboard?
if I focus an entry the keyboard will appear. and then the page is resized so the keyboard will not cover the entry. I do not want it be like that. I know how to set to Resize according…
How do I save file on form submit
Hello, As mentioned in the title, I want to save the file to the server. In the past, we were using SaveAs but in Blazor I can't get a reference of PostedFile directly. <div class="row pb-3"> <div class="col"> …
Re-map default Identity Endpoints in Core App (Razor)
I've added the default Indentity pages for an .Net Core 8 Razor application and everything appears to be working fine with the Account pages. My main question is how can I re-map the pages from "/Identity" to "/" (just for testing…
System.Runtime.Serialization broken with SoapFormatter
I'm working on a Windows Forms Application targeting .NET Framework 4.8. There seems to be a breakdown in System.Runtime.Serialization using Formatters.Soap, and that breakdown appears to be somewhere in the underlying Framework. I can't figure it out…
How to solve the white page problem in blazor server.
When I start my blazor server application, the page content is displayed for less than a second, then I get a blank page. When I right-click inpect in the browser I get the code : <html> **<head></head>** …
Windows Surface Laptop 7 (ARM) - VS 2022 17.12.3 - MAUI - Hot Restart iOS - Object reference not set to an instance of an object.
Hello - going a bit kookoo here. Working on a MAUI app, not updated to 9 yet. It debugs, builds and can push to test group in Google Play Store. I'll preface all this next bit with this... I was not able to test at all on a physical usb connected iOS…
How do I make a richTextBox have a transparent background / show the image beneath it? (C#, Windows Forms App)
Hello, as per the title, I want to make the richTextBox in my project transparent, or have a way to show the image beneath it. Whenever I try to set the backcolor to transparent, i always get "Property value is not valid" with "Control…
Custom Webview Renderer in MAUI iOS
In Xamarin forms we are using custom WebView renderer for iOS. using System; using Dev.Controls; using Dev.iOS.Controls; using Foundation; using UIKit; using WebKit; using Xamarin.Forms; using Xamarin.Forms.Platform.iOS; [assembly:…
Security Updates for Microsoft .NET Framework (October 2024)
Hi and a very good day people. I'm new in this. Need your assistance to solve/fix the same issue Security Updates for Microsoft .NET Framework (October 2024). You may refer to the details below. Previous Issue: Plugin Output: Microsoft .NET…
How can I find the cause of a crash in the TestFlight Crash-Feedback?
I have downloaded and installed my app from TestFlight on my iPad but shortly after opening the app always crashes. In App Store Connect there are a few crash feedbacks. I have opened them in Xcode but I don't know how to find the problem in the crash…
Why does sending large attachments (>3MB) with MS Graph API just works without upload session?
Hi, I read that there are limitations on sending e-mails with attachments larger than 3MB: upload session should be used. Reference: https://zcusa.951200.xyz/en-us/graph/outlook-large-attachments?tabs=http However when I try to send an email with an…
Are navigation added automatically to the dbSet?
I have a question Dbset public class Question { public int Id {get; set;} public string Text {get; set;} public virtual ICollection<Choice> Choices {get; set;} = [] Choice DbSet/Model public class Choice { public int Id { get; set; } …
Android Apk not installed
dotnet publish -f:net9.0-android -c:Release /p:AndroidSigningKeyPass=math@24 /p:AndroidSigningStorePass=math@24 When I try to install apk file "on my Android phone I get below error "App not installed as app isnt compatible with your…
Uploading .ipa file to App Store Connect is not working. Asset validation failed (90046)
I have updated my Xcode version on my Mac. Then I have downloaded the Transporter app on macOS and I have copied my .ipa file from my Windows device to my Mac and drag&drop the file in Transporter. But I get this error in Transporter when I upload it…