How to get a iPA with dotnet publish
Hi MAUI: I'm from Microsoft, I'm build a iOS platform app based on MAUI platform. During publish iPA i got errors info "*** provisioning file not found". I follow wiki:…
Developer technologies | .NET | .NET MAUI
What will be the REST API URL for the SSRS to be embedded in the Blazor Server Application?
I am working on adding the SSRS based reports into the Blazor Sever Application. SSRS Configuration is working fine and I can access SSRS on browser as well. I searched for different methods to implement the SSRS reports (created using MS Report…
Developer technologies | .NET | Blazor
SQL Server Reporting Services

Xamarin.uwp- getting run time error - System.Reflection.MissingMetadataException: ''Xamarin.Forms.Platform.UWP.WindowsPlatformServices' is missing metadata. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=392859'
Xamarin.uwp- getting run time error - System.Reflection.MissingMetadataException: ''Xamarin.Forms.Platform.UWP.WindowsPlatformServices' is missing metadata. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=392859' Tried multiple…
Developer technologies | .NET | Xamarin
Why can't my generic Blazor app read the LocalDb for Identity?
I wanted to see how a new Blazor Web app uses the LocalDb that is created when you create a new application that uses Individual Accounts during the project creation process. In my AppSettings.json file it created this connection…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor

Weird disappearing error
I have a very weird error where everything disappears after a while and I think the fault is here <?xml version="1.0" encoding="utf-8" ?> <ContentPage x:Class="METROWIND.Views.NewsPage" …
Developer technologies | .NET | .NET MAUI
installers are in project however installing service fails because installer not found
installers are in system. however, installing service fails, installer not found
Developer technologies | Visual Studio | Other
When will .NET9 support Android 16?
The Android16 schedule is available at: https://urldefense.com/v3/https://developer.android.com/about/versions/16/overview?hl=ja;!!GCTRfqYYOYGmgK_z!-0ob263aKfjnL10jL8aXmnXe6VLQBhB_v0ZpqhMTFR_9_9T40wfij8KDzfRoSOlGhpcoEryYgm86zKOiW8RVI9oKicpv7ZOICSfG$…
Developer technologies | .NET | .NET MAUI
How to make text wrap automatically in a custom dropdown for Android in .NET MAUI?
I’m working on a .NET MAUI project using .NET MAUI 8 and targeting Android API Level 34 (Android 13). <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="34" /> What I’ve Tried: I ensured the layout for the…
Developer technologies | .NET | .NET MAUI
My pc is saying i need to download the 4.0 though i already have it.
Im currently having a few issues with my .net today. Im completely unable to launch anything that requires .net, and whenever i try to i get an error saying "to run this application you must install on o f the following versions of the .net…
Developer technologies | .NET | .NET Runtime
set date to start windows service for filesystemwacther
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.IO; using…
Developer technologies | C#
How to edit .rc file
Which edit IDE is recommend for .rc file https://github.com/chromiumembedded/cef ... /shared.rc Simple edits can be done by hand (it’s a text file), or use Visual Studio for more complex edits like defining dialogs, etc. See…
Developer technologies | C++
Developer technologies | Visual Studio | Other
Visual Studio 2022 Blazor Server project assigning random port
I am creating a .NET 9 Blazor Web App project using Visual Studio 2022 (17.12.1). I am authenticating using MS Graph to an Azure Web App which requires a consistent URL as a callback and have done this many times with earlier Blazor Server projects using…
Developer technologies | .NET | Blazor
Developer technologies | Visual Studio | Other
How I can adjust which fields I will have in the response of a model validation (.NET Core Web Api)?
Hi, I have the following response when there is a validation error; { "type": "https://tools.ietf.org/html/rfc7231#section-6.5.1", "title": "One or more validation errors occurred.", "status":…
Developer technologies | ASP.NET | ASP.NET Core

Why can't I create a Blazor Server App with .NET 8?
I'm trying to create a Blazor Server App using .NET 8. I've done this at home, but here at work Visual Studio 2022 only allows me to create a Blazor Server App using .NET 6. I've gotten into Visual Studio Installer, to check to make sure I have .NET 8 as…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
unable to hide the error popup while run the visual studio
I am using visual studio 2022 for ASP.NET Application. whenever i'm running the application through visual studio, i am getting the below error. Even though, the application is running while showing the popup. How to hide this error...? Note : Visual…
Developer technologies | ASP.NET | Other
Remote debugging of ASP.NET (.NET Core 8) app under IIS 10 will not show source code on breakpoint
Historically, I've had no problems using the remote debugger on a Windows server for .NET Framework web services. I've now had to create a .NET Core 8 Web API using VS2022. I've published the service to a W2016 host and am hosting it under IIS…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | Visual Studio | Debugging
Application pool requested a recycle because it reached its virtual memory limit
I hosted a web application on a (Live server) shared hosting, and did not get any issue until today when I decided to test-run it. I registered and logged in the web application with the test login details; I was redirected to the dashboard, but after…
Windows development | Internet Information Services
Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | Other
Developer technologies | ASP.NET | Other


RDLC reports on .NET Core 8
Hi at all, I'm using a rdlc report inside a .net core 8 app but i'm getting this error {"An error occurred during local report processing.;The definition of the report 'report path inside the project' is invalid.\r\nAn unexpected error occurred in…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Other
How to find the Disk partition style using IOCTL?
I am trying to find the disk partition style using IOCTL. Earlier, I was using WMI, but in this particular code, I need to provide the physical drive path. What should be given as input, and how can I find or determine which physical drive path to…
Developer technologies | C++

How to Read OTP from messages and Autofill entry in .NET 8 MAUI(iOS and Android)
How to Read OTP from messages and Autofill entry in .NET 8 MAUI(iOS and Android)? Thanks in advance :)