53,961 questions

Sort by: Updated
0 answers

How to apply Width and Height of Text on CanvasDevice's DrawText, that means some text width is too small some text too high how to calculate this and apply

//JSON file "Templates": [ { "TemplateID": "1", "TemplateName": "WHITE", "CardFeeder": "A", "Sides": [ { "Side":…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,398 questions
Universal Windows Platform (UWP)
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,286 questions
asked 2024-05-07T02:46:56.3133333+00:00
Saranya Karthik 40 Reputation points
edited the question 2024-05-07T06:38:27.61+00:00
Jiale Xue - MSFT 33,751 Reputation points Microsoft Vendor
0 answers

Edge Runtime is 200-OK but modules are showing offline

Hi , I am running IoT edge on a RHEL Linux server. I wanted to check the logs form portal. In the portal, I can see the IoT Edge Runtime Response as 200-OK and all the modules are in running state. But when I click on any module and select troubleshoot…

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
543 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,127 questions
asked 2024-05-07T06:22:07.7766667+00:00
Satyam Chauhan 512 Reputation points
edited the question 2024-05-07T06:36:50.2766667+00:00
Satyam Chauhan 512 Reputation points
0 answers

[bug-keyvault-networking] - Keyvault networking not working properly

Steps to reproduce the bug: 1.Create Keyvault with default option 2.Add public ip in "Allow public access from specific virtual networks and IP addresses" & also add virtual network and apply. refresh the page 2-3 times , azure…

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,128 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,165 questions
asked 2024-05-07T06:30:22.9666667+00:00
nrvj96 1 Reputation point
0 answers

How to listen to the event specific to Reload tab Button click in MS Teams using TeamsJS?

Is there a handler provided by Teams-js or a work around that exists to listen and distinguish the load triggered due to Reload tab button click from load event caused by landing back to the tab after navigating away?

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,873 questions
asked 2024-04-29T06:22:00.1166667+00:00
FNU LNU 0 Reputation points
edited a comment 2024-05-07T06:28:46.5266667+00:00
ChetanSharmamsft 1,026 Reputation points Microsoft Vendor
0 answers

Teams App Publish Issue

I have created a Bot App and trying to make it live for my organisation, but facing issues: After successful publish and approval from Admin Panel, still the app is not visible in the Teams Store Also, I’m seeing an error “The tenant admin disabled…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,873 questions
asked 2024-05-07T06:25:53.6966667+00:00
Dhruv Agarwal 0 Reputation points
0 answers

How can we connect Blackboard DDA (a SaaS using PostgreSQL to store data ) via Azure Synapse analytics using SSL certificate for authentication in SHIR for Private Vnet enabled networks.

Blackboard DDA is a SaaS application which uses PostgreSQL as DB to store data. The DB uses a SSL certificate key to authenticate and we have private Vnet enabled. How to create a linked service for this DB and where do we store certificate in SHIR. Are…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,400 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,610 questions
asked 2024-05-03T05:41:52.49+00:00
Dravya Jain 0 Reputation points
commented 2024-05-07T06:24:21.47+00:00
Harishga 3,580 Reputation points Microsoft Vendor
0 answers

Cannot set the Minimum API version for API Management instance

Hi, I have received one email that "All API versions prior to 2021-08-01 will be retired starting 1 June 2024." According to the instructions, I need to navigate to your API Management instance. In the left menu, under Deployment +…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,771 questions
asked 2024-05-07T03:11:46.66+00:00
Wang, Zheng 15 Reputation points
commented 2024-05-07T06:19:51.01+00:00
VenkateshDodda-MSFT 18,451 Reputation points Microsoft Employee
0 answers

Training lab not loading

The VM is not loading This question is related to the following Learning Module

Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
38 questions
asked 2024-05-07T06:18:21.6933333+00:00
Dip Lalseta 0 Reputation points
commented 2024-05-07T06:18:53.3066667+00:00
Dip Lalseta 0 Reputation points
0 answers

Does anyone know how to extract the OS language of PCs in Intune via Powershell

Hello, Can someone please share me a script on how I can go about extracting the OS language of my devices in Intune. I have scoured the internet and came across Graph Beta which seems to be able to do it but I cannot figure out how to do it. I'm…

PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,087 questions
asked 2024-05-07T06:15:46.07+00:00
Audi911 0 Reputation points
0 answers

Nested for each loop created while copying outlook attachment to Azure Blob Storage

I am creating one logic app and integrating with outlook mail account and Azure blob storage. When I am selecting blob name as dynamically Attachment Name then two loop is creating automatically, for each 1 and for each (Before few months, there was…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,857 questions
asked 2024-05-06T18:07:16.3833333+00:00
Ram Sekhar Grandhi 0 Reputation points
edited a comment 2024-05-07T06:15:14.6133333+00:00
Aki Nishikawa 640 Reputation points Microsoft Employee
0 answers

How to fix StackOverflowException after upgrading from .Net 6 to .Net 8

Hello,   I have upgraded 5 projects in my solution from .Net 6 to .Net 8 using upgrade assistant in Visual Studio. When I run the solution, StackOverflowException is being thrown and Swagger is not loading. Looks like onchangetokenfired() method is being…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,398 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,194 questions
asked 2024-04-26T06:39:38.71+00:00
Abhishek, Burra 0 Reputation points
edited a comment 2024-05-07T06:14:08.4733333+00:00
Abhishek, Burra 0 Reputation points
0 answers

Best practices to be followed for a PowerApp project

Hi, We have to build a new application in the PowerApp; the application will be allowing the users to enter certain set of data using a form. The data will then be used to build reports and charts; some of the reports and charts will be done using…

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
73 questions
asked 2024-05-07T06:11:45.7233333+00:00
Nabeel Hamad 0 Reputation points
0 answers

Implementing OAuth Authentication with GitHub for Teams Bot/Message Extension App

I am developing a Teams bot/message extension application using the Teams Toolkit within Visual Studio Code and TypeScript. As part of the functionality, I am aiming to integrate user authentication with GitHub utilizing the OAuth protocol. I have…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,873 questions
asked 2024-04-15T19:28:42.98+00:00
XDeveloper 0 Reputation points
edited a comment 2024-05-07T06:10:41.9+00:00
ChetanSharmamsft 1,026 Reputation points Microsoft Vendor
0 answers

Access denied

While I test bing search api, it shows access denied, but it have been worked perfectly for the past few days. curl --header "Ocp-Apim-Subscription-Key: xxxxxxxxx"…

Bing Web Search
Bing Web Search
A Bing service that gives you enhanced search details from billions of web documents.
132 questions
asked 2024-05-07T06:09:26.5333333+00:00
Egbert Li 0 Reputation points
0 answers

No sample database in the link

Hello everyone, I want to get a sample dataset using the link. But the link is not working. I could'nt get Access database. Here is the problem below, It would be good if you share this dataset with me or give me the correct link. Best…

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
73 questions
asked 2024-05-07T04:06:58.1466667+00:00
Mehrol Bazarov 0 Reputation points
commented 2024-05-07T06:09:02.57+00:00
Rakesh Gurram 2,925 Reputation points Microsoft Vendor
0 answers

Error description: The system cannot find the path specified while installing SQL server management studio

I am facing an error while installing Microsoft SQL Server 2022, In the log file the error says : Component name: SQL Server Database Engine Services Instance Features Component error code: 0x80004005 Error description: …

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,767 questions
asked 2024-05-06T16:23:40.68+00:00
Nikita Gaur 0 Reputation points
commented 2024-05-07T06:08:12.6433333+00:00
Nikita Gaur 0 Reputation points
0 answers

How to use condition to compare two things for dropdown and an empty field in wpf?

Hi Team Need to use a condition will check if combo box(truck-empty) for selected item and when an empty field(topseal and bottomseal), needs to validate for both. Meaning when a user selects this combo box for truck-empty condition must met only here,…

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,678 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,286 questions
asked 2024-05-06T20:20:32.45+00:00
Gcobani Mkontwana 20 Reputation points
commented 2024-05-07T06:07:34.7533333+00:00
Gcobani Mkontwana 20 Reputation points
0 answers

How to hook the ItaskbarList4 class?

I'm trying to customize the taskbar buttons, for this i'm hooking the ItaskbarList4 class using Detours, however, the functions on MyTaskbarList isn't getting called, trying to figure out what's wrong: inline HRESULT(WINAPI* CoCreateInstance_O)(REFCLSID…

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,540 questions
asked 2024-05-06T09:48:17.41+00:00
Cesar 0 Reputation points
commented 2024-05-07T06:06:13.38+00:00
Minxin Yu 10,031 Reputation points Microsoft Vendor
0 answers

MS Teams bot doesn't show images sent from server

Good afternoon. We develop an app - AI bot connected with different messengers including MS Teams. I created a Teams bot and connect it with our server to receive and send messages. But there's a problem while sending images from server to Teams bot.…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,873 questions
asked 2024-04-12T10:54:57.8533333+00:00
Alexey Mavrin 0 Reputation points
edited a comment 2024-05-07T06:03:46.6533333+00:00
ChetanSharmamsft 1,026 Reputation points Microsoft Vendor
0 answers

Editor is vanish when I move to full screen

Hi, When I resize the page to full screen the editor cotent disappered? why? Thanks, <ScrollView x:Name="scrollView"> <Editor x:Name="editor" IsReadOnly="False" AutoSize="TextChanges"…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,903 questions
asked 2024-04-30T06:58:54.0366667+00:00
Dani_S 2,746 Reputation points
commented 2024-05-07T06:00:31.14+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 35,806 Reputation points Microsoft Vendor