349,975 questions

Sort by: Updated
1 answer

Request targets an app that is not in allowed receiving apps list by WNS

Hello, I have a problem during sending WNS raw notifications to my app on client's computers. I receive this error sometimes, but not for all my clients: 2024-05-29 19:16:06.244 +02:00 [WRN] X-WNS-Debug-Trace: BY3PEPF000195A1 2024-05-29 19:16:06.245…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,478 questions
Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
734 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,477 questions
asked 2024-05-30T16:48:23.7+00:00
Michał Łeptuch 6 Reputation points
answered 2024-05-31T02:14:03.5066667+00:00
Xiaopo Yang - MSFT 11,661 Reputation points Microsoft Vendor
0 answers

Can I Install New Teams on Windows 10 Enterprise LTSC 21H2 (2021)?

We currently have all of our workstations with Windows 10 Enterprise LTSC 21H2 (2021). Our users are receiving error "Classic Teams will be unsupported starting July 1, 2024. To use the new Teams, update your OS to meet requirements or contact your…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,282 questions
asked 2024-05-30T09:25:08.1566667+00:00
László Megyeri 0 Reputation points
commented 2024-05-31T02:13:45.4233333+00:00
JiSheng-MSFT 615 Reputation points Microsoft Vendor
1 answer

Datatime value issue

Hi, How to correct it below? tb_apply_date.Text = Datetime.Now.ToString();

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,721 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,413 questions
asked 2024-05-30T08:28:23.0166667+00:00
Peter_1985 2,546 Reputation points
commented 2024-05-31T02:13:36.16+00:00
Jiale Xue - MSFT 37,946 Reputation points Microsoft Vendor
1 answer

Block MS Store for users while allowing software updates

Hello community, Is there a way to remove the option to install software using MS Store (desktop and web) for users while keeping the ability to update software installed through MS Store? Intune policy allows either blocking the desktop client while web…

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,505 questions
asked 2024-05-27T09:05:39.25+00:00
Rybanský René 25 Reputation points
edited a comment 2024-05-31T02:13:13.5633333+00:00
Crystal-MSFT 44,501 Reputation points Microsoft Vendor
0 answers

Access Issues for External Clients on Our DevOps Project Test Plans

Hello Team, We are seeking assistance with an issue related to providing access to our DevOps project test plans for external collaborators. Issue Description: Our organisation collaborates with external parties, each having their own separate DevOps…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,022 questions
Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
838 questions
Microsoft Q&A
Microsoft Q&A
Use this tag to share suggestions, feature requests, and bugs with the Microsoft Q&A team. The Microsoft Q&A team will evaluate your feedback on a regular basis and provide updates along the way.
603 questions
asked 2024-05-31T02:09:45.0033333+00:00
Patel, Charmi 0 Reputation points
edited the question 2024-05-31T02:13:04.6933333+00:00
Patel, Charmi 0 Reputation points
2 answers

How to get/read specific word from pdf or image document in ASP.NET Application

I have millions of image or pdf document...I want get some specific word from the uploaded image or pdf document...after getting this, I am going to use these in my project...All this I want in asp.net application and if any third-party tools are using,…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,327 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,413 questions
asked 2024-05-26T03:09:00.3533333+00:00
Gani_tpt 1,806 Reputation points
edited a comment 2024-05-31T02:13:01.1366667+00:00
XuDong Peng-MSFT 10,181 Reputation points Microsoft Vendor
0 answers

Need assistance with Approval | Collecting responses and storing

Hello, I am trying to find a solution for my office to (submit request) - (get approval/denial) - (store request and response data). I was attempting to use power automate, but I continue to run into issues getting the flow to function completely. I…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,282 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,553 questions
asked 2024-05-30T16:11:33.6766667+00:00
Cody Nester 0 Reputation points
commented 2024-05-31T02:12:59.3666667+00:00
LiweiTian-MSFT 15,120 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Code Signing using a USB device

We have our builds on our Azure VM and code signing certificates on a USB device. Can we connect these USB devices to our local machine and then use the plug-and-play option in RDP to connect the device to the Azure VM for code signing? Additionally, I…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,307 questions
Azure IoT Plug and Play
Azure IoT Plug and Play
A Microsoft technology based on an open modeling language that enables developers to connect internet of things (IoT) devices to the cloud without having to write any code.
16 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,306 questions
asked 2024-05-27T03:30:21.3833333+00:00
Vishnu Anand 40 Reputation points
accepted 2024-05-31T02:12:10.64+00:00
Vishnu Anand 40 Reputation points
2 answers

EF Core 3.1 - System.InvalidOperationException: 'The entity type 'Pntbec03' requires a primary key to be defined. If you intended to use a keyless entity type call 'HasNoKey()'.'

Hello . I need to handle a EF Core Entity relating to a table , but without having EF managing all its columns , but just a subset of them. I have scaffolded the small database to which the table belongs into a DbContext , and I though I could create…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
705 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,478 questions
asked 2024-05-29T13:46:26.23+00:00
leo del ciello 66 Reputation points
commented 2024-05-31T02:11:48.28+00:00
Hongrui Yu-MSFT 420 Reputation points Microsoft Vendor
0 answers

WinUI3 : How to close all the visible window at once

Hi, I'm working on a WinUI3 desktop application in C++. I'm building a multiwindow application. Is there a way to close all the window at once in WinUI3? One way is to maintain the List of windows ourselves, is there any other way to solve this? just…

Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
734 questions
asked 2024-05-30T12:45:25.59+00:00
Harshithraj1871 1,496 Reputation points
commented 2024-05-31T02:11:18.45+00:00
Jeanine Zhang-MSFT 9,341 Reputation points Microsoft Vendor
0 answers

How to improve the results for custom extraction models?

Hello there, we've been using Azure Document Intelligence for the past few weeks for recognizing answers in a scanned survey document and are still trying to get accustomed to it. At the moment we run into problems, that leave us confused. The main…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,451 questions
asked 2024-05-07T11:38:52.27+00:00
OmniRob 1 Reputation point
edited a comment 2024-05-31T02:11:12.9566667+00:00
kxr 0 Reputation points
10 answers

Xbox Dev Mode Activation

I've created an account on the Microsoft partner center. I have downloaded the activate Dev mode app on my Xbox Series S and it has generated a 6 digit code. I am told to go to https://aka.ms/activatexbox but when I click on it there is no option to…

Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
895 questions
asked 2021-01-15T23:23:58.833+00:00
Andrew Hope 176 Reputation points
commented 2024-05-31T02:09:42.6166667+00:00
Edson Leonardo da Silva 0 Reputation points
2 answers

Tokens per Minute Rate Limit

The training doesn't say what Tokens per Minute Rate Limit should be This question is related to the following Learning Module

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,076 questions
asked 2024-05-29T19:47:04.81+00:00
Kris B 0 Reputation points
commented 2024-05-31T02:09:15.13+00:00
VarunTha 4,430 Reputation points Microsoft Vendor
1 answer

How to correct the expected cost in the previous year, if the shipment is done in previous year but invoice is recorded in the next year?

Hi Team, Greetings!!! I have posted the shipment in 2023, but its invoice is posted in 2024. This is why it is showing higher expected cost in inventory valuation report for 2023. I wanted to decrease the expected cost, record the cost of shipped…

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.
90 questions
asked 2024-05-30T13:51:50.3+00:00
Sheikh Muhammad Jawad 20 Reputation points
answered 2024-05-31T02:07:59.9766667+00:00
Kiran P 630 Reputation points Microsoft Vendor
1 answer

System.Security.Cryptography.ECDsa.Create (System.Security.Cryptography.ECParameters parameters exception

We have integrated SSH.Net 2024.0.0 from Nuget for Xamarin UWP, Xamarin. IOS and Mono Android. UWP works fine. BUT iOS and Android are throwing exceptions. Any ideas or suggestions would be helpful. Visual Studio 2022 C# using (SftpClient sftp…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,305 questions
asked 2024-05-20T07:15:52.04+00:00
Sk 61 Reputation points
commented 2024-05-31T02:07:34.3466667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 27,126 Reputation points Microsoft Vendor
0 answers

SSIS package executed from SQL Server Agent doesn't export full data to Excel

I have a SSIS package which exports data to multiple tabs to Excel, This doesn't export full data to Excel when run from SQL Server agent on server. It is checked to run as 32 bit. I have other packages which exports data to Excel and they all work fine…

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,938 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,471 questions
asked 2024-05-31T02:07:30.6933333+00:00
Challagundla, Sindhura (ITS) 0 Reputation points
1 answer

Restrict users

Hi All I am using an Exchange hybrid environment. All my users are created on-premises and migrated to online. I am also using Intune for mobile device management. My users are assigned an E5 license. I have a requirement to restrict few users from…

Microsoft Exchange Online
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,282 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,267 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,505 questions
Microsoft Teams Phone
Microsoft Teams Phone
Teams Phone enables call-control and Private Branch Exchange (PBX) capabilities in the Microsoft 365 cloud with Microsoft Teams.
134 questions
asked 2024-05-30T17:57:39.9566667+00:00
Rising Flight 3,891 Reputation points
answered 2024-05-31T02:06:48.38+00:00
ZhoumingDuan-MSFT 9,240 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Could I delete Intune configuration policy using graph api?

I checked the document but only found get or list query for configuration policy. And I tried to delete the policy on Intune manually and copy the request URL and run it, but it still didn't work.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,900 questions
Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,754 questions
asked 2024-05-30T07:38:17.7566667+00:00
Mike Ye 0 Reputation points
accepted 2024-05-31T02:06:46.67+00:00
Mike Ye 0 Reputation points
1 answer

How to complete the Build course?

I am trying to complete the build course on "Microsoft Build: Build multimodal Generative AI experiences" The 2nd module itself asks for requesting permission for the OpenAI resource…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,076 questions
asked 2024-05-30T22:45:08.2233333+00:00
amar chheda 0 Reputation points
answered 2024-05-31T02:06:39.2066667+00:00
VarunTha 4,430 Reputation points Microsoft Vendor
4 answers

Website not working in production server but works in development machine

I'm using .NET Framework 4.8 and runtime 4.8 on production server running on Windows Server 2022 Standard. I've deployed our website to the production server using Web Deploy 4.0 without any problem. The website works fine on the development machine (no…

Internet Information Services
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,331 questions
asked 2024-05-06T21:01:21.8033333+00:00
deskcheck1-0579 411 Reputation points
edited a comment 2024-05-31T02:06:19.16+00:00
XuDong Peng-MSFT 10,181 Reputation points Microsoft Vendor