54,114 questions with Developer technologies-related tags

Sort by: Updated
0 answers

Integrate CMDITabBar into MDI MFC app

I would like to use CMDITabBar (from WinMerge) into a MFC MDI test application. Here is the test app: https://1drv.ms/u/c/dedcb6ef190b8fd4/ESppBUOCT-hJog-OyL43QXsBooSUM0liWkY9PHAeQo1FBw?e=BeSIzC The code for integration (CMainFrame header): protected: …

Developer technologies | C++
asked Jul 10, 2025, 10:45 AM
Flaviu_ 1,031 Reputation points
commented Jul 11, 2025, 7:37 AM
Flaviu_ 1,031 Reputation points
1 answer

Crash dumps are not created sporadically.

We have separate process built by us on utilizing the WER in the situation and creating the dump file in the path we configure. But sporadically, we see that WER has not reproted the issue and dump files are not created. Sometimes WER has reported and…

Developer technologies | C++
asked Jun 6, 2025, 9:26 AM
O V, Naveen 20 Reputation points
commented Jul 11, 2025, 7:34 AM
RLWA32 49,656 Reputation points
2 answers

Best practice for canceling an MVC Order

I have a store that will not require logging in. A customer can order as a guest, and fill in their shipping details, etc. (Payment is Paypal. ) If a customer cancels Paypal and disconnects, I would remove their data, but exactly how would I know they…

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Other
asked Jan 13, 2025, 12:06 AM
Coreysan 1,811 Reputation points
answered Jul 11, 2025, 7:28 AM
Raymond Huynh (WICLOUD CORPORATION) 240 Reputation points Microsoft External Staff
1 answer

How to Resolve SQLite Network Path Access Issues in UWP Applications

We are facing an issue accessing a SQLite file located on a network path in our UWP application. Despite enabling the necessary capabilities such as internetClient and privateNetworkClientServer, the file remains inaccessible in release mode. The SQLite…

Developer technologies | Universal Windows Platform (UWP)
asked Dec 19, 2024, 11:28 AM
Lokender Tiwari 0 Reputation points
answered Jul 11, 2025, 7:24 AM
Harry Vo (WICLOUD CORPORATION) 320 Reputation points Microsoft External Staff
1 answer

Aspire Dashboard is not showing the updated start time of the containers and unable to start/stop containers using PS command line

I have deployed Dotnet Aspire Project using azure developer cli.- Multiple deployments are completed but the start time is not updating with each new deployment.- However active revision time is updated when i check it from Azure Portal.- How can i…

Developer technologies | ASP.NET | ASP.NET Core
Windows for business | Windows Server | User experience | PowerShell
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
701 questions
asked Jan 17, 2025, 9:52 AM
Faisal Riaz 20 Reputation points
edited an answer Jul 11, 2025, 7:24 AM
Raymond Huynh (WICLOUD CORPORATION) 240 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Alert header not seen well

Hi, After installing the app as exe in windows .NET 9, the alert header go to right and button change order. bool answer = await Application.Current.MainPage.DisplayAlert("Format USB", "Are you sure you want to format the USB…

Developer technologies | .NET | .NET MAUI
asked Apr 22, 2025, 12:52 PM
Dani_S 4,521 Reputation points
accepted Jul 11, 2025, 7:16 AM
Dani_S 4,521 Reputation points
1 answer

Conectar o Windows ao meu dispositivo Mac

Olá, Após atualizar para a versão mais recente do Visual Studio, estou encontrando um erro e não consigo conectar o Windows ao meu dispositivo Mac. O MSBuild não conseguiu se conectar ao Mac com Endereço='xx.xxx.xx.xxx' e Usuário='xx.xxx'. Esta conexão é…

Developer technologies | .NET | .NET MAUI
asked Jul 10, 2025, 12:56 PM
Sara Isabelle Galvão de Lima 0 Reputation points
answered Jul 11, 2025, 7:16 AM
Tony Dinh (WICLOUD CORPORATION) 315 Reputation points Microsoft External Staff
0 answers

Snowflake MFA Key - Pair authentication for Powerbi

Problem: Snowflake enforces Multi-Factor Authentication (MFA) on all users, in line with our security policies. Power BI does not support key pair authentication, which Snowflake offers for M2M scenarios Power BI's supported auth methods to…

Developer technologies | Universal Windows Platform (UWP)
asked Jul 11, 2025, 7:13 AM
Hariharan R 0 Reputation points
0 answers

How to open a new file in memory in visual studio using my editory factory

I want to open a new .sql file in memory not in the disc and also when the file is open i want to use my editory factory to it I tried this method to create a new .sql in memory file but using this way I am not able to use my editory factory to it. var…

Developer technologies | Visual Studio | Extensions
asked Jul 11, 2025, 6:50 AM
Vasu Bansal 20 Reputation points
edited the question Jul 11, 2025, 6:51 AM
Vasu Bansal 20 Reputation points
2 answers

how to replace a .NET Framework dll with .NET Core dll in a legacy app

Hello, Could someone please provide the steps involved in replacing a .NET Framework dll with a .NET Core dll in a target framework 4.6.2 app? I am getting many conflicts. I am also using Visual Studio Community 2022. William Johnston

Developer technologies | ASP.NET | ASP.NET Core
asked Jan 2, 2025, 4:50 PM
William Johnston 106 Reputation points
answered Jul 11, 2025, 6:49 AM
Jack Dang (WICLOUD CORPORATION) 535 Reputation points Microsoft External Staff
2 answers

purpose of the services in building asp.net mvc app

builder.Services.AddScoped<IMyScopedService, MyScopedService>();

Developer technologies | ASP.NET | ASP.NET Core
asked Jan 24, 2025, 5:57 AM
Aayush Sharma 0 Reputation points
answered Jul 11, 2025, 6:49 AM
Jack Dang (WICLOUD CORPORATION) 535 Reputation points Microsoft External Staff
0 answers

Open app from another app

Hi experts Working on 2 separate WinForms apps (.NET Framework 4.8 with VB) and going to msix bundle them to store. Once they both are installed how can I run one of them from within the other one? They are not associated with any file type, just need to…

Developer technologies | Windows Forms
asked Jul 8, 2025, 7:15 AM
StewartBW 1,830 Reputation points
commented Jul 11, 2025, 5:20 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 80 Reputation points Microsoft External Staff
0 answers

Graph.Users.MailFolders grabs all folders not just the ROOT folders

It's a simple call. I should only get the folders in the root of the mailbox (Inbox, Drafts, Deleted Items, etc.) I'm getting everything as though it's doing a deep traversal. Completely contrary to documentation. Your help appreciated. jbw async…

Developer technologies | C#
asked Jul 11, 2025, 5:01 AM
James B Wood 0 Reputation points
edited the question Jul 11, 2025, 5:02 AM
James B Wood 0 Reputation points
0 answers

im unable to adjust my brightness, it turned grey and i had to change my display setting to 'show 1' everytime i open my pc

im unable to change my brightness level, i had to change my display setting everytime i open my pc to 'show 1' display i dont know what to do, my brightness level turned grey

Developer technologies | Visual Basic for Applications
asked Jul 11, 2025, 4:44 AM
vishav bhardwaj 0 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 Jul 2, 2025, 5:35 AM
Robert Bui 0 Reputation points
commented Jul 11, 2025, 4:12 AM
Varsha Dundigalla(INFOSYS LIMITED) 155 Reputation points Microsoft External Staff
1 answer

getting blocker call for listen() in winRT component using httplib.h

Hi, I am using WinRT componet project. I have included httplib.h file I am creating object for server and calling the Get() I am calling listen() method but Its like a bloker call in winRT app. I have also tyied with thread but no luch. Kindly provide…

Developer technologies | C++
asked Jun 18, 2025, 3:51 PM
Arvind Kumar 20 Reputation points
commented Jul 11, 2025, 3:40 AM
Varsha Dundigalla(INFOSYS LIMITED) 155 Reputation points Microsoft External Staff
1 answer

Bitlocker using win 32 api

I have created a function inside my agent to apply bitlocker on a drive using win api, even though the execution is completed successfully the drives are not getting locked using bitlocker

Developer technologies | C++
asked Jun 17, 2025, 9:35 AM
Amal Krishna Jk 25 Reputation points
commented Jul 11, 2025, 3:36 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 80 Reputation points Microsoft External Staff
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 May 7, 2025, 6:23 AM
형진 김 20 Reputation points
commented Jul 11, 2025, 3:35 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 80 Reputation points Microsoft External Staff
1 answer

Can’t login to microsoft account on ps5 because of xboxone account from

I can’t login to my microsoft account on my ps5 (minecraft). Because of already having a xbox account? How does this make sense how do I fix this? This is honestly the worst design I have ever seen.

Developer technologies | Windows Forms
asked Jul 4, 2025, 3:11 AM
Binx1031 0 Reputation points
edited a comment Jul 11, 2025, 3:34 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 80 Reputation points Microsoft External Staff
1 answer

Support Needed: Error 0x800B0100 - App Package Must Be Digitally Signed

Hi all, I'm currently facing an issue while creating a UWP package in Unity, and I keep encountering the error 0x800B0100. The error message states, "The app package must be digitally signed for signature validation." Here are the details of…

Developer technologies | Universal Windows Platform (UWP)
asked Mar 28, 2025, 12:23 PM
Nallamuthu Sundhararajan 25 Reputation points
answered Jul 11, 2025, 3:22 AM
Harry Vo (WICLOUD CORPORATION) 320 Reputation points Microsoft External Staff