54,011 questions with Developer technologies-related tags

Sort by: Updated
0 answers

How to create visual studio 2022 layout without downloading arm64 binaries?

Refer to the document https://learn.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2022 it tells if the optional parameter "--arch" is not set, the layout should only includes x64 product…

Developer technologies | Visual Studio | Setup
asked Jul 18, 2025, 3:38 AM
Marvens 5 Reputation points
1 answer

How can sideloaded UWP app update the version installed in a device

Our organization has developed a line-of-business (LOB) application for use on Panasonic mobile tablets. The app is distributed via sideloading, with the installation package hosted on a shared UNC path. Installation is handled using a .appinstaller…

Developer technologies | Universal Windows Platform (UWP)
asked Jul 11, 2025, 6:13 PM
McMillen, Buom 5 Reputation points
commented Jul 18, 2025, 3:34 AM
Harry Vo (WICLOUD CORPORATION) 325 Reputation points Microsoft External Staff
1 answer

Why aren’t the capabilities defined in a sideloaded line-of-business (LOB) UWP app retained after installation?

Our organization have defined the following capabilities in a custom LOB UWP application: <uap:Capability Name="userAccountInformation"/> <uap3:Capability Name="userNotificationListener"/> <rescap:Capability…

Developer technologies | Universal Windows Platform (UWP)
asked Jul 11, 2025, 6:53 PM
McMillen, Buom 5 Reputation points
commented Jul 18, 2025, 3:32 AM
Harry Vo (WICLOUD CORPORATION) 325 Reputation points Microsoft External Staff
1 answer

Request for Support: iOS Native Development Continuity with .NET 9 (MAUI)

Dear Microsoft Team, We are reaching out to seek your guidance and support regarding a critical blocker we are facing in our iOS development workflow with .NET MAUI. Current Challenge Our mobile application is being developed using .NET MAUI and…

Developer technologies | .NET | Xamarin
asked Jul 3, 2025, 10:28 AM
Hirak Desai 0 Reputation points
answered Jul 18, 2025, 3:03 AM
Bruce (SqlWork.com) 78,401 Reputation points Volunteer Moderator
2 answers

MAUI .NET 8 on Android - Android device StatusBar is get overlapped with myapp

I have an app which developed with MAUI 8. I have an issue that my app is getting overlapped with the Android device statusbar as below, My app's page header ("Application Settings") is getting overlapped with the Android device status…

Developer technologies | .NET | .NET MAUI
asked Jul 17, 2025, 1:45 PM
Aneetha 65 Reputation points
answered Jul 18, 2025, 2:39 AM
Starry Night 0 Reputation points
1 answer

Help fixing template logging code

In the line return $log, "testVoid4"; I'm getting this compile error: 'void' function returning a value I don't understand why when $log, is called with just a single argument void_wrapper is returning anything else than void. How I could make…

Developer technologies | C++
asked Jul 16, 2025, 6:42 AM
Lilo 40 Reputation points
edited a comment Jul 18, 2025, 12:29 AM
Lilo 40 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 17, 2025, 10:25 PM
Bui, Robert 0 Reputation points
1 answer

How can I fix 'Expecting an Identifier' on max and min in this line of Code?

float maxNum = std::numeric_limits<float>::max();

Developer technologies | C++
asked Jul 17, 2025, 10:00 PM
CDev-8220 385 Reputation points
answered Jul 17, 2025, 10:21 PM
Viorel 122.9K Reputation points
1 answer

Is it still the case that a Blazor WebAssembly cannot reference a Blazor Server-Side project?

I'm working on rewriting an old ASP.NET WebForms app. I've created an ASP.NET Core Blazor app using .NET 9, with both a server-side project and a WebAssembly (Client) project. The server-side project has the Home page and allows the user to change the…

Developer technologies | ASP.NET | ASP.NET Core
asked Jul 17, 2025, 8:24 PM
Falanga, Rod, DOH 270 Reputation points
answered Jul 17, 2025, 8:57 PM
Bruce (SqlWork.com) 78,401 Reputation points Volunteer Moderator
1 answer

Key events in webview2

I have trying to use Webview2 to render pdf files and trying to listen key down events for that for some handling on app level but its not getting triggered at all

Developer technologies | C#
asked Jul 17, 2025, 9:51 AM
shriram 135 Reputation points
answered Jul 17, 2025, 3:13 PM
Bruce (SqlWork.com) 78,401 Reputation points Volunteer Moderator
1 answer

How to fix Signature validation failed when trying to validate an access token of Microsoft Entra ID

Hi, I'm trying to validate my access token signature from Microsoft Entra ID, as you can see in the below image, the "kid" attribute is different from the keys retrieved in the second image below that were retrieved from…

Microsoft Security | Microsoft Entra | Microsoft Entra ID
Developer technologies | .NET | Other
Developer technologies | C#
asked Jun 7, 2024, 8:44 PM
Bernardo Garza García 10 Reputation points
commented Jul 17, 2025, 3:01 PM
Niklas Eicker 0 Reputation points
1 answer

How to deactivate Visual Studio Professional 2022 and reuse the product key on a new computer?

In a scenario where there is a limited number of product keys for Visual Studio Professional 2022, what is the proper procedure to deactivate the software on one machine to reuse the same product key on another? Is it sufficient to uninstall Visual…

Developer technologies | Visual Studio | Other
asked Jul 17, 2025, 2:19 PM
Joe Asun 0 Reputation points
edited an answer Jul 17, 2025, 2:53 PM
RLWA32 49,746 Reputation points
0 answers

Setting Content Type of virtual editors (Opened using IVsUIShell.CreateDocumentWindow)

I have implemented an LSP Language Server and want this to be loaded / associated with virtual documents. Virtual documents are opened using IVsUIShell.CreateDocumentWindow. How to set the Content Type of these virtual documents so that LSP Server gets…

Developer technologies | Visual Studio | Extensions
asked Jul 17, 2025, 2:48 PM
Sajith 21 Reputation points
1 answer

How to load Langauge Server (LSP) when loading the extension package

I have a requirement of loading the Language Server (LSP) explcitly without opening any file (of the Language Server's content type). But currently the Langauge Server gets loaded only when a file of this content type is opened. Is there a way to load…

Developer technologies | Visual Studio | Extensions
asked Jul 14, 2025, 2:45 PM
Sajith 21 Reputation points
commented Jul 17, 2025, 2:40 PM
Sajith 21 Reputation points
1 answer One of the answers was accepted by the question author.

Why does CMainFrame::OnMdiNext is not called?

I have a MFC MDI app. I want to override WM_MDINEXT message. And I did: header: protected: afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); afx_msg LRESULT OnMdiNext(WPARAM wParam, LPARAM…

Developer technologies | C++
asked Jul 16, 2025, 3:05 PM
Flaviu_ 1,071 Reputation points
accepted Jul 17, 2025, 2:24 PM
Flaviu_ 1,071 Reputation points
3 answers

IF EXIST UPDATE, IF NOT EXIST INSERT

Hi, i want to know how update a row if exist and if don't exist insert a new row Example:

Developer technologies | Transact-SQL
SQL Server | Other
asked Apr 26, 2021, 3:18 PM
EvansGxz 1 Reputation point
edited an answer Jul 17, 2025, 2:14 PM
Vadim Rapp 0 Reputation points
2 answers One of the answers was accepted by the question author.

I'd like to know how VB.NET handles cookies

I maintain an old VB.NET WebForms app. I'm converting it to C# and updating it. However, when it comes to converting how the old app handled browser cookies and how to make the same thing work in a C# Blazor app, I am not sure how to proceed. Here's a…

Developer technologies | VB
asked Jun 4, 2025, 9:29 PM
Falanga, Rod, DOH 270 Reputation points
accepted Jul 17, 2025, 1:37 PM
Falanga, Rod, DOH 270 Reputation points
0 answers

Urgent Assistance for VM - Findings relate to weak SSL/TLS cipher suites and few issues concerning the Content Security Policy (CSP) configuration. Attached is a report. Kindly assist for remediating those vulnerabilities.

Urgent Assistance for VM - Findings relate to weak SSL/TLS cipher suites and few issues concerning the Content Security Policy (CSP) configuration. Attached is a report. Kindly assist for remediating those vulnerabilities.

Developer technologies | Windows Forms
asked Jul 17, 2025, 12:40 PM
Diana Mlinga 0 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
commented Jul 17, 2025, 12:12 PM
Sara Isabelle Galvão de Lima 0 Reputation points
0 answers

How to get Vendor Account, Purchase order, Single GRN Number and Voucher Number of Project PO in the Project Packing Slip Journal Header in d365 F&O

To add the fields of Vendor Account, Purchase order, GRN Number and Voucher Number of a Project PO in the Project Packing Slip Journal Header of CUSTPACKINGSLIPJOUR to use these fields for other reports

Developer technologies | .NET | Other
asked Jul 17, 2025, 11:37 AM
Akhil Bingi 0 Reputation points