54,134 questions with Developer technologies-related tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

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
asked 2025-01-23T07:14:04.7466667+00:00
Changan Xiang 30 Reputation points Microsoft Employee
accepted 2025-01-23T08:26:16.06+00:00
Changan Xiang 30 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

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
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,066 questions
asked 2025-01-22T10:49:43.2466667+00:00
Aima Maqsood 45 Reputation points
edited an answer 2025-01-23T07:56:44.1466667+00:00
ZoeHui-MSFT 41,496 Reputation points
0 answers

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
asked 2025-01-16T12:03:26.72+00:00
APM Rounds 21 Reputation points
commented 2025-01-23T07:16:07.1566667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 36,436 Reputation points Microsoft External Staff
2 answers

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
asked 2025-01-04T21:28:57.7166667+00:00
Rod Falanga 591 Reputation points
commented 2025-01-23T05:50:48.6+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

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
asked 2025-01-17T23:11:03.83+00:00
Eduardo Gomez Romero 1,355 Reputation points
commented 2025-01-23T05:40:38.32+00:00
Anonymous
0 answers

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
asked 2025-01-22T16:14:21.6433333+00:00
Glenn Reynolds 0 Reputation points
commented 2025-01-23T05:26:11.15+00:00
Tianyu Sun-MSFT 34,456 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

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
asked 2025-01-22T02:10:37.62+00:00
mitap 40 Reputation points
accepted 2025-01-23T02:25:00.7933333+00:00
mitap 40 Reputation points
1 answer

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
asked 2025-01-16T07:16:49.1466667+00:00
KarPreet 80 Reputation points
commented 2025-01-23T01:55:46.1766667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 50,126 Reputation points Microsoft External Staff
1 answer

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
asked 2025-01-17T01:19:12.8766667+00:00
NoahLopez 0 Reputation points
commented 2025-01-23T01:24:14.16+00:00
Jiachen Li-MSFT 34,221 Reputation points Microsoft External Staff
1 answer

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#
asked 2025-01-07T11:55:44.73+00:00
suhaimi yassin 0 Reputation points
commented 2025-01-23T01:21:56.49+00:00
Jiachen Li-MSFT 34,221 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

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
asked 2025-01-08T03:23:05.77+00:00
alice alice 100 Reputation points
accepted 2025-01-23T00:27:04.83+00:00
alice alice 100 Reputation points
1 answer One of the answers was accepted by the question author.

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
asked 2025-01-07T15:38:05.0533333+00:00
Scott Stoecker 20 Reputation points
commented 2025-01-23T00:20:38.0033333+00:00
Timothy Boyden 0 Reputation points
2 answers

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
asked 2023-07-26T05:54:19.46+00:00
Cenk 1,036 Reputation points
commented 2025-01-22T20:30:26.6766667+00:00
Zoran Petrović 0 Reputation points
2 answers

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
asked 2024-08-20T17:14:53.12+00:00
Falanga, Rod, DOH 250 Reputation points
answered 2025-01-22T16:33:54.0566667+00:00
Marc Roussel 25 Reputation points
1 answer One of the answers was accepted by the question author.

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
asked 2024-12-12T08:38:24.0666667+00:00
BeUnique 2,332 Reputation points
accepted 2025-01-22T15:24:18.8633333+00:00
BeUnique 2,332 Reputation points
0 answers

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
asked 2024-12-18T13:38:55.14+00:00
Osborne,J,Jon,QDN R 0 Reputation points
commented 2025-01-22T14:00:00.76+00:00
Osborne,J,Jon,QDN R 0 Reputation points
2 answers

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
asked 2023-10-11T21:27:00.65+00:00
Donald Symmons 3,066 Reputation points
edited the question 2025-01-22T13:31:35.2633333+00:00
Olga_Gh 5 Reputation points Microsoft Employee Admin
1 answer

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
asked 2024-04-15T08:50:57.27+00:00
Marco 20 Reputation points
commented 2025-01-22T12:54:54.15+00:00
Umer Awais Malik 0 Reputation points
1 answer

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++
asked 2025-01-16T07:18:06.24+00:00
Gopika Lakshmi 85 Reputation points
commented 2025-01-22T10:37:15.48+00:00
RLWA32 49,666 Reputation points
1 answer One of the answers was accepted by the question author.

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 :)

Developer technologies | .NET | .NET MAUI
asked 2024-09-10T05:11:05.1333333+00:00
Satya 160 Reputation points
commented 2025-01-22T10:00:51.2566667+00:00
Al Muzahid 0 Reputation points