how to show the music's spectrum in .net maui?
I am using .net MAUI 9.0 and I want to get this in page: when I play music in the mobile I can get the rhythm how to do it?
Developer technologies | .NET | .NET MAUI
Clarification on Visual Studio Licensing for Ephemeral CI/CD Build Agents (Harness VM Runners on AWS EC2)
Hello, We have a use case where our CI/CD build agents require a full Visual Studio installation to build certain applications (such as SSIS projects). In our environment, we use Harness VM Runners that dynamically provision short‑lived EC2 instances…
Developer technologies | Visual Studio | Other
Is VB upgrade companion what I need to convret VB6 programs to today's platforms?
I WANT TO UPGRADE MANY VB6 PROGRAMS. I was a math teacher for well over 30 years. During that time I wrote hundreds (around 300) of VB6 programs to help students learn targeted high school math concepts by working computer generated problems. Of…
Developer technologies | Visual Studio | Other
Visual Studio sends 'shutdown' and 'exit' requests to Langauge Server on closing a Solution
I am working on implementing a Language Server (LSP) as part of a Visual Studio Extension. We have a requirement of loading the Language Server when extension is loaded and keeping the Language Server loaded throughout the Visual Studio session till the…
Developer technologies | Visual Studio | Extensions
DEPLOY ERROR
After the upgrade of VS to version 17.14.9 today, all my MAUI projects, that used to run before, generate a Deploy Error: Error ADB0010: Mono.AndroidTools.InstallFailedException: Unexpected install output: Exception occurred while executing…
Developer technologies | Visual Studio | Debugging
With unified dialog for CMake presets, reconfigure happens when switching between build presets of the same configure preset
In a simple setup where you have 1 configure preset and 2 build presets for it, switching between the presets causes a configure of the project when the unified menu is used and it does not do it. This might not be relevant in a toy example that…
Developer technologies | Visual Studio | Other
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 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
How can I fix a semantic model relationship issue in Power BI?
I have two tables: Table 1: Contains a distinct Employee Code with an Active/Inactive flag for each employee. Table 2: Contains Employee Code along with the courses pursued by employees under the company’s training programs. When I try to create a…
Developer technologies | Transact-SQL
How to Migrate VB.NET WinForms App from AxTabDlg.AxSSTab (Sheridan SSTab ActiveX) to 64-bit Managed Controls?
Hello Community, I’m working on migrating a VB.NET Windows Forms application from 32-bit ActiveX controls to a pure 64-bit managed solution. The app currently uses Sheridan SSTab ActiveX via AxInterop.TabDlg (e.g., AxTabDlg.AxSSTab). Since ActiveX/COM…
Developer technologies | .NET | .NET Runtime
Difference between initialized property and got by the "getter"
struct MainWindow : MainWindowT<MainWindow> { private: int32_t m_myValue{ **83** }; //**initialized** public: MainWindow() { } int32_t MyProperty(); void MyProperty(int32_t value); void…
Developer technologies | Visual Studio | Debugging
VSTools64.msi component is missing
Visual Studio has now been installed on Test, but it can't communicate with AX because the VSTools64.msi component is missing. I wonder where I could find it? Such old stuff can't be found online anymore. Or come up with some other workaround to get…
Developer technologies | Visual Studio | Extensions
I get the warning: observer object was not disposed manually with Dispose() multiple times when I start debugging my iOS project on my iPad Air
I get many messages(in debug mode) in the Visual Studio Output window that I don´t understand and I don´t know where these messages come from when I debug my iOS project on my iPad Air. My iPad Air is connected to my MacBook Air. I get the warning:…
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
How to fix The Windows SDK version 10.0.26100.0 for Desktop C++ x64 Apps was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution"
This is the error while building KDMF project I cannot find the same version of Windows
Developer technologies | Visual Studio | Setup
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#
Issue with generating FCM token
I am getting below exception when launching the application: Java.IO.IOException: 'SERVICE_NOT_AVAILABLE' [mono-rt] [ERROR] FATAL UNHANDLED EXCEPTION: Java.IO.IOException: SERVICE_NOT_AVAILABLE [mono-rt] at…
Developer technologies | .NET | .NET MAUI
Issue with generating FCM token
I am getting below exception when launching the application. **Java.IO.IOException:** 'SERVICE_NOT_AVAILABLE' [mono-rt] [ERROR] FATAL UNHANDLED EXCEPTION: Java.IO.IOException: SERVICE_NOT_AVAILABLE [mono-rt] at…
Developer technologies | .NET | .NET MAUI
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#
Issue with visibility of Listview
I have a custom listview to show activities on the UI. My problem is listview content not visible on the UI. I can see "You have 3 activities" text on top, but listview section empty. I tried adding red background color for the listview but…