how to get all the advertise bytes in ios?
I am using .net maui 9.0 and in ios I want to ask that how to get all the bytes in DiscoveredPeripheral 's advertise . I do not want to ios to parse the bytes for me but I want to get all of it. in android I can do this:var bytes=scanRecord.GetBytes
Developer technologies | .NET | .NET MAUI
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
project does not know how to run the profile with the name ipad and command mobile
Get this message on debugging project with ipad. Cannot debug even an empty iOS net maui project? This has been going on with several previous versions of visual insiders 26
Developer technologies | .NET | .NET MAUI
Issue to show the error
Hi, For the code like the project below https://1drv.ms/u/c/17ec75244bac022f/IQDe24zzJVnTS65tU-RbGuKoAaMtx1mPtvJWgmXlcYO-HdE?e=8NpGwO is not able to show the error for this file. Any…
Developer technologies | C#
Error installing VS 2026 - 'Sorry, something went wrong. The install operation failed.'
I get the same error when trying to install VS 2026 or Update VS 2022. This is not a firewall type of issue as all other developers in my company/building have no issues. Any ideas?
Developer technologies | Visual Studio | Setup
LINQ returns System.Data.SqlTypes.SqlNullValueException. Why?
I'm learning LINQ, and trying to fetch data from a SQL Server database. All I'm trying to do is fetch data from one datetime field that is defined as nullable, where I know the field value is set to null. Here's my statement: var query = from cm in…
Developer technologies | C#
Why am I getting System.Data.SqlTypes.SqlNullValueException?
I have a model (this code is greatly reduced): public class myClass { public DateTime? MyDate {get; set;} } and I have a database table with: create table myTable (somedate datetime null); insert into myTable select null; and I have a linq…
Developer technologies | C#
How to fix C++ CodeDOM parser error: Line: 141, Column: 22 --- Member Font not found in class System.Void
Where and how can I fix this error??? Please if someone can give me some answers tommorow or the day after tommorow! Thank you!
Developer technologies | C++
Adding a11y support in UWP JavaScript/React based app
Hi I am looking to add support for a11y/TTS in a UWP JS/React based app. I wanted to confirm whether the correct method for integrate with the screen reader would be adding aria attributes to the relevant components. If not what would be the preferred…
Developer technologies | Universal Windows Platform (UWP)
StoreContext.GetAppLicenseAsync() returns false for active subscription in MSIX CLI
I'm building a WinRT CLI wrapper in C# that checks if a user owns an active Microsoft Store subscription add-on. This CLI is called from an Electron + React.js app using command-line arguments and returns true or false depending on the license…
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
VS Code stopped showing syntax errors
My visual studio code stopped showing the red squiggly lines for syntax errors and I have tried every solution that I have googled. I even asked my programming prof what was wrong with my VS code and he didn't know after. I even reinstalled VS Code but…
Developer technologies | Visual Studio | Debugging
Make WinForms look like and behave the same as WinUI 3
Hello everyone, I would like to know how to make Windows Forms (WinForms) look like and behave the same as WinUI 3. Thank you very much.
Developer technologies | Windows Forms
still having issues with receiving data from mongo
2026-01-14 14:52:56.892 Uncaught app execution Traceback (most recent call last): File "C:\Dev\Project\TRW-Forward-Tester\ForwardTeste\Lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 128, in…
Developer technologies | Visual Studio | Extensions
Is it possible to find out in Google Play Console if my Android game is only supported on devices with a touchscreen?
In Google Play Console Internal Testing it was displayed that my game is supported on many different Android devices. I think it was a few thousand devices. I don´t know if my game can only be played on Android devices with a touchscreen or if it is…
Developer technologies | .NET | .NET MAUI
GetDirectoryName('')" cannot be evaluated. The path is not of a legal form.
Good day, trying to compile my Windows Forms app - getting the error in the subject field... Thx
Developer technologies | C#
How to secure both Blazer server and api ?
Hello, I need an advice. I'd like to secure a blazor server app with individual user account. This functionality is embedded with the basic setup, and use cookies. But I also need to protect my web api with the same way. I know about the JWT, but I…
Developer technologies | C#
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++
C# Winforms control.Width not reflecting FontStyle change from Regular to Bold at runtime
I am (trying to) use control.Width at runtime to calculate control spacing . To test I've got this code: `public static Font Std_9_R { get; } = new Font( "Segoe UI", 9, FontStyle.Regular );` ```` public static Font Std_9_B { get; }…
Developer technologies | C#
errors in visual studio integration mongo db
$ 'c:/Dev/Project/TRW-Forward-Tester/dashboard/dashboard.py' c:/Dev/Project/TRW-Forward-Tester/dashboard/dashboard.py: line 1: import: command not found c:/Dev/Project/TRW-Forward-Tester/dashboard/dashboard.py: line 2: import: command not…