Issue with navigation of menu options from first tab of the flyout page
In my MAUI app, the homepage is implemented as a FlyoutPage, with the flyout serving as a menu and the detail section as a TabbedPage. The TabbedPage contains two tabs: "Alerts" and "Home." Both tabs include a menu button that opens…
Developer technologies | .NET | .NET MAUI
False positive in CA2000
CA2000 (“Dispose objects before leaving scope”) is warning because the ContainerControlledLifetimeManager(2nd line) you construct is not disposed in the method’s scope. In Unity, the container owns lifetime managers and will dispose them when the…
Developer technologies | C#
GIS - TryCreateForInput
Hi, 1.I used GIS API . 2.There are 15 formats: EsriJson GeoJson GeoJsonSeq Kml/Kmz Shapefile OsmXml Gpx Gml FileGdb TopoJson MapInfoInterchange MapInfoTab Csv GeoPackage. 3.This is my main function: TryCreateForInput that gisInputFilePath-Path to a…
Developer technologies | C#
render a form with a multiselect choice field as check boxes on a power page
how do I render a form with a multiselect choice field as check boxes on a power page?
Developer technologies | Visual Basic for Applications
Why ssh connection to host via VS code is getting disconnected every 5-10 mins?
ssh connection to host via VS code is getting disconnected every 5-10 mins. How to fix this?
Developer technologies | Visual Studio | Extensions
Visual Studio Code Generator Hanging
I implemented a Visual Studio code generator that uses the Microsoft.VisualStudio.TextTemplating.VSHost.BaseCodeGeneratorWithSite in the Visual Studio SDK. When running in Visual Studio 2026, the following code hangs: var p =…
Developer technologies | Visual Studio | Extensions
Arduino Joy Stick program that is supposed to draw lines on a Windows GUI app screen is not working
Hi Microsoft team I have a Arduino connected Joy Stick that Writes X and Y cordinate data to the Serial Monitor on Joy Stick Move , but when I read that data from a Windows GUI app in order to get it to draw on the windows GUI APP nothing happens …
Developer technologies | C++
Moving to .Net 10
Hi, 1,My solution is consists of following projects: a. Console App project in .NET 9. b. Class Library project - netstandard2.0 . c. WPF App project - in .NET 9. d. XUnit Tests project -in .NET 9. I'm using VS 2026. 3.I want to move to .NET 10 : a.…
Developer technologies | C#
Moving to VS 2026
Hi, 1.I moved from Visual Studio 2022 to Visual Studio 2026 . 2,My solution is consists of following projects: a. Console App project in .NET 9. b. Class Library project - netstandard2.0 . c. WPF App project - in .NET 9. d. XUnit Tests project -in .NET…
Developer technologies | Visual Studio | Other
BLAZOR ROUTE PARAMETER EXCEPTION
Current page directive of Blazor component is like: @page /mypage/{thestate:bool?} When I call the URL localhost:32360/mypage, there is no problem; nevertheless, when I call the URL localhost:32360/mypage/false or localhost:32360/mypage/true, the web…
Developer technologies | ASP.NET | ASP.NET Core
MAUI: Issue with loading pdf and image files in webview handler
I am migrating a Xamarin Forms project to MAUI. I have a custom webview for showing the pdf and image files in Xamarin Forms and I migrated it to a handler in MAUI. But the pdf and images are not visible on the UI in MAUI. When opening the pdf, the page…
Developer technologies | .NET | .NET MAUI
Visual Studio 2026 - Prevent output from showing 'Tests" while debugging
Hello Visual Studio 2026 is having a anooying behaviout that makes it impossible to debug anything eficiantly. When debugging the output ALWAYS jump into "Tests" even when not debugging a UniTest. Then i change i back to "Debug" and…
Developer technologies | Visual Studio | Debugging
Issue with navigation of pages
My home page is implemented as a FlyoutPage, with the detail page set as a TabbedPage and the flyout serving as the menu page. The TabbedPage contains three tabs in the order of Alerts, Home, and Menu. The issue occurs when I select the first option,…
Developer technologies | .NET | .NET MAUI
How many code rows in my solutions ?
Hi, How can I know how many code rows in my solutions ? My solution is consists of: 1.Console App project in .NET 9. 2.Class Library project - netstandard2.0 . 3.Wpf App project - in .NET 9. 4.Xunit Tests project -in .NET 9. I'm using VS 2026. Thanks in…
Developer technologies | Visual Studio | Other
Command doesn't trigger
I have a Syncfusion popup and a collection View inside Everything works as expected, the image, name, price, description, but the button doesn't want to open the picker VM namespace Scan2Cart.ViewModels; public partial class…
Developer technologies | .NET | .NET MAUI
Visual studio 2026
Hi, Does the VS 2026 is stable, and available? Which features I got with it? Does installing VS 2026 is a separate installation, not harm VS 2022 , and what size of installation is it ? Does all projects before, it supports? Thanks,
Developer technologies | Visual Studio | Other
GIS - Convert from one format to any formats.
Hi, 1.In continue to: https://quic.hkg1.meaqua.org/en-us/answers/questions/5657151/gis-trycreateforinput In this ticket the output was the selected converter. Now the focus on the converter. 2.List of GIS converters: EsriJson (.esrijson, .json) GeoJson…
Developer technologies | C#
How to compile C program developed with Microsoft Visual C/C++ 6.0 in Linux system
I need to compile C program developed with Microsoft Visual C/C++ 6.0 in Linux system? Thanks, Fen
Developer technologies | C++
i want to add the new field to the prodroutetable and data should be show in routeinventprod form but i got field in frontend and save but when i refresh the page data will be disappear why?please give me solution
i want to add the new field to the prodroutetable and data should be show in routeinventprod form but i got field in frontend and save but when i refresh the page data will be disappear why?please give me solution. i tried with table extension with…
Developer technologies | Visual Studio | Extensions
How can I handle video uploads and processing efficiently in a video streaming app?
I'm working on a video app where users can upload and stream videos. I'm trying to decide the best way to handle the video upload and processing part. I want to avoid laggy or slow experiences on the client side, especially on mobile. Should I compress…
Developer technologies | Windows Forms