.NET MAUI doesn't fullfill entire screen on iOS 18, but is fine on Windows/Android/IOS 16
Hello .NET MAUI doesn't fill entire screen on iOS 18 (see picture of real mobile behaviour) you can recognize MAUI rectange area (background color of Webkit webview controll is full filled on the screen, but all XAMLs like AbsoluteLayout StackLayouts...…
Developer technologies | .NET | .NET MAUI
Visual Studio 2019 offline does not work
I am attempting to update Visual Studio 2019 in an offline environment, using vs_enterprise.exe --layout command like I have for the last 3 years, but starting with 16.11.49, the installer does not complete. When I try running setup.exe in the offline…
Developer technologies | Visual Studio | Setup
Partner Center not allowing me to "accept and continue" when creating individual dev account?
Hi, I am trying to make my microsoft/xbox email into an individual developer account. I am inputting the info into the link via partner center (…
Developer technologies | Windows Forms
Outlook Ribbon Add-in Manifest Issues
An add-in has been successfully created that works as expected within the Calendar context. However, there is an attempt to create a separate add-in that should always be accessible from the main Ribbon in Outlook, independently of whether the user is in…
Developer technologies | XAML
Finance and Operations
Iam facing an error while making the product receipt automic code in D365 F&O these is the error An error occurred: Cannot select a record in Transit document tax information relation (TransitDocumentTransTaxInfoRelation_IN). The SQL database has…
Developer technologies | C#
Why Visual Studio Installer provides outdated versions of Windows SDKs for VS 2019?
I have Visual Studio 2019, version 16.11.50. My Visual Studio Installer version is 3.14.2082.42463. When I decided to install the Windows SDK from VS Installer to get updates for it automatically, I noticed that versions of SDKs suggested on the…
Developer technologies | Visual Studio | Setup

Error 0x800B0100 - App Package Must Be Digitally Signed
My app is already published on Microsoft store, now I am trying to upload an update and keep encountering the error 0x800B0100. The error message states, "The app package must be digitally signed for signature validation." Steps to…
Developer technologies | Universal Windows Platform (UWP)
how to create a customized form with more that 40 fields connected to microsoft lists
Hello, I need your guidance on how to create a customized form in PowerApps with 40 fields connected to Microsoft Lists. Regards
Developer technologies | Windows Forms
[Graph api] Getting messages from Teams chat group that created by others got InsufficientPrivileges error
I'm a developer and I met a problem while integrating graph api for getting messages from Teams chat group. I'm getting InsufficientPrivileges error while getting messages from chat group created by others even I'm a member of that group.…
Developer technologies | C#
Dev Centre request denied
We applied for access to the Dev Centre so we could use M365 and Teams SDK to complete our App build. We were denied an account and cannot find out how to fix it / make contact with a human to assist. All digital links either are not answered or support…
Developer technologies | C#
Visual C ++
Microsoft Visual C++ Runtime Library – Assertion Failure I have been receiving an Assertion Failure message from Windows (expression: vulcan_) and I’m not sure how to fix it or how critical it is. I have also been experiencing issues with Adobe, and…
Developer technologies | C++
In subscriptions I can not assign a role to a user
Can not assign a role to the subscription despite using the Global admin login.
Developer technologies | Visual Studio | Setup
Microsoft Visual Studio 2010 Service Pack 1 in KB2635973 is not working for Windows 11. Wat is the fix?
Hello, Using Visual Studio (2019 & 22) I have this issue where I get no syntax error warnings nor highlighting. This started happening after my upgrade to Windows 11 (from 10). I looked into the issue and it seems I am missing Microsoft Visual Studio…
Developer technologies | Visual Studio | Setup
DX11 GPU memory leak on OpenSharedResource
I'm trying to figure why i'm getting GPU memory leak on this code. I checked using System Informer, at "Gpu Dedicated bytes" the memory usage increases on each loop iteration. I thought it was a missing call to CloseHandle(hDxSurface);, but…
Developer technologies | C++
Issue with UndoRecord.StartCustomRecord in VSTO add-in: Undo stack breaks after bullet/numbering
I am using UndoRecord.StartCustomRecord in Microsoft.Office.Interop.Word to create custom undo records in my VSTO add-in. However, I’ve encountered some unexpected behavior that makes the Word undo stack unusable. (I put the same question on…
Developer technologies | C#
I previously scheduled my GitHub Copilot certification exam, which was originally set for August 14. I'm looking to book a second attempt. Could you please let me know when I’m eligible to reschedule the exam and how to proceed?
I previously scheduled my GitHub Copilot certification exam, which was originally set for August 14. I'm looking to book a second attempt. Could you please let me know when I’m eligible to reschedule the exam and how to proceed?
Developer technologies | Visual Studio | Extensions
How to use SelectedIndexChanged or CommandParameter with CommunityToolkit.Mvvm
I am using CommunityToolkit.Mvvm with ObservableObject and ObservableProperty. In the MVVM pattern, how can I trigger the SelectedIndexChanged event for a Picker when an item is selected, or handle changes in an Entry when typing into the textbox? …
Developer technologies | .NET | .NET MAUI
Usage of TLS 1.3 protocol using SCHANNEL in C++ language for TCP/IP
We are trying to build one sample application using only TLS 1.3(No fallback to older TLS versions) protocol with below registries added, [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.3\Client]…
Developer technologies | C++
Convert VB.Net Project to C#
I have just installed Visual Studio 2022 Community Edition. I was planning to convert an old VB.Net project to C#. I started by updating it to .NET Framework 4.8 and made sure it compiled and worked. When I tried to convert it to C# the option wasn't…
Developer technologies | C#
SUBSCRIBING TO PLATFORM EVENTS
Following the example in article https://learn.microsoft.com/en-us/dotnet/maui/fundamentals/app-lifecycle?view=net-maui-9.0, I tried the following: public static class MauiProgram { public static MauiApp CreateMauiApp() { var builder =…