GIS Converter - Converts input file to its original
1.I need to extend the GIS converter funcuality. 2.This the command: GISConverter.Cli.exe gis_convert <input> <format> <output> <temp> [Log <log_path> [level]] <input> - this can be a single or an archive file. We…
Developer technologies | C#
how to get the keys in .net maui ?
I am using .net maui and I want to get the :1. android cert md5 2.ios cert SHA-1 3.public key of android and ios. how to get them? the first I searched that there is no md5 in keytool -printcert
Developer technologies | .NET | .NET MAUI
MAUI app issue
Hi, Does it call API to write one file into the remote server (with the given IP). Any demonstration to this?
Developer technologies | .NET | .NET MAUI
Syntax issue - Cannot figure out
I am getting a "Type Mismatch" for the following code:" yr = Application.VLookup(ListBox1.Value, Worksheets("RideSch").Range("BL4:BM8"), 2) This is what it is referencing. The variable "yr" is DIM as…
Developer technologies | Visual Basic for Applications
How to resolve a link error about a pointer?
Windows 11, Visual Studio 2022, C++, project type MFC Gosh, this is too long, but I have been struggling with it all day. I have tried to provide what seems to be essential but as short as I can. Setup: The project has several GUIs. One of the GUIs…
Developer technologies | C++
How to remove the listView pressed/activated ripple drawable to the entire row
I have a listview like below to show the question and answers. <ListView HasUnevenRows="True" HorizontalOptions="FillAndExpand" ItemsSource="{Binding ItemsSource, Source={x:Reference this_flow_picker},…
Developer technologies | .NET | .NET MAUI
Bot Framework Migration to Agent SDK
We are migrating from the Azure Bot Framework to the Microsoft 365 Agent Framework. While reviewing the documentation, I couldn’t find any replacement for Application Insights (the module shown below). Could you please let us know if there is an…
Developer technologies | Visual Studio | Other
getting error when .NET MAUi app upgrade .NET 9 t .NET 10
getting this multiple error after upgrade .net 9 to .net 10 D:\Projects\App git\WebInterface\MAUIApp\obj\Debug\net10.0-android\lp\361\jl\AndroidManifest.xml Warning: Namespace 'com.google.android.recaptcha' is used in multiple modules and/or libraries:…
Developer technologies | .NET | .NET MAUI
While launching the WinUI application in unpackaged scenario the application icon is not shown in the TaskBar
Hello, We are working on a WinUI application targeting .NET 8 and .NET 9, and our goal is to launch the app via the .exe directly. To achieve this, we've updated our launchSettings.json and .csproj as follows: In LaunchSettings.json "profiles":…
Developer technologies | Universal Windows Platform (UWP)
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
Visual Studio Installer Hang while try to connect to a disconnected pipe
I'm trying to install Visual Studio 2026 v18.1.1 using an offline layout in a new windows 10 installation, after selecting the workloads and press install (whether its Install while downloading or Download all, then install) I get the installation…
Developer technologies | Visual Studio | Setup
Mongo DB - update server to a new version
Hi, 1.I'm using Maui app in version 9, in VS 2026 , last update. 2.I'm using Mongo: with this app as follow: Server: version 7.0.3. Client (compass): version 1.42.2 There is vulnerability in server version, please see , and use Google Translate to…
Developer technologies | C#
Difficulty with assigning available licenses to replacement users
We have 5 Visual Studio licenses which were all assigned. Two of the license holders left the company so they were deleted from the "Manage Subscriber" list. When attempting to add the replacement users, I get an error saying: "No…
Developer technologies | Visual Studio | Other
during app review process, how do i get test username and password to certification team
i have an app that failed certification, requiring TEST credentials. Q: How do i provide such? (what field do i put that in) ?
Developer technologies | VB
Can I use the same app in App Store Connect and Google Play Console for testing and publishing?
I have one app in App Store Connect and one app in Google Play Console that I use for uploading test builds. What happens with my test builds when I launch the app(from App Store Connect and Google Play Console) in the Apple App Store and Google Play…
Developer technologies | .NET | .NET MAUI
one question pissble in future to this this
Hi there microsoft its possible to new future to add html files inside a script or class file and use on the form like use on browser i have this file here made in html accordion and i would like to use on the winforms and load data from database …
Developer technologies | Visual Basic for Applications
Visual Studio 2022- File Ignored always ignore when adding to class libraray
Hi, Please see the following screenshot, why adding a new new file I always need to use Git/Add ignore file (right click on the file) ? It happened in class library as follow: TargetFramework>netstandard2.0</TargetFramework> Thanks in advance,
Developer technologies | Visual Studio | Extensions
Display Alert is not shown in MAUI IOS other than OnAppearing of a page
I am trying to test my MAUI app in IOS and noticed that display alert does not work in any other place other than OnAppearing() , it works fine in Android . I tried the following options , added delay before display alert await Task.Delay(100) used…
Developer technologies | .NET | .NET MAUI
WPF window render freezing on windows 11 update 25H2
Hello. Our client is reporting worrying problems that started happening after updating windows 11 to version 25H2 (it is possible it was also happening with 24H2, not sure at this moment), but it is definetly not happening in 22H2. Everything else is the…
Developer technologies | Windows Presentation Foundation
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,