A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
How to implement <select multiple> in blazor server?
Please see https://github.com/siegfried01/BlazorSvrGitPlay/blob/DemoHTMLSelectProblems/BlazorSvrGitPlay/Pages/Index.razor and…
Developer technologies | .NET | Blazor
Backups, what are you using?
What are people using for backups in Azure? 3rd party products like or the in built stuff?, or even a combo of both. I have storage blobs, SQL , function apps etc and want to get them all under one roof if I can and produce audit reports to show…
Azure Backup
An Azure backup service that provides built-in management at scale.
What event code trigger in event viewer when account restored from recycling bin or how do I get it?
I enable recycling bin and also file audit. I can see event code 4726 in event viewer when an object/account got deleted. But when I restored them I don't see anything that trigger in event viewer when restored. Event code 5138 is for when object was…
Windows for business | Windows Server | User experience | Other
Issue with MS teams
Hello Please i need your help on this. We have a user who is assigned the correct license to make calls via Teams but she gets an error every time she tries to do so. Here is the error message Here is the license assigned to the…
Microsoft Teams | Microsoft Teams for business | Other
Additional features, settings, or issues not covered by specific Microsoft Teams categories
Conflict in profiles for Bitlocker encryption using configuration profiles
Hello, I have a configuration profile for bitlocker where I am getting some conflicts. I am wondering how to narrow down the conflicts based on the information that I have. Here is the conflict for encrypt disk: And here is the conflict on requires…
Microsoft Security | Intune | Other
Other Intune-related topics, including unsupported scenarios and platform-specific behaviors
Graph API - Workbooks - Create Session - Could not obtain a WAC access token
Hi, We have an internal client to Graph API in Python to work with Worksheets. It starts refreshing tokens if needed and calling the createSession endpoint. It was created years ago and was working fine until recently. We started receiving the following…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Help with why project pdb will not load
Can you help me figure out why the debugger will not load the pdb file? It says it cannot find it but I know it is in the same directory. See attached image. I don't know what I did to the project setting that caused this. I started over with a new…
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Addin word : Load header and footer from base64 file
Hi, I have a .docx encoded in base64 and I try to put this document in a blank Word with my Word Adding tool. (WordApi 1.3 / Angular 7) I already tried to use context.document.body.insertFileFromBase64(this.myFileBase64,…
Microsoft 365 and Office | Development | Other
Building custom solutions that extend, automate, and integrate Microsoft 365 apps.
ContactNameOrder.LastNameFirstName issue
In Windows 11 21H2 Build 22000.1641 it's not possible to set ContactManager.SystemDisplayNameOrder = ContactNameOrder.LastNameFirstName; or ContactManagerForUser.SystemDisplayNameOrder = ContactNameOrder.LastNameFirstName; anymore. Afterwards it is…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
The model item passed into the dictionary is of type 'DSDB_V1.Models.DSDB_STORE_TBL', but this dictionary requires a model item of type 'System.Collections.Generic.IEnumerable`1[DSDB_V1.Models.DSDB_STORE_TBL]'.
Hi All I am so confused by this thing. One type of list work... a list with a find or where statement creates an error. No really understanding why. This is the mvc below is the source codes... maybe some one can help. What it is that I am trying to do.…
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Azure Backup Server unable to connect to VMWARE ESXi or VMWARE VCenter
Hello, I have configured Azure Backup Server on a Windows Server 2019 machine, and it successfully backs up data from shared network folders. However, I am experiencing difficulties connecting to VMWare vCenter. I have already verified that telnet from…
Azure Backup
An Azure backup service that provides built-in management at scale.
There's no way to prevent the Focus timer window from appearing when you start a Focus session?
. . . Which of course means that your workspace is instantly obscured when you choose a feature ostensibly meant to help one "focus" on work. Note that this Focus timer window is an "Always on top" window which makes it worse, i.e.,…
Windows for business | Windows Client for IT Pros | User experience | Other
When opening files not launching associated program if it was downloaded from the internet.
This started a week or two ago. Nothing but windows updates and normal user activities have been performed on this system. When Opening files are not launching the associated program if it was downloaded from the internet. Though if the…
Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
Enable Long Paths not working on network drives
I am trying to allow my network drives to have file paths longer than 260 characters, I have enabled long paths through regedit but only my C: drive is allowing access to file paths greater than 260. Is there any way to allow long paths on external…
Windows for business | Windows Client for IT Pros | User experience | Other
How to solve this sign in problem windows11
Hii All, Yesterday i reseted my windows password as I forgot it and later this morning when I was using my laptop it asks for signin, so i entered my password and System starts restarting and brought me to the sign in page where the sign in form ( pin…
Windows for business | Windows Client for IT Pros | User experience | Other
The given key was not present in the dictionary. Error during sharepoint upload
I am using the following code to upload document to SharePoint 2019. For some reason the following error is keep appearing. The given key was not present in the dictionary string siteUrl = _sharepointSettings.SiteURL; …
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
How to target .NET 6.0 with Visual Studio 2019?
Hello: I know .NET 6.0 is released, but I don’t know how to create a WinForm App targeting .NET 6.0 with Visual Studio 2019 (Version 16.11.5) on Windows 10 (Version 21H1) I can download the following packages: .NET 6.0 SDK (v6.0.100) - Windows x64…
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
P2S VPN gateway, is it possible to connect one client to another client ?
Hi, I have a question around azure P2S VPN offering, I set it up nicely and installed VPN client on VM, which is able to access azure resources available on that Vnet, But i have a different requirement where I have two VMs where i have installed and…
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
Azure Device Update Retrieval Errors
I created an IoT Hub instance and Azure Device Update Instance in a resource group via bicep templates. I have deployed the same bicep templates without issue in the past. However, in this tenant after deploying - the 'Updates' Tab on the IoT Hub…
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
Copy Azure Fileshare to blob and change everything to lowercase, using ADF?
Hi, @Work, we are looking to move an azure FileShare to an Azure Blob. The fileshare exists of 5 containers with each folders, subfolders and files. Total size of the data, around 9 TB. I'm looking for the most efficient way to copy them. There is one…
Azure Files
An Azure service that offers file shares in the cloud.
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.