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 =…
Developer technologies | .NET | .NET MAUI
What does the error message mean: DataTable internal index is corrupted: '5' ?
What does the error message mean: DataTable internal index is corrupted: '5' ?
Developer technologies | C#
Line having the issue
Hi, Further to the error like Exception/StackTrace - Could not find a part of the path 'c:\xxy\newfile'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess…
Developer technologies | C#
I’m trying to override a language in an External Identities user flow (Microsoft Entra ID) by customizing all the attribute strings, exporting them, modifying the file, and reuploading it. However, the changes are taking a long time and not able to config
I’m trying to override a language in an External Identities user flow (Microsoft Entra ID) by customizing all the attribute strings, exporting them, modifying the file, and reuploading it. However, the changes are taking a long time and not able to…
Developer technologies | Small BASIC
Visual Studio 2022 (.NET 8 MAUI) – iOS Simulator build fails: “MSBuild was unable to connect to the Mac …” despite successful Pair to Mac
Hello, I am trying to debug my .NET MAUI (.NET 8) project on a simulated iPhone 16, but I always get the following error when building: MSBuild was unable to connect to the Mac with Address='xxx.xxx.x.xx' and User='username'. This connection is…
Developer technologies | .NET | .NET MAUI
Query on Stack Protection Status
Hello Team, While checking a Windows executable in Process Explorer, I noticed that Stack Protection is shown as Disabled, whereas DEP, ASLR, and CFG are enabled. PFA screenshot for reference. Could you please confirm if this is expected behavior, and…
Developer technologies | C++
How to show error icon when sync fails with cloud filter apis?
I am trying to create VFS using cloud filter APIs and want to implement error handling. In OnFetchData if we get any errors I want to show error icon in sync status. Can someone help what API should be called to achieve this functionality. I have tried…