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
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#

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
SSDASDASADASDASDDASDAS
RESOLVED :")
Windows development | Windows API - Win32
Developer technologies | C++
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
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#
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
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
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 services
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#


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
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
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

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
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
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
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


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
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
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…