I'm facing some issue during the installation of visual studio professional with github
Not able to install the software after i got the license
Developer technologies | Visual Studio | Setup
How can I test subscription products for my Microsoft Store app before publishing?
I’m developing a .NET MAUI app that includes in-app subscription products using the Microsoft Store. Everything works fine technically, but I can’t find any sandbox or testing environment to simulate real subscription purchases, renewals, or…
Developer technologies | Visual Studio | Testing
Visual Studio 2026 VS Chat CptChatGpt
Hi, I'm using VS 2026 With ChatGpt with register bill. How to use in best way. Can you please best practice rules of all the interaction with ChatGpt. Thanks in advance,
Developer technologies | Visual Studio | Other
Will my iOS application automatically running on Apple Vision Pro?
I found this option in App Store Connect: I don´t have Apple Vision Pro and I cannot test if my iOS application will work on Apple Vision Pro and I don´t know if I could test it in Visual Studio. Will my iOS application automatically running on Apple…
Developer technologies | .NET | .NET MAUI
How to validate JSON in JavaScript?
I am working with JavaScript and receiving JSON data from an API. Before parsing the response, I want to check whether the JSON is valid to avoid runtime errors. What is the recommended way to validate JSON in JavaScript? Are there any best practices for…
Developer technologies | C#
How to fix C# uwp packaging error
I encountered this error while packaging my C# UWP project. I've tried some methods, but none of them worked. Could you please help me resolve this issue? My visual studio version is 17.14.19. Compile error information: The…
Developer technologies | Universal Windows Platform (UWP)
Is there a common .NET MAUI implementation for AccountManager / AccountAuthenticator?
Hello team, I have a question regarding authentication in .NET MAUI. On Android there are built‑in classes such as AccountManager and AccountAuthenticatorActivity that allow applications to create accounts, list them in system settings, and obtain…
Developer technologies | .NET | .NET MAUI
GIS Converter - Converters Tests Coverage
Hi Michel, First thank you very much for your help. In continue to : https://learn.microsoft.com/en-us/answers/questions/5658105/gis-convert-from-one-format-to-any-formats 1.Can you please look on the Converters tests and see if I cover all the needed…
Developer technologies | C#
How do I move from Tests Explorer to my code using Go To Code?
Hi, Please look on: https://app.screencast.com/M0S7MDU6bVP9T When test failed, I right click on tests and pressed "Go To Test", but is not working ? why ? Thanks in advance,
Developer technologies | Visual Studio | Testing
GIS Converter -Unit Tests Projects -Set Aspose License.
Hi Michel, Thank you very much for your help !!! I implemented all your remarks from ticket: https://learn.microsoft.com/en-us/answers/questions/5658212/gis-cli-commands 1,How do I set the Aspose license to all my unit tests in one place ? 2.This the…
Developer technologies | C#
GIS Converter - ConverterUtils.BuildOutputPath not handle properly outFileExt
Hi Michel, First thank you very much for your help. In continue to : https://learn.microsoft.com/en-us/answers/questions/5658105/gis-convert-from-one-format-to-any-formats 1.Caller:Converters\UniversalGisConverter.cs // Step 5: Build output path var…
Developer technologies | C#
GIS Converter - Final Implementation of Converters
Hi Michel, First thank you very much for your help. In continue to : https://learn.microsoft.com/en-us/answers/questions/5658105/gis-convert-from-one-format-to-any-formats 1.Can you please look on Implementation of UniversalGisConverter.cs.txt and all…
Developer technologies | C#
AutoComplete Extender using ASP.NET and Excel spreadsheet
Hi, I have a textbox on the default. aspx page bound to a Ajax Autocomplete extender. When the user types, I want the popup to display 'USA Counties' that match the first 2 or 3 letters. The source information could be in a Excel spreadsheet with 2…
Developer technologies | ASP.NET | Other
GIS Converter - Factories Tests Coverage
Hi Michel, First thank you very much for your help. In continue to : https://learn.microsoft.com/en-us/answers/questions/5658105/gis-convert-from-one-format-to-any-formats 1.Can you please look on the Converters tests and see if I cover all the needed…
Developer technologies | C#
how to install visual studio
Hello, I’m trying to install Visual Studio on Windows 11, but I get an error at the start of the installation saying: “Sorry, something went wrong.” I’ve tried several solutions, but nothing has worked so far. I would really appreciate your help.…
Developer technologies | Visual Studio | Setup
GIS Converter - EnsureDebugArgs in Console App
Hi Michel, Thank you very much for your help !!! I implemented all your remarks from ticket: https://learn.microsoft.com/en-us/answers/questions/5658212/gis-cli-commands 1.Do I used EnsureDebugArgs in a best way ? if not give please me the fixes code…
Developer technologies | C#
Crash in Blazor app when accessing WebAssembly pages via mDNS (.local) hostname
I a complete noob when it comes to ASP.Net and Blazor, so please be gentle with me... I have set up the SignalR sample code - as far as I am aware, this is just a template Blazor app - the standard template Home, Counter, Calendar pages (Which are all…
Developer technologies | ASP.NET | ASP.NET Core
Which framework to use? Blazor? Razor? Very non-standard project for Raspberry Pi
The project: Hardware A flexible LED matrix (Display) mounted to a T-Shirt. Displays animations (Gifs), images etc. Rotates through a playlist. The LED matrix is connected to a Raspberry Pi Zero 2 W and driven via GPIO (It's not an HDMI type display,…
Developer technologies | ASP.NET | ASP.NET Core
Calculate and display percentage value from value of two label controls
How can I find the percentage from thhe value of a label control, and display it in another label? For instance, I have 4 Label controls, each label have values. I want to diplay the percentage for each label value in a label. e.g. These are the Labels…
Developer technologies | ASP.NET | Other
VS 2026 Error when running a .Net 10 console app in Debug
Getting this error on a .Net 10 console app in VS 2026. I am just trying to run a basic console application with only Hello World in the Console. I haven't added anything to it. Can someone please help because VS 2026 is useless without being able to…