Web push notifications with Azure Notification Hubs
Hello Everyone, I am new to Azure and i want more information from you about my problem. Now what i want to do is set a web push (browser push) notification from Azure notification hub and i want to integrate it to my backend that is in .net core. I…
How can I resolve runtime crashes in a MAUI project when integrating Android libraries as AARs, despite resolving dependencies and fixing NoClassDefFoundError exceptions?
We already have working libraries for iOS and Android, and now I’m trying to integrate them into a MAUI project. The iOS binding works fine, but I’m running into issues with the Android binding. At first, I was getting NoClassDefFoundError exceptions. To…
Clickonce and .NET 9
Hi, After updating our application to use .NET 9 (previously .NET framework 4.8) the clickonce application manifest creation shows error like this: "Internal error, please try again. Object reference not set to an instance of an object. Cmd.exe…
Gzip file uploaded to Azure Blob Storage, when downloaded to Windows machine does not open and the file size is not same
I am uploading a csv file with gzip encoded to Azure Blob Storage using C# .net 8. I am able to read the file ok when I download file and read data use .Net code. But I have two problems. When I download the file to my local Windows laptop and try to…
How to view my content from my database to my home view in .Net core MVC
Hi guys SO I was learning to use .NET Core MVC through the tutorial, and I decided to take it up a notch. While the tutorial has been helpful, it did not really have what I was looking for, and surprisingly, neither do all the AI bots. So what's the…
Issue with "Mandatory" package update status in Microsoft Store
Hi, I am experiencing an issue with the Microsoft Store incorrectly reporting "Mandatory" package update status in some of my UWP applications. Following the official documentation, I implemented an update flow in my application that provides…
Why in maui net 9 compatibility reference no need any more
Hi, Why in maui net 9 compatibility reference no need any more ? <``PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" /> Thanks,
ITMS-90683: Missing purpose string in Info.plist
I got an email with this message from App Store Connect after uploading my new build to TestFlight. ITMS-90683: Missing purpose string in Info.plist Your app’s code references one or more APIs that access sensitive user data, or the app has one or more…
new main window in net 9 changed
Hi, I looked in app.xaml.cs file in net 9 and create instance of main window change to: protected`` override Window CreateWindow(IActivationState? activationState) { return`` new Window(new AppShell()); } is must? why this change? Is releavant for…
AppDomain.CurrentDomain.BaseDirectory is Empty While Loading Media In WPF
Hello, I am working on a WPF window which supports multiple frameworks <TargetFrameworks>net8.0-windows;net48</TargetFrameworks> i have a media element in a window written <MediaElement x:Name="Video" …
AppDomain.CurrentDomain.BaseDirectory is Empty While Loading Media In WPF
Hello, I am working on a WPF window which supports multiple frameworks <TargetFrameworks>net8.0-windows;net48</TargetFrameworks> i have a media element in a window written <MediaElement x:Name="Video" …
allow only one system to login the aspx page
Hello I have hosted my aspx pages in serevr its accesing using local ip 192.168.xx.x for example i have abc.aspx it should allow only one system and one login to access if any other same user login and coming from difference browser or system has to…
iOS crash report: System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_
I get the following messages in my iOS crash report: SharedCodeProject_MyClass__Updated__301_MoveNext (in MyGameiOS) (<unknown>:1) System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_ (in…
Unable to Start .NET MAUI Application on Android Emulator: 'Waiting for Debugger' Message
Hi, I am encountering an issue when trying to start my .NET MAUI application on the Android emulator. Upon launching the app, I receive a pop-up message stating: "Application [AppName] (process package-name) is waiting for the debugger to…
Is it true that .aspx (WebForms) is old technology and will be absent in all future asp.net versions?
I wonder that people say that WebForms is old/legacy/outdated technology, and that everyone should create MVC/.Core projects, which have no .aspx pages. Is it true that .aspx technology (WebForms) is not developed any more? I like visual design in…
API response is missing but not middleware response updates
I was experimenting asp.net core (net9.0) custom middleware with below sample code. In API response I get the text written by middleware but the API response itself is missing. Any insights to help me understand on what is actually happening ? This is…
API response is missing but not middleware response updates
I was experimenting asp.net core (net9.0) custom middleware with below sample code. In API response I get the text written by middleware but the API response itself is missing. Any insights to help me understand on what is actually happening ? This is…
Issue with saving single record the form saves multiple records until the modelstate is valid
I am using asp.net core 8 i have a popup form when i click submit with empty fields it returns required validation error and when i fill data in fields then submit again it save multiple records is sql database the number of time i click on submit…
SqlDataReader error “Invalid attempt to read when no data is present”
My environment used is Visual Studio 2022 v17.12.4. Language is C# and connecting to SQL Server Express v16.0.1135.2. This is a Windows form using .Net Framework 4.8.1. I am getting the error message “Invalid attempt to read when no data is present”…
Adding Blazor Identity to existing Blazer project fails with a 'null path' exception
Hi! I have the following: .Net SDK 9 Visual Studio Community 2022 v 17.12.3 Windows v10.0.19044 Blazer Server App When I try to add the Blazor Identity "scaffolding" I get a "There was an error running the selected code generator:…