A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Access Denied on Project Detail Pages containing Basic Information Web Part (Project Online)
I ran into the situation where Project Managers get an "Access Denied" notification when they try to access a Project Detail Page containing the Basic Information web part. When digging into the issue, I noticed the 'Project Web App'…
Microsoft 365 and Office | SharePoint | For business | Windows
How to return bool value as true or false from web api ?
I work on web api asp.net core 3.1 I face issue I can't return true or false from web API compare excel as below so if excel is identical then return true else return false [HttpGet] [Route("CompareExcel")] public…
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.
az aks upgrade to kubernetes version 1.18.14 is failing because of “Pod Disruption Budgets” (partially completed)
az aks upgrade --resource-group --name --kubernetes-version 1.18.14 (from 1.17.9) is reporting the following error: Deployment failed. Correlation ID: fa7565e0-a741-4ef2-accf-a76be59da209. Drain did not complete pods…
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
Two requests from different threads with different urls in same httpclient instance
I make two different 'GET' requests from two different threads at the same time. Will i have any conflicts if i will try to send at the same time but with different urls? static HttpClient client = new HttpClient(); private void Thread1() { var…
Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Column indexing in the list and libraries for storing documents
The requirement is to provide column indexing in every list and libraries in the SharePoint Online Site. Library Which Primary and Secondary Columns need to be indexed for library ? List Which Primary Column needs to be indexed…
Microsoft 365 and Office | SharePoint | For business | Windows
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Clarity - heatmap and recording not showing css styles
I am using Clarity against my sites, but under the Clarity heatmap and recordings, they are only showing HTML contents but not CSS styles. I can see CSS styles loaded when browsing sites, so I am pretty sure this is not the problem with CSS. Any…
Community Center | Not monitored
Tag not monitored by Microsoft.
Expression expected
I write these four lines in my code and receive 'BC30201' expression expected error.How can I resolve this error please help. the lines are: Private Declare Function ch341opendevice Lib "ch341dll.dll" (ByVal iindex As Integer) As Integer …
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
solution for archiving documents with specific rules for better site performance
The requirement is to provide a solution for archiving documents with specific rules in SharePoint Online. Unable to find the below optiton in SharePoint Online. Is the retention policy available ? If so where it is located for a document library ?…
Microsoft 365 and Office | SharePoint | For business | Windows
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
how do i insert Image from access to excel in VB.net ?
How do i do it since my export is stop the moment it get into the image cells.. Here the following code Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click If DataGridView1.RowCount = Nothing Then …
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
Issue with IO Completion port not returning buffer from WSARecv
Having a issue with IO completion ports: So getting a receive message on the IO completion port i set up, It triggers GetQueuedCompletionStatus and returns with the Completion Key and the Overlapped data. Both appear to be good and I can see data…
Windows development | Windows API - Win32
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.
How preserve fontsize of 2 Richtextbox or equal sizes
I have 2 richtextboxes, I increase the font size of both correctly at same time with a button with this code. The problem is: when I zoom directly on touchscreen and/or I do accidentally 2-fingered zoom on the touchpad, over one of them, it zooms too,…
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
Update from build 1607 to 20H2 via Manage Engine
L&G, I Have a peculiar problem. We need to update enduser machines & the choice of tool is ManageEngine. The problem is we need to go from 1607 build to minimum 20H2 build. However the filesize for the update is a 5GB ISO file. I was wondering…
Windows for business | Windows Server | User experience | Other
Windows for business | Windows Client for IT Pros | User experience | Other
Visual Studio Authoring Extensions (VSAE) not visible in Visual Studio 2019
Hello, I have installed System Center Visual Studio Authoring Extensions (VSAE - download link: https://www.microsoft.com/en-us/download/details.aspx?id=30169 ) multiple times and its not showing up in Visual Studio Enterprise 2019. I am using x64…
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
Do my files still safe when I unlock bitlocker?
hello, When I'm unlocking my bitlocker drive and access my files, can others (potentially hackers) access it as well? Or are they protected and accessible only to me? Thank You
Windows for business | Windows Client for IT Pros | Devices and deployment | Configure application groups
Setup Project using release
I'm trying to make a setup project in visual studio 2019 using .Net framework 4.7.2 In setup project, when I've tried to change the configuration of the project from Debug to Release, I got the following error:
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Dotnet core (3.1 or above) websocket client supported libraries
Dear Experts, I am creating the websocket client in dotnet core console application. I am trying to develop an application which creates list of websocket clients. I want to receive events when on client side (onmessage, onerror, onclose events ) …
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.
fractal word tree in WPF C#
I am trying to code a function that takes in a string of words and turns it in to a fractal word tree . My tree look just weird and I do not how to turn a string into a shape here is what I have : public Shape PrintTree(Brush customColor) { …
Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
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.
[Microsoft Graph] [Contact Folder] Get the contact folder from MAC Outlook Desktop
Hi, When creating a contact folder from WINDOWS Outlook Desktop, we can verify the contact folders using (https://learn.microsoft.com/en-us/graph/api/user-list-contactfolders?view=graph-rest-beta&tabs=http) GET /me/contactFolders We can…
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
How to hide Checkbox based on another cell value
Hi there, I am creating a fillable excel form. First question is located in Cell A2. It's a "Yes/No" question. If "Yes" is selected, I want further questions to appear below (including a checkbox). Otherwise if "No" or…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
troubleshooting windows update issue - how to read cbs.log?
Hi heroes, May I know does Microsoft has guides on how to read cbs.log? I'm troubleshooting a windows 10 20H2 KB5003637 install failure issue. part of the cbs.log output is something like below: 49814: 2021-06-16 13:51:27, Info CBS Child cab…