54,084 questions with Developer technologies-related tags

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

On macOS: How to install .pkg created with dotnet publish ?

dotnet --version 9.0.301 My MAUI app. is upgraded to .NET 9. I just created a .pkg with the command: dotnet publish ChronoWiz/ChronoWiz.csproj -f net9.0-maccatalyst -c Release -p:MtouchLink=SdkOnly -p:CreatePackage=true -p:UseHardenedRuntime=true -o…

Developer technologies | .NET | .NET MAUI
asked 2025-07-07T09:58:56.81+00:00
Eigil Krogh Sorensen 96 Reputation points
accepted 2025-07-08T14:42:26.8366667+00:00
Eigil Krogh Sorensen 96 Reputation points
5 answers One of the answers was accepted by the question author.

CORS Policy Blocking POST Request in ASP.NET Core Minimal API with IIS Express (GET Works)

I'm developing an ASP.NET Core Minimal API using Visual Studio 2022 and running it with IIS Express. While GET requests work as expected, POST requests are being blocked due to CORS policy. Access to XMLHttpRequest at 'https://localhost:44302/api/xxx'…

Developer technologies | ASP.NET | ASP.NET API
asked 2025-07-03T14:45:46.5766667+00:00
Manoj 20 Reputation points
commented 2025-07-08T14:23:21.2166667+00:00
Manoj 20 Reputation points
4 answers

How to Debug Remote MAUI App Launch

I have a .NET 9 MAUI app being deployed to a remote Xcode iOS iPhone 16 Plus. All components have the latest release software. The deployment is successful, and the application is launched and the splash screen displayed on the phone. However, the first…

Developer technologies | Visual Studio | Debugging
asked 2025-07-01T10:53:00.0633333+00:00
Marc George 191 Reputation points
commented 2025-07-08T14:10:47.8266667+00:00
Marc George 191 Reputation points
4 answers

how to handle if async process returns before await.

ifGetStringAsync (and therefore getStringTask) completes before GetUrlContentLengthAsync awaits it, control remains in GetUrlContentLengthAsync. The expense of suspending and then returning to GetUrlContentLengthAsync would be wasted if the called…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-07-05T09:36:27.0633333+00:00
rajesh yadav 211 Reputation points
commented 2025-07-08T13:16:23.7866667+00:00
SurferOnWww 4,721 Reputation points
1 answer

Activate AddressSanitizer in Qt6

Hi all, I'm developing in Qt c++ under Windows and try to use AddressSanitizer within QtCreator. According to this blog from 2021 (https://devblogs.microsoft.com/cppblog/address-sanitizer-for-msvc-now-generally-available/) it should be possible. When I…

Developer technologies | C++
asked 2025-07-03T10:44:22.05+00:00
Jazzco 0 Reputation points
commented 2025-07-08T13:00:37.3633333+00:00
Varsha Dundigalla(INFOSYS LIMITED) 75 Reputation points Microsoft External Staff
0 answers

how to start a foreground service in .net android?

I am using .net android and I am using media projection to capture screen I find that it is very slow when I minimize my APP so I want to ask that how to create a foreground service so I can run it not slow.

Developer technologies | .NET | .NET MAUI
asked 2025-07-08T13:00:31.9633333+00:00
mc 5,511 Reputation points
3 answers

When using OpenXML do I need to create a new abstract numbering for each numbered list if i want it to restart

Using c# openxml, when i create multiple numbering instance referring to the same abstract num (ordered list), each list continues its numbering upwards throughout the document. If i want numbering to restart do i need to create a new abstract or is…

Developer technologies | C#
asked 2025-07-03T16:08:18.5733333+00:00
Jake Good 0 Reputation points
edited an answer 2025-07-08T12:07:11.95+00:00
Gade Harika (INFOSYS LIMITED) 0 Reputation points Microsoft External Staff
1 answer

Microsoft Visual Studio Installer Projects 2022 - The location where the file is opened is invalid

hello, ,Visual Studio 2022 : 17.14.7, I created a shortcut in the User's Desktop node, question : “Right click mouse” -> "attribute" -> "The button to open the location of the file is invalid" "Right click mouse"…

Developer technologies | Visual Studio | Extensions
asked 2025-06-29T13:41:37.0166667+00:00
929Free 641 Reputation points
answered 2025-07-08T11:38:41.7266667+00:00
Adiba Khan 0 Reputation points Microsoft External Staff
0 answers

how to call a function which should do my job but should not return back.

hi in my web pages i save reports to my databases using savechanges, i want to call a [funciton/etc] after savechanges so that i can save the report's data in a small flat table also in database. but i do not want to wait so that next report can be…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-07-08T11:22:28.0133333+00:00
rajesh yadav 211 Reputation points
2 answers

How do I control which database to use when a Blazor Server app starts?

I'm working on a rewrite of an old WebForms application. I want to be able to control, through a GitHub Action running in a self-hosted runner, which database (test or production) the application should run against. I thought I could do this with the…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-07-03T16:56:57.9066667+00:00
Falanga, Rod, DOH 245 Reputation points
commented 2025-07-08T10:31:52.3833333+00:00
Raymond Huynh (WICLOUD CORPORATION) 160 Reputation points Microsoft External Staff
0 answers

VBA: userform location on the screen is incorrect in Word365

Simple test to showcase the problem (in Word VBA): Create a userform. In UserForm_Activate write Call Me.Move(0, 0, Application.UsableWidth, Application.UsableHeight) This is supposed to cover the entire application screen, right? And in Word2013 is…

Developer technologies | Visual Basic for Applications
asked 2025-07-08T10:19:57.78+00:00
Eugene Z 20 Reputation points
1 answer

E_ACCESSDENIED error when IStream::Seek on Stream created using CreateStreamOnHGlobal on Windows 11 24H2 client

Hello all, After days of debugging, I found I am getting E_ACCESSDENIED error on the server side (Windows Server 2022) when I try to seek to the beginning of a stream: `ULARGE_INTEGER lPos;` LARGE_INTEGER lZero; lZero.QuadPart = 0; auto hrTemp =…

Developer technologies | C++
asked 2025-07-02T05:35:11.58+00:00
Robert Bui 0 Reputation points
answered 2025-07-08T10:15:35.83+00:00
Varsha Dundigalla(INFOSYS LIMITED) 75 Reputation points Microsoft External Staff
2 answers

How to hide the topbar in Hyper-V client in full screen?

This thing here is in the way

Developer technologies | Universal Windows Platform (UWP)
asked 2025-07-03T09:30:39.1433333+00:00
Johannes Kingma 1 Reputation point
commented 2025-07-08T10:00:05.93+00:00
Johannes Kingma 1 Reputation point
0 answers

How to show connection information of the file in the properties window in Visual Studio

I am opening a new/existing file using this way Guid editorFactory = new…

Developer technologies | Visual Studio | Extensions
asked 2025-07-08T09:47:46.68+00:00
Vasu Bansal 20 Reputation points
edited the question 2025-07-08T09:52:10.0366667+00:00
Vasu Bansal 20 Reputation points
0 answers

Support Custom HTTP Client (Proxy) in MSAL Android for P2P Bootstrap Connectivity

I'm developing an Android app that uses the Wi‑Fi Bootstrap API to establish a persistent peer-to-peer (P2P) connection to a specific device. This connection is essential to the app's functionality, but the API explicitly does not provide internet…

Developer technologies | ASP.NET | Other
asked 2025-07-07T07:47:44.2933333+00:00
Remo Grado | RIWO 0 Reputation points
edited the question 2025-07-08T09:25:19.1833333+00:00
Raja Pothuraju 23,800 Reputation points Microsoft External Staff Moderator
1 answer

Could you explain why the _Hash class manages buckets using both lower and upper bounds?

Hello, First of all, I’d like to kindly ask for your understanding as I’m using a translation tool to write this message. While looking into the msvc C++ _Hash class, I came across something I didn’t fully understand, so I’m reaching out with a question.…

Developer technologies | C++
asked 2025-05-07T06:23:50.5233333+00:00
형진 김 20 Reputation points
answered 2025-07-08T08:31:36.91+00:00
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 80 Reputation points Microsoft External Staff
2 answers

Publishing a .NET MAUI app fails with error message "You must include a valid app package manifest file named AppxManifest.xml in the source."

I'm trying to publish a .NET MAUI app. The source code contains a "Package.appxmanifest" file. When I try to publish, it fails with the following error messages: You must include a valid app package manifest file named AppxManifest.xml in…

Developer technologies | .NET | .NET MAUI
asked 2025-07-03T08:53:59.06+00:00
Andreas Stavropoulos 5 Reputation points
answered 2025-07-08T08:21:52.5066667+00:00
Tony Dinh (WICLOUD CORPORATION) 160 Reputation points Microsoft External Staff
1 answer

Webview not working in MAUI

I had created a sample MAUI solution with the .Net 9, and added a webview. and added the following piece of code in the mainpage.xaml <StackLayout Padding="30,0" Spacing="25"> <WebView…

Developer technologies | .NET | .NET MAUI
asked 2025-04-27T03:19:05.51+00:00
Vaibhav Methuku 165 Reputation points
answered 2025-07-08T08:14:45.83+00:00
Tony Dinh (WICLOUD CORPORATION) 160 Reputation points Microsoft External Staff
1 answer

How to create a Keyboard shortcut for a particular page and listen it continuously until the page disappears in .NET MAUI

For example there is a Main Page. i need to activate a function when the user hit on "Ctrl+s"

Developer technologies | .NET | .NET MAUI
asked 2025-05-28T11:57:17.8033333+00:00
Sowndarrajan Vijayaragavan 450 Reputation points
answered 2025-07-08T08:12:55.4033333+00:00
Tony Dinh (WICLOUD CORPORATION) 160 Reputation points Microsoft External Staff
2 answers

NuGet package issue (DLL cannot be found)

Hello, I have an Azure Functions project in Visual Studio 2022 (with the latest patch installed). I initially developed this project using .NET 6.0 about a year ago, and everything was working fine. Recently, I updated the project to .NET 8.0 and…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-02-05T10:36:38.13+00:00
Brian Vind Borgstrøm 0 Reputation points
answered 2025-07-08T08:12:43.55+00:00
Raymond Huynh (WICLOUD CORPORATION) 160 Reputation points Microsoft External Staff