Register Visual Studio 2026 after installation
Hi, 1.How I register my Visual Studio with our organization bill? 2.Where VS 2026 located, i want to create add it to my task bar? Thanks,
Developer technologies | Visual Studio | Setup
GIS Converter - Console App -Final code
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 Can you please look on all code and see if it ok ? Files Program code: GitConverter…
Developer technologies | C#
Count is not visible on the tab icon
My home page is a flyout page and the detail page is a tabbed page. In the tabbed the first tab is a list of alerts. My problem is with the alerts unread count. I want to show the unread count on top of the bottom tab of alert icon. Please check the…
Developer technologies | .NET | .NET MAUI
GIS Converter - Program App -Failed Test
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.Can you please why this test is failed? This test failed in ProgramTests.txt ? Can…
Developer technologies | C#
Git Converter - Logging Tests
Hi Michel, In continue to ticket : https://learn.microsoft.com/en-us/answers/questions/5665977/gis-converter-logging-code can you please read the README.md and see if I cover correctly all the tests ? If not please give the needed fixes. Thanks in…
Developer technologies | C#
GIS Converter Logging -Code
Hi Michel, 1.Can you please look on my Logger implementations and tests ? 2.If you find something missing , can you give me the fixes ? 3.Files Console.App -Client GitConverter ConsoleApp README.txt Program.cs.txt Logging…
Developer technologies | C#
how to compare two byte array which is bigger?
I have two byte array; byte[] a=[0x05,0x06]; byte[]b=[0x07,0x03]; how to compare which is bigger? and there will be only two bytes in each array.
Developer technologies | .NET | .NET Runtime
resource not found when I want to use my custom style in android in .net maui?
I am using .net maui 9.0 and in android I want create custom activity as start activity as the splash screen. so I create SplashTheme.xml in resources/values/SplashTheme.xml <resources> <style name="Theme.Splash"…
Developer technologies | .NET | .NET MAUI
how to get CodePage?
var my="slkadjf;as"; how to get its CodePage? maybe it is korea maybe it is Thai
Developer technologies | .NET | .NET Runtime
Visual Studio 2026 Upgrade to 18.1.1 with GIT
Hi, I upgrade my Visual Studio 2026 from version 18.1.0 to 18.1.1 today morning. I don't know if it from the upgrade. But the folders of the projects change from Gis to Git and also solutions and all namespaces in all the files as follow: I renamed…
Developer technologies | Visual Studio | Other
WebView does not load on Windows
Hello, I have a WebView component, which has a Source, WidthRequest and HeightRequest attribute, but it doesnt show up when im debugging on Windows Machine. The component works on Android perfectly. Is there some setting I have to enable for it to be…
Developer technologies | .NET | .NET MAUI
Platform Theme not changing when switching UserAppTheme
Hello, I wanted to dynamically switch the theme in my app (https://learn.microsoft.com/en-us/dotnet/maui/user-interface/system-theme-changes?view=net-maui-10.0#set-the-current-user-theme), but realized that the platform-specific UI still has the theme…
Developer technologies | .NET | .NET MAUI
System.Collections.Generic.HashSet does not work as advertised
Consider following code which demonstrates the usage of System.Collections.Generic.HashSet: HashSet does not hash the key's value when doing "contains" lookup. If we change the key's value, it has no bearing on the lookup.
Developer technologies | VB
How do I track my students' progress in C# modules?
I would like to track student progress in C# modules for a High School Game Development course that I teach. Is that possible and if so, what are the steps that I need to take? TIA
Developer technologies | C#
How do I get the bins from a purchase order line item from the Business Central APIs?
I have a C# app that calls Business Central APIs. I can use https://api.businesscentral.dynamics.com/v2.0/{{tenantId}}/Sandbox/api/v2.0/companies({{company_id}})/purchaseOrders({{PO}})/purchaseOrderLines?$expand=location to get more data about the…
Developer technologies | C#
How do you fix Intellisense errors in a CMake project when Visual Studio is connected to WSL:Ubuntu?
I am running a CMake project in Visual Studio Community 2026 and it is connected to WSL: Ubuntu. It is running the Linux Debug configuration preset. WSL is running the gcc 15.1.0 compiler. My C++ code builds and runs fine but I get hundreds of…
Developer technologies | Visual Studio | Debugging
How can I make screenshots and videos in the correct resolution from my game so that I can add them to the App Store?
I have already tried to make a short video from my game. My iPaid Air was connected to my MacBook Air and I have played my game on my iPad Air and simultaneously I recorded a video with the QuickTime player. The video has the following…
Developer technologies | .NET | .NET MAUI
GIS Converter -Model Tests Code
Hi Michel, 1.In continue to https://learn.microsoft.com/en-us/answers/questions/5667627/gis-converter-model-code , can you please check if I cover all tests in best way, if not please provide the fixes ? 2.The files: Model Tests Code README.md.txt Model…
Developer technologies | C#
GIS Converter -Model Code
Hi Michel, 1.Can you please passed on these files and see if there are problems with them? If yes can you please provide the fixes. 2.In this FromOption function in FileExtensionHelpers.cs.txt I do not handle .json since of ambiguity with these…
Developer technologies | C#
vbproj file corruption
This is becoming a real nuisence. Whilst working on a project, not any particular project I am suddenly warned of 10's of thousands of errors. If i save and reopen the project all the forms have reverted to modules. On investigation it is the vbproj…
Developer technologies | Visual Studio | Other