Visual studio extension in code editor to have menu and submenu.
I want to develop an extension for VS. When I select some code in the cs file or any file there should be some option in code editor like Mymenu and submenu Please guide. how to achieve it. I have one comand class which actually shows Mymenu when I…
Developer technologies | Visual Studio | Extensions
How do I convert a UWP application to use Azure Maps?
I maintain a large UWP application that uses MapControl (from Windows.UI.Xaml.Controls.Maps). I didn't know that Bing map tokens were being retired until I started seeing a "MapServiceToken not specified" warning in my map views a few days…
Developer technologies | Universal Windows Platform (UWP)
Partner Center not allowing me to "accept and continue" when creating individual dev account?
Hi, I am trying to make my microsoft/xbox email into an individual developer account. I am inputting the info into the link via partner center (…
Developer technologies | Windows Forms
Catastrophic failure while installing wsl
I was re installing wsl after I had earlier uninstalled it. But while re installing using wsl --install wsl --install -d Ubuntu wsl --install --web-download I got a pop up box saying: Windows ® Installer. V 5.0.26100.1150 msiexec /Option <Required…
Developer technologies | Windows Presentation Foundation
Why is Microsoft Visual Studio Code 1.101.2 looking in the wrong location for my .ssh keys?
Since updating to 1.101.2 my Microsoft Visual Studio Code installation on Windows 11 can no longer pull from my remote repository. On investigation I get a message saying 'cant create /home/<myusername>/.ssh no such file or directory' in the output…
Developer technologies | Visual Studio | Other
In another word can Desk Top Application that build in vb.net Call API that build in C# using HTPP Client
I we wrote desk top application in vb.net and build API in C# can they talk together using HTTP client Please(In another word can Desk Top Application that build in vb.net Call API that build in C# using HTPP Client)
Developer technologies | Visual Studio | Other
How to run VC++6 on windows 11
my os is win11 24H2, I tried a method on the Internet that told me to rename MSDEV.EXE to MSDEVL.EXE and then run it in Windows XP compatibility mode, but this did not work.
Developer technologies | Visual Studio | Setup
ttempting to move all Microsoft.Web resources in rg_MTA to a new resource group (rg-c1-mta-test-centralus). However, the move fails
Issue details We are attempting to move all Microsoft.Web resources in rg_MTA to a new resource group (rg-c1-mta-test-centralus). However, the move fails with the following error message: arduino Copy Edit "This resource is located in resource group…
Developer technologies | C#
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
An installation file didn't download
I keep getting this error while downloading the visual studio community 2022 package. I have used different VPNs and DNS and have turned my laptop off and on many times but it did not work. What is the problem and solution?
Developer technologies | Visual Studio | Setup
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
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
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

Help Needed for Connecting POS Printer via USB in UWP App
Hi Team, I have implemented POS printer functionality in my UWP app. When I connect the POS printer using Bluetooth, it works perfectly. However, when I connect the printer via a USB cable, I’m unable to find a way to detect or connect to the printer…
Developer technologies | Universal Windows Platform (UWP)
UWP - https certification valiation issue
I am trying to call an https api on a payment device, it returns a certificate signed by intermediate CA and that signed by root CA. I have installed root CA in trusted store of windows, added capability in WPF manifest. It returns error - Partial chain…
Developer technologies | Universal Windows Platform (UWP)
Default certificate could not be created -- ClickOnce is NOT Checked
This question has been asked before in StackOverflow and other places yet there has not been a successful resolution to the issue posted that I can find, nor one that Copilot can locate. People have asked, been told to do the usual things, replied that…
Developer technologies | Visual Studio | Other
How to fix my high jump app I’m missing all kinds of doors and I can’t add trip numbers to doors I don’t have access too
I don’t have access to my doors is transfers I’m missing 322 323 502 503 505 506 and 507
Developer technologies | Visual Basic for Applications
Power off Xbox Series controller with C# via Bluetooth
I am writing a small C# winforms tray app targeting 4.7.2 that will allow me to power down the controller on game exit. I've been trying to do this for some time now but still can't manage to achieve the controller disconnection. Is there a way to…
Developer technologies | C#
Question For Printing in avalonia ui for multiple size directly and Sintly
Hello Developer. i want to ask how i can print invoice or pdf ... from my avalonia ui app (some as WPF) directly withtout any dialog show from code sintly. i see multiple option some as questpdf but it not have any api for printing it be generate a pdf
Developer technologies | Windows Presentation Foundation
UWP app flickering on ARM PC
Hi everyone. I have an UWP application and I'm running on a ARM PC. When I open a customized content dialog the screen starts blinking. Unfortunately, I cannot show the application nor the code, but do you guys know some cases that an ARM PC blinks…