A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
App does not support the 16KB memory page sizes
I got the below error message from the play store for my xamarin forms application: I am migrating it to MAUI now. So is the MAUI version fix this issue? Below are the packages I am using in the MAUI version. .NET MAUI…
Developer technologies | .NET | .NET MAUI
Issue to Initialize compoment
Hi, How to resolve it below?
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
My Project is not creating an .exe file
My Project is not creating an .exe file in the Bin folder
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Expired certificate
I am trying to run my code in debug mode. When iIclick F5 it opens a browser instance showing a certificate notice. I have tried the following steps to resolve this Closed all browsers and Visual Studio Deleted .vs folder from the…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
I am trying to integrate Firebase Analytics and Crashlytics into a .NET MAUI (.NET 10) Android application, but I am facing a runtime exception related to Crashlytics.
Steps I followed: Created a new .NET MAUI project Created a Firebase project and added an Android app Ensured the ApplicationId matches the package name Added google-services.json to: Platforms/Android/google-services.json Set Build Action to…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
How to produce bootstrap modal editable form from html data object list in Razor Pages
Hello, Lately I was receiving valuable help by @Anonymous and @Anonymous on how to show bootstrap modal form and client side data validation. Now I would like to be able to show the form when I click the Edit button of each row from the html list (the…
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
New update failed to install now I dont have access to VS 2026.
Package 'Microsoft.VisualStudio.Setup.Configuration,version=4.3.2028.6109' failed to install.
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Project fails to load when Visual Studio version is upgraded on my team member's PC
Project fails to load when Visual Studio version is upgraded on my team member's PC. He tried to even install the extension - Microsoft Reporting Services Projects. But no luck. It was working fine when he had 2019. It stopped working when he upgraded…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Is it possible to use EF data migrations on 2 different machines?
When doing development, I like to work on both my desktop PC and my laptop PC. I will make changes, commit them to a repo in my GitHub account. Then go to the other machine at a later point, get into PowerShell and do a git pull to get the updated…
Developer technologies | .NET | Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
Best practices for beginners in Azure Functions?
Hi everyone, I'm just starting out with Azure Functions and trying to understand the best practices for creating and managing serverless applications. How do you structure functions for maintainability? Any tips for local testing and debugging? Are…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
Iniciar visual studio 2026 con masm
cargar los archivos masm.targets y masm.props en visual studio 2026
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
HttpClient vs browser (Edge, Chrome) error/exception handling
My bottom line is I'd like to know how a mature browser (Edge, Chrome) retrieves a url. It is certainly not as .NET documentation describes with Net.Http.HttpClient (.NET v9). In a VB stock market data scraping app, one website…
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Need multi-page, in-flow project creation wizard for custom template in VS 2022 (change “Create” to “Next”)
Hi All, I want to create a custom project template (e.g., myProjectTemplate) that users can choose in Visual Studio 2022 via File → New → Project, and I need a multi-page wizard that feels fully integrated into the standard project-creation flow. The…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Assembly.cs missing
Why is the Assembly info missing in my project which is a net framework project
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Property "xy" not found in 'ViewModel'
code on GitHub: https://github.com/edikaufmann/RandoJson In 'DetailsPage.xaml' I get below error ..... ..... Binding: Property "Name" not found on "RandoPro.ViewModel.RandoDetailsViewModel" PS: 'Name': is properly defined in my…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
cannot start the exe file during debugging
When editing C# code on the Visual Studio platform and starting in either Debug or Release mode, the information as shown in the figure will be prompted. The generated .exe file functions normally, but the VS platform cannot start this .exe program. The…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
vdproj Setup Project not generating .msi / .exe – System.Buffers.dll dependency warning (.NET Framework 4.7.2, x64)
Hello Community, I am facing an issue while creating a Setup project (.vdproj) in Visual Studio and I am hoping someone can help clarify why this is happening. Environment Details Application type: VB.NET Windows Forms Target framework: .NET Framework…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Android: The push notification badge is not disappearing on my app icon after I open my app again
I have tried to send push notifications to my app. I always receive the push notifications on my Android mobile phone and a badge is displayed on my app icon. But this badge never disappears. I have tried to tap again on my app icon to open it and I have…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
iOS: The push notification number is not disappearing on my app icon after I open my app again
I have tried to send push notifications to my app. I always receive the push notifications on my iPad Air and a red circle with the number 1 is displayed on my app icon. But this number never disappears. I have tried to tap again on my app icon to open…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Token bucket rate limiting not working as expected.
Hello, I am facing an issue with Token bucket rate limiting, for testing purpose i set the limit to 5 and replenishment amount to 3 every 2 minutes and created partition based on userId. i created a small code which calls an api ( i have added the per…
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.