298,060 questions

Sort by: Updated
3 answers

How to Detect Initial DPI changes in a WPF Application while Scaling according to Per Monitor Aware in Variable Dynamic Screen Resolution?

In daily life we have to deal with a lot of different types of display size it may be mobile or may be a 4k monitor. The screen resolution vary from display to display. Here another important factor is DPI (Display per inch) which is mainly a scaling…

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,940 questions
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,696 questions
C#
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.
10,490 questions
C++
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.
3,596 questions
asked 2024-05-27T23:46:16.7233333+00:00
MERUN KUMAR MAITY 531 Reputation points
edited a comment 2024-06-18T07:43:29.5933333+00:00
MERUN KUMAR MAITY 531 Reputation points
1 answer

Catch UnhandledException when Application Framework is off

Hello, When I disable Application Framework: AddHandler My.Application.UnhandledException, AddressOf MyUnhandledException Becomes invalid: UnhandledException is not an event of blah.My.MyApplication Using VB.net WinForms .NET FW 4.0 app, anyone can give…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,632 questions
asked 2024-06-18T05:17:20.2766667+00:00
StewartBW 645 Reputation points
answered 2024-06-18T07:43:22.11+00:00
KOZ6.0 5,820 Reputation points
2 answers One of the answers was accepted by the question author.

KB5039212 and KB5039211 update causing problems in NiceLabel utilizzando internal fonts delle stampanti Honeywell.

When I open a NiceLabel LBL file that uses texts with proprietary fonts from Honeywell printers, these objects are enormous in length and are not manageable. Removing the KB5039212 update makes the problem go away. 2024-06-17_17-37-20 No Update.jpg

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,957 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,630 questions
asked 2024-06-17T15:44:27.66+00:00
Alberto Berti 0 Reputation points
edited an answer 2024-06-18T07:42:03.9433333+00:00
Alberto Berti 0 Reputation points
1 answer

Authenticator version 6.2405.3618 & 6.2406.3956 causing "Update Required" error on Business Office 365 accounts

Hi, ever since I updated my Authenticator to version 6.2405.3618, my entire Office apps on my phone all asking to sign-in my Office 365 accounts again, when I tap on the "sign-in" banner, it will then ended up with error "Update…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,848 questions
asked 2024-06-17T17:05:08.81+00:00
Tinmor Chen 6 Reputation points
edited an answer 2024-06-18T07:41:32.7233333+00:00
Tinmor Chen 6 Reputation points
1 answer

Using Entra ID Privileged Identity Management, can I restrict a "Bitlocker key reader" role to only read keys from a limited set of devices?

I manage Windows laptops for students. They are encrypted using Bitlocker. Occasionally, a student will lock their device (probably by repeatedly entering their Windows Hello PIN incorrectly), requiring a bitlocker key to unlock . There is a…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,124 questions
asked 2024-06-17T09:22:26.5066667+00:00
JD 0 Reputation points
commented 2024-06-18T07:40:48.97+00:00
Givary-MSFT 29,351 Reputation points Microsoft Employee
1 answer

GPT-4o via Azure OpenAI timing out constantly

Hi, GPT-4o via Azure API seems almost trivially broken in a way that really surprises me. Basically when streaming is enabled, once the number of input tokens exceeds around 15K, it'll time out before producing a single token. The timeout cannot be…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,449 questions
asked 2024-06-05T17:00:09.26+00:00
Matthew Hertz (London) 5 Reputation points
commented 2024-06-18T07:36:04.9133333+00:00
Matthew Hertz (London) 5 Reputation points
1 answer

How to generate a QR code to share a file in sharepoint online

I would like to generate a QR code to share/display a file that is in sharepoint online , is there any option to do it in Microsoft O365 ?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,028 questions
asked 2023-04-17T14:59:32.2633333+00:00
Anonymous
commented 2024-06-18T07:35:53.09+00:00
Andrei D 0 Reputation points
1 answer

How to access resource values in MAUI .NET 8?

Hello, In Xamarin Forms I was accessing dynamic resources from the App.xaml.cs file using the below code // On ViewModel var thickness =…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,064 questions
asked 2024-06-18T06:45:32.6166667+00:00
Chinmay Dole 40 Reputation points
answered 2024-06-18T07:35:48.8+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 70,646 Reputation points Microsoft Vendor
1 answer

Is it possible to allow user consent for enterprise applications which require assignment?

I am developing an application for internal use within my company but to prevent any random employee from accessing it we want to require user assignment. Unfortunately this prevents users from individually consenting to the application, requiring…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,124 questions
asked 2024-06-17T20:56:08.4+00:00
Nicholas Hollander 0 Reputation points
commented 2024-06-18T07:35:24.9766667+00:00
Givary-MSFT 29,351 Reputation points Microsoft Employee
1 answer

MAUI: Partial method 'MyContactsService.GetContactsAsync()' must have an implementation part because it has accessibility modifiers

I am getting below error when try to rebuild the project in release mode. Severity Code Description Project File Line Suppression State Error (active) CS8795 Partial method 'MyContactsService.GetContactsAsync()' must have an implementation part because…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,064 questions
asked 2024-06-17T14:59:21.16+00:00
Sreejith Sreenivasan 771 Reputation points
commented 2024-06-18T07:34:41.9566667+00:00
Sreejith Sreenivasan 771 Reputation points
1 answer

Does Microsoft 365 Basic's Outlook have File-->Import/Export (.pst) Provision?

Hi, I am to transfer all my emails from University Account that operates with MS Office 365 Outlook (Syracuse Univ., NY). I have been suggested Microsoft 365 Personal. As I have Office Home version, I would go with Microsoft 365 Basic. I have a question:…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,228 questions
asked 2024-06-18T06:10:07.1266667+00:00
Boray Sudhindra Deepaksubramanyan 0 Reputation points
answered 2024-06-18T07:34:25.3333333+00:00
SokiGuo-MSFT 24,701 Reputation points Microsoft Vendor
2 answers

Function app using user assigned managed identity in backend but showing System managed identity in environment variables

The issue is that in function apps we are using Environment variables which sourced from a key vault using a user assigned managed identity. System assigned managed identities have been turned off, however the environment variables still show that the…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,160 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,496 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,168 questions
asked 2024-06-17T08:15:41.7766667+00:00
Narendra Kandula 0 Reputation points
commented 2024-06-18T07:34:04.3833333+00:00
Givary-MSFT 29,351 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

BUG in Azure Automation Runtime Environment feature

There is a bug where if you want to test another (not published) Runtime by editing the Runbook, selecting the Runtime and hitting Test Pane and Start, the original (published) Runtime is used instead of the newly selected one. In my example you can see…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,161 questions
asked 2024-06-13T08:41:30.0666667+00:00
Andrew 11 Reputation points
accepted 2024-06-18T07:33:41.33+00:00
Andrew 11 Reputation points
3 answers

On Microsoft Entra I am unable to see user name with unauthorized access how do I view the users?

Hello I see unauthorized sign-in on the Entra Microsoft account. I don't see the list of users that are having unprotected sign-in. How do I see it? I have all the privileges still I don't see the names of the users.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,124 questions
asked 2024-06-14T14:22:22.8966667+00:00
Keerthi Mishra 0 Reputation points
edited an answer 2024-06-18T07:31:48.4333333+00:00
Akshay-MSFT 17,006 Reputation points Microsoft Employee
1 answer

Outlook is attempting to contact the server for information

I have tried checking all the cache in outlook application and also repair installation for office 365, New user account in outlook application, disabled all the add-ins, Checked in safe mode in outlook. I also checked this article online -…

Microsoft Exchange Online
Microsoft Office Online Server
Microsoft Office Online Server
Microsoft on-premises server product that runs Office Online. Previously known as Office Web Apps Server.
607 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,994 questions
asked 2024-06-18T02:03:19.2633333+00:00
Anand 5 Reputation points
answered 2024-06-18T07:30:48.9266667+00:00
ChristyZhang-MSFT 21,591 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Ways on how to manage azure Devices and Find device location per office

Hi, Im on creating some automation to delete all stale devices in Entra ID (not in intune) and i need to find a way to find each device location so i can separate them every office. are there any ways to check the device location or physcial location? im…

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,431 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,222 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,124 questions
asked 2024-06-04T13:06:28.0866667+00:00
Darren Ramos 40 Reputation points
accepted 2024-06-18T07:30:41.23+00:00
Darren Ramos 40 Reputation points
2 answers

Return exit code

Hello, I have 2 VB.net WinForms app (.net 4.0) one is x64 one is x86 From the x64 one, I call the x86 one and need to get back its return code. Code inside the x64 app: Using Compiler As New Process …

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,632 questions
asked 2024-06-17T22:47:17.3233333+00:00
StewartBW 645 Reputation points
answered 2024-06-18T07:28:08.82+00:00
Jiachen Li-MSFT 27,666 Reputation points Microsoft Vendor
3 answers

Change cookie path

In my ASP.NET application, I want to change the cookie path from the root to some specific folder. How can I do that?

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,367 questions
asked 2024-06-13T11:23:12.5066667+00:00
Adeel Mirza 21 Reputation points
commented 2024-06-18T07:28:06.71+00:00
Lan Huang-MSFT 27,796 Reputation points Microsoft Vendor
2 answers

Combine 2 Solutions in to 1

I have 2 separate MVC applications (Project1.sln, Project2.sln) using Entity Framework in VS 2019. Both applications work fine if the project/solution is loaded separately. When I add Project2 in Project1, I get a long list of errors. What's the best way…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,367 questions
asked 2024-06-12T05:31:39.46+00:00
Malam Malam 166 Reputation points
commented 2024-06-18T07:27:24.1966667+00:00
Lan Huang-MSFT 27,796 Reputation points Microsoft Vendor
1 answer

How to retrieve both debug and triggered pipeline run details for ADF using a single REST API call using ADF web activity

How can I obtain the latest run date of a pipeline (both Triggered and Debug run details) utilizing just the pipeline name? The first URL retrieves the triggered pipeline details with the ADF web activity, and the second URL retrieves the debug pipeline…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,899 questions
asked 2024-06-10T08:51:06.91+00:00
Kumar 0 Reputation points
commented 2024-06-18T07:26:52.6033333+00:00
phemanth 7,430 Reputation points Microsoft Vendor