473,883 questions

Sort by: Updated
2 answers

RDP not able to connect for virtual machine

Hello sir, I have purchased the virtual machine in azure. But right now I am not able to connect via RDP. I getting the below error when connecting. https://prnt.sc/19p3phg Please provide best solution to resolve this error. Thanks, Nilesh

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,036 questions
asked 2021-07-09T09:20:27.49+00:00
Satva Solutions 1 Reputation point
answered 2021-07-11T02:32:21.703+00:00
Juarez Garcia Maria Guadalupe 1 Reputation point
2 answers

Developing a dotnet-c# Library

I am trying to make a class library. So a sample code would be followed.... using System; using CustomMath; //The parent library using CustomMath.MathShapes.Shape1 // Child Library1 using CustomMath.MathShapes.Shape2; // Child library2 So let me…

Developer technologies | C#
asked 2021-07-10T23:01:10.123+00:00
Bob 1 Reputation point
answered 2021-07-11T02:07:14.693+00:00
Karen Payne MVP 35,586 Reputation points Volunteer Moderator
3 answers One of the answers was accepted by the question author.

How to determine which driver is failing signature enforcement?

I have unknown driver causing boot crash with error 0xc000021a. Disabling driver signature enforcement allows the machine to boot. How to determine which driver or drivers are failing signature enforcement? Thanks. Update: I ran sigverif and…

Windows for business | Windows Client for IT Pros | Devices and deployment | Configure application groups
asked 2021-06-26T14:35:21.71+00:00
Randall Breneman 41 Reputation points
answered 2021-07-11T01:44:12.087+00:00
Docs 15,761 Reputation points
1 answer One of the answers was accepted by the question author.

SSDASDASADASDASDDASDAS

RESOLVED :")

Windows development | Windows API - Win32
Developer technologies | C++
asked 2021-07-07T17:58:25.303+00:00
kasmer 66 Reputation points
accepted 2021-07-11T01:26:30.32+00:00
kasmer 66 Reputation points
0 answers

Custom and advanced Installer

Hi I've been developing apps for a long time but, I didn't learn how to make an installer on VS. I've been watching some tutorials but they only show how to create a simple installer with the microsoft extension but they never show how to customize the…

Developer technologies | Visual Studio | Setup
asked 2021-07-11T01:16:11.617+00:00
Juan Carlos López García 1 Reputation point
1 answer

I want to translate my query to entity framework fluet api but it's giving errors

Hi all, I am trying to implement a query in entity framework core asp.net core 5 using fluent api instead of linq. This is what i want to accomplish SELECT * FROM tblCourseAllocations as allocation LEFT JOIN tblSemesters as semester ON…

Developer technologies | .NET | Entity Framework Core
Developer technologies | ASP.NET | ASP.NET Core
SQL Server | Other
Developer technologies | C#
asked 2021-07-10T14:29:26.823+00:00
Malik Humza Yunas 1 Reputation point
commented 2021-07-11T00:30:39.44+00:00
Michael Taylor 60,326 Reputation points
8 answers One of the answers was accepted by the question author.

String matching using regex

I have a file named "nextgen_010203.txt"... I need to match this with the incoming files like "nextgen_010203 V1.txt" or "nextgen_010203_Ver1.txt". how can I achieve this using string functions in SQL. in-short…

Developer technologies | Transact-SQL
asked 2021-07-08T22:02:48.433+00:00
VS29 246 Reputation points
accepted 2021-07-10T20:35:48.62+00:00
VS29 246 Reputation points
1 answer

A Dimension with 2 facts on different grains

Good day, i have received a request where i should only measureA where measureB has data 1 Dimension: Trip_TripNo Fact MeasureGroup A: Count Trips Fact MeasureGroup B: trip detail order qty Mease A & B is the same source byt aggrageted at…

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,344 questions
asked 2021-07-07T23:29:43.997+00:00
Ismail Cassiem 226 Reputation points
commented 2021-07-10T20:08:45.713+00:00
Alexei Stoyanovsky 3,416 Reputation points
2 answers

Speech tasks stuck in PROCESSING

I've entered a script for text-to-speech services. The last time I did this, I got a resulting *.wav file in about 5-10 minutes. This time, after making some revisions, the audio export tasks has been in "processing" status for over an hour. …

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,069 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,621 questions
asked 2020-12-07T22:03:54.42+00:00
David Harrison 21 Reputation points
answered 2021-07-10T19:40:39.543+00:00
Doran Pratte 36 Reputation points
3 answers

How to kill a process knowing the name

Hello everybody How to kill a process knowing the name? Actually, i know a method foreach(Process p in System.Diagnostic.Process.GetProcesses()) { if(p.Processname=="processname_i_know_and_i_want_to_kill"; { p.Kill() } this…

Developer technologies | C#
asked 2021-07-09T10:28:55.543+00:00
swodniW 141 Reputation points
commented 2021-07-10T18:21:31.107+00:00
Sam of Simple Samples 5,546 Reputation points
3 answers

Labs for AlwaysOn

Wanted to do some tests for alwayson. Can you please guide for Labs for alwayson AG or FCI setups for practice/tests

SQL Server on Azure Virtual Machines
asked 2021-07-10T17:34:56.417+00:00
Vishu 1,736 Reputation points
answered 2021-07-10T18:02:45.43+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

I Find The Bug in Windows 11 Please Fix it

Request Id: 5dab7db0-12a9-4f50-a2a6-878e807d6000 Correlation Id: 8590f653-2854-4c1a-8b61-d247a17c4c4a Timestamp: 2021-07-10T15:59:07Z Message: AADSTS500202: User account <Removed for Privacy> from external identity provider 'live.com' is not…

Windows for business | Windows Client for IT Pros | User experience | Other
asked 2021-07-10T16:10:59.677+00:00
DREAMY BOY 21 Reputation points
commented 2021-07-10T17:45:18.893+00:00
Reza-Ameri 17,341 Reputation points Volunteer Moderator
1 answer

Caculated column formula for Networkdays between two dates and time in SharePoint Custom List? To get result in [h]:mm

I have got this code here to get networkdays in SharePoint Custom List. Now i want the return type (to be displayed) in [h]:mm …

Microsoft 365 and Office | SharePoint | For business | Windows
asked 2021-07-06T12:56:13.683+00:00
Aravind Narasimhan 1 Reputation point
commented 2021-07-10T16:27:05.597+00:00
Aravind Narasimhan 1 Reputation point
4 answers One of the answers was accepted by the question author.

Windows server 2019 Unable to communicate with public ip

I have a Windows Server 2019 running IIS, AD, and DNS services. It is able to communicate perfectly in the internal network but not able to communicate with public IP. I have forwarded the required ports in the modem and configured firewall rules. Is…

Windows development | Internet Information Services
asked 2021-07-03T15:50:47.077+00:00
Souri Bhowmick 96 Reputation points
commented 2021-07-10T16:04:08.527+00:00
Souri Bhowmick 96 Reputation points
1 answer

MCT Welcome Kit not recieved

Hi Team, Its been almost two month since I am Microsoft Certified Trainer, But still I haven't recieved my MCT welcome Kit. Please look into this issue. MCID - 990577892 Thanks and Regards Priya Chauhan

Community Center | Not monitored
asked 2021-07-10T15:46:57.363+00:00
Priya Chauhan 11 Reputation points
answered 2021-07-10T15:52:59.113+00:00
Anonymous
2 answers

KB5003637 Problem With Windows Search Bar

Have installed this update 3 times and have been through all of the suggested fixes for other problems and still have this problem where the Windows search bar doesn't work. I start to type a search term, and the window closes. If yo are not going to fix…

Windows for business | Windows Client for IT Pros | User experience | Other
asked 2021-07-03T04:57:10.88+00:00
Mike 1 Reputation point
commented 2021-07-10T15:31:50.373+00:00
Geoffrey Eggins 1 Reputation point
1 answer One of the answers was accepted by the question author.

ml64 A1000 error through Visual Studio 2017: a problem of path?

Let Dir a project directory, with a subdirectory Pierro (the project name). Inside Pierro, I edit 2 files Main.cpp and A.asm: extern "C" int A (); int main () { return A (); } and .RADIX 16 .CODE PUBLIC A A PROC xor …

Community Center | Not monitored
asked 2021-07-06T07:08:54.19+00:00
PIERRE REISS LABORDE 101 Reputation points
accepted 2021-07-10T15:29:40.127+00:00
PIERRE REISS LABORDE 101 Reputation points
2 answers One of the answers was accepted by the question author.

What's the difference between Microsoft Answers and Microsoft Docs Q&A?

There seem to be 2 different websites where you can ask questions and contribute answers: Microsoft Answers (https://answers.microsoft.com/) Microsoft Learn' Q&A (https://learn.microsoft.com/answers/products/) What are the differences…

Community Center | Not monitored
asked 2021-07-10T07:07:14.213+00:00
Jason Go 21 Reputation points
accepted 2021-07-10T15:03:58.313+00:00
Jason Go 21 Reputation points
0 answers

Is it possible to use delta and extensions together?

I am able to hit taskList endpoints with delta https://graph.microsoft.com/v1.0/me/todo/lists/**delta** as well as I am able to hit taskList endpoint with extensions https://graph.microsoft.com/v1.0/me/todo/lists?$expand=extensions($filter=id eq…

Community Center | Not monitored
asked 2021-07-10T14:49:31.837+00:00
Ganessh Kumar R P 1 Reputation point Microsoft Employee
2 answers

Cannot install any power modules

When I try to install any powershell modules i get the same error, that a file is being used by another process. This relates to the temp folders and files that are created when downloading the modules. it is almost as if the same download is holding…

Windows for business | Windows Server | User experience | PowerShell
asked 2021-05-22T20:12:38.187+00:00
David Barkley 1 Reputation point
answered 2021-07-10T14:47:31.423+00:00
Rich Matheisen 47,901 Reputation points