WinHttpSetTimeouts did not work, WinHttpSendRequest can not return
When I use WinHttp in a synchronisation model, sometimes the WinHttpSendRequest can not return.
Developer technologies | C++
What is the iTunes Artwork in Info.plist in Visual Studio?
Which images should I add in the iTunes Artwork section in Visual Studio Community 2022 Version 17.14.19? Should I add the same png image as my AppIcon? Where exactly will this iTunes artwork be displayed when I upload my iOS project in the Apple App…
Developer technologies | .NET | .NET MAUI
Tips for Staying Updated with New Microsoft Developer Tools and Libraries
Hi everyone, The Microsoft developer ecosystem evolves rapidly — from .NET updates to Azure SDKs, Power Platform enhancements, and new GitHub features. As developers, keeping up with these changes is crucial for building modern, efficient, and secure…
Developer technologies | Small BASIC
	
			  Convert list of files to GEOGJON
Hi, 1.I need to convert these files to GEOJSON: ArcGIS Package Files |lpkx|Layer package — bundles a layer’s data, symbology, and metadata for sharing. Used in ArcGIS Pro. |.lyrx|Layer file — stores map layer properties, such as symbology and labeling,…
Developer technologies | C#
The system responds slowly and the keyboard connection is poor.
1. System Performance: The system runs sluggishly with obvious delays in responding to operation commands, which affects normal usage efficiency. 2. Hardware Connection: Poor connection between the keyboard and the device, with intermittent disconnection…
Developer technologies | .NET | .NET Internet of things
Publishing our UWP app to the MS store
We have been able to publish our app in the past. Suddenly about 5 days ago, publishing stopped working; we get the following error when trying to publish from within VS. Help! Thank you!
Developer technologies | Universal Windows Platform (UWP)
How do I eliminate flickering when using DrawString?
HI all, I am creating a screen which will have a horizontal scrolling text at the bottom of the screen, along with some graphics at other screen locations. I have this working using a timer, but the text flickers and I would like to know if there is a…
Developer technologies | C#
Will I be able to use VS 2026 without GH Copilot?
At home I have downloaded the Visual Studio Insiders app, the Community Edition. I've been enjoying using it and am looking forward to the final VS 2026 edition which I presume will be released next month. The most significant thing I've noticed is the…
Developer technologies | Visual Studio | Other
	
			  Usage of SecureString in WPF
Hi, We are developing a WPF app with .net 4.8. Can we use SecureString to store the pin in memory temporarily? https://learn.microsoft.com/en-us/dotnet/api/system.security.securestring Is it Deprecated? is this recommended or is there any alternate…
Developer technologies | Windows Presentation Foundation
Position a window with respect to another from an extension
We have a Visual Studio extension. We open editors and custom windows from this extension. For an editor (window#1) when we open a related custom window (window#2) how to position window#2 with respect to window#1 (to the side or to the bottom) ? Is…
Developer technologies | Visual Studio | Extensions
How to increase bandwidth for any cryptocurrency (TRX)
In TRX, the amount of bandwidth available per user for free transactions is very low. What if I want to allow a user to buy bandwidth and increase their bandwidth periodically? Is there an API or something that can increase the bandwidth for each…
Developer technologies | C#
	
			  IOS app crashing when typing long text in a textarea on html page that is called inside webview HybridWebViewHandler : ViewHandler<IHybridWebView, WKWebView>
Hi, I am using .Net 9 using webiew -source html page to chatserver that using communication through liveswitch. Its working fine if no long text has been typing on textarea specially in release mode.Can someone help to solve this? Crash report iphone 11…
Developer technologies | C#
Extended properties not persisted on calendar events via Graph API (SDK and raw HTTP)
We are migrating from EWS to Microsoft Graph API due to the upcoming deprecation of EWS. Our legacy system relies on storing a custom identifier (VisitID) in calendar events using extended properties. In EWS, this was reliable and allowed us to track and…
Developer technologies | C#
Confirmation regarding commercial use of Visual Studio Code
Dear Microsoft Support Team, I am contacting you on behalf of my company to confirm the licensing terms for using Visual Studio Code in a corporate environment. Our company would like to use Visual Studio Code for internal business purposes such as…
Developer technologies | Visual Studio | Other
Automating Pension Net Calculations in Excel with Real-Time Data Updates
Hi everyone, I’ve been working on a project to automate monthly pension calculations in Excel for Italian retirees. The main goal is to have a dynamic spreadsheet that automatically updates net pensione calculation [calcolo pensione netta 2025] values…
Developer technologies | Visual Studio | Setup
I cannot rebuild my iOS project in Release mode.
Rebuilding my iOS project in Visual Studio Community 2022 (64-bit) Version 17.14.19 doesn´t complete. I need to cancel the build because it takes too long to complete and I think it will never complete. But I don´t get an error. I have tried rebuilding…
Developer technologies | .NET | .NET MAUI
License gone stale
I am trying to use Visual Studio 2022. It is asking for a license as the one I had has "gone stale". How do I get a license?
Developer technologies | Visual Studio | Other
Microsoft makecode arcade syncing error
Hello, I’m part of an intro to programming class using Microsoft MakeCode Arcade, and several students, including myself, have recently experienced an issue where all of our project data disappears after logging out and back in. When I checked the…
Developer technologies | Small BASIC
I can't get data from a sandbox API or debug my .NET MAUI app after getting a Business Central token.
Hello, I made a new MAUI app to play with a sandbox instance to test D365 APIs and functionality. I'm trying to authenticate and return an access token from an async method, AcquireBusinessCentralTokenInteractiveAsync, to get company data, but I cannot…
Developer technologies | .NET | .NET MAUI
How to add icon near string for compartment item of CompartmentShape
Hello. Please help, i have a situation: Create domain-specific language project type in VS 2022 Then, i create my domain classes and shapes here is picture of my setup: As you can see - i have "Town" domain class, "Street" domain…