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
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
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
Issue in publishing through Visual Studio 2022
Support Team, while publishing on Azure web application through Visual Studio 2022 we face issue the Subscription and Resources Group - UnKnown Error Popup SSL Connection could not be established. Please let me know how to excalate further…
Developer technologies | Visual Studio | Setup
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…
Developer technologies | Universal Windows Platform (UWP)
Visual studio installation error.
I am not able to install visual studio enterprise 2022 in my VM offline. getting an Error stating. need to connect with Internet connection. I did some research on the logs and found. there is error a certificate validation. Need your assistance to…
Developer technologies | Visual Studio | Setup
Azure API gateway
Can we create a streaming protocols in Azure Api gateway
Developer technologies | C#
Azure API Gateway
API management capability assessment Management of billing plans, usage plans and pricing models Ability to manage and monitor API consumption Established portal for self-service catalogue of APIs
Developer technologies | C#
In 8 entries, 2 entries text change event not triggered
In a Content View, we have 8 entries, which will change based on one picker. If pickers change the value all the 8 entries value would change, on first time we select the value from the picker all values set correctly, if the values selected previously…
Developer technologies | .NET | .NET MAUI
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
color connverter
I have a converter public class SelectedAvatarMultiValueConverter : IMultiValueConverter { public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture) { if(values.Length == 2 && …
Developer technologies | .NET | .NET MAUI

IIS Express configuration not working
IIS Express 10.0 is installed along with VS 2022. However, asp.net web/api projects are not getting created/ existing web projects not getting loaded. I have uninstalled / reinstalled VS 2022 but IIS Express issue is still showing. I have tried running…