295,019 questions

Sort by: Updated
2 answers

How to install SQL Server 2022 on Ubuntu Server 24.04 LTS

I couldn't find a proper way to install the SQL Server 2022 on Ubuntu Server 24.04 LTS, I tryed to use the microsoft SQL Server 2022 from Ubuntu 22.04 repo, but couldn't get the service running properly. I ended with this service status (see print). Is…

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,945 questions
asked 2024-05-24T00:46:20.3866667+00:00
Michael F. Assis 5 Reputation points
edited a comment 2024-06-01T02:37:55.47+00:00
JOSE ANTONIO VERGARA VEAS 0 Reputation points
2 answers

How to insert new,update, delete existing record in single row of gridview

I am developing ASP.NET application and i am using gridview in that. Here, i am not using any textbox controls outside of the gridview to save the record. everything i want to maintain in same row of the records. for example, when page load, if any…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,330 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,417 questions
asked 2024-05-28T14:36:20.12+00:00
Gani_tpt 1,806 Reputation points
edited a comment 2024-06-01T02:30:41.62+00:00
Gani_tpt 1,806 Reputation points
2 answers

Why do I get error for cross querying in Kusto

I can run my function successfully in local cluster but get errors while running in other clusters: Errors occurred while resolving remote entities. Cluster='https://dummy.kusto.windows.net/', Database='DummyDB': Semantic error: Schema of the stored…

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
490 questions
asked 2024-05-13T19:29:40.3966667+00:00
Heidi Zhang 0 Reputation points Microsoft Employee
commented 2024-06-01T02:27:29.8133333+00:00
Heidi Zhang 0 Reputation points Microsoft Employee
1 answer

WSUS and Windows 10 to 11 update failures

Hello. We are running WSUS on Windows Server 2019. Not config manager. It's been working well for a good line time for approving security updates on our Windows 10 LSTC systems. I've begun investigating the options for approving the Windows 11…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,519 questions
asked 2024-05-31T23:05:30.2933333+00:00
AdamTyler-3590 235 Reputation points
answered 2024-06-01T02:23:53.3466667+00:00
Adam J. Marshall 8,886 Reputation points MVP
1 answer

VirtualizingStackPanel Scrollviewer height

I am working a uwp app where i used ListView with VirtualizingStackPanel . In my case i am trying create an alternatives for CVS ListView so each item has a ItemsControl (choosen this because it consume less memory and ScrollViewer). Now if i want…

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,417 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
773 questions
asked 2024-05-22T06:12:58.1066667+00:00
shriram 90 Reputation points
commented 2024-06-01T02:22:29.8066667+00:00
shriram 90 Reputation points
1 answer

Typo on page

Hi, where do we give feedback for a typographical error on a MS Learn page? https://learn.microsoft.com/en-us/training/modules/sql-server-2022-performance-enhancements/3-memory-feedback-exercise Item 6. IsMemoryGrangFeedbackAdjusted should be…

SQL Server Training
SQL Server Training
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Training: Instruction to develop new skills.
5 questions
asked 2024-05-31T19:07:21.7766667+00:00
Ric Oliva 0 Reputation points
commented 2024-06-01T02:13:04.79+00:00
pnaroju 1,635 Reputation points Microsoft Vendor
1 answer

How to run teams in opensuse 15.5?

Hello, I originally asked this question here, redirected here. I'm having some troubles joining meetings in chrome & edge in opensuse. Below are the versions: chrome: 124.0.6367.118  edge: 126.0.2552.0 opensuse: 15.5 This is with KDE plasma…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,291 questions
asked 2024-05-07T15:00:46.3266667+00:00
Meyer, Eric 0 Reputation points
edited a comment 2024-06-01T02:11:24.1133333+00:00
Meyer, Eric 0 Reputation points
2 answers

ResetPassword in .net core web api

Hi, I'm currently working on a .NET core web API project and writing ResetPassword. The user wrote the email and front-end sent it to my ForgotPassword Endpoint, I checked the database and send the url with email and token in it to the user's email. This…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,253 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,417 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
309 questions
asked 2024-05-31T18:45:26.5333333+00:00
Atilla Rüstəmli 0 Reputation points
answered 2024-06-01T01:50:20.0833333+00:00
AgaveJoe 26,251 Reputation points
6 answers

Unable to register as a Microsoft Developer. At payment step

When i tried to register myself in partners.mocrosoft.com the payment is getting failed i hope some one can check this for me. And is it possible that i can get a promo code for the registration fee ?

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 2024-03-08T05:35:02.9833333+00:00
shriram 90 Reputation points
commented 2024-06-01T01:42:02.03+00:00
Chintan 0 Reputation points
2 answers

How to use a (.a) Library in a .NET Maui iOS project

I was able to use a (.a) library from my xamarin project. i used to add my library this way in the iOS project .csproj <ItemGroup> <NativeReference Include="Native References/MyLib.a"> <Kind>Static</Kind> …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,011 questions
asked 2023-03-16T13:01:31.2733333+00:00
Wael Bouchnak 31 Reputation points
answered 2024-06-01T01:39:51.3766667+00:00
Edward Brey 1 Reputation point
1 answer

SQL Server 2022 Express installation - how to fix 'error while checking Rules of Sql Server set up'?

Hello, I am having trouble installing SQL Server 2022 Express Edition, Basic installation type. I keep getting this error during installation: "There was an error while checking Rules of Sql Server setup" I have so far tried: Restarting my…

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,945 questions
asked 2024-05-29T12:02:47.3133333+00:00
Mariel 0 Reputation points
commented 2024-06-01T01:27:51.31+00:00
Mariel 0 Reputation points
1 answer

IaaSAntimalware and MDE.Windows VM extensions

Are there any benefits to having both the IaaSAntimalware and MDE.Windows extensions installed on an Azure hosted virtual machine or are they just redundant?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,317 questions
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,013 questions
Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,228 questions
asked 2024-05-31T21:46:06.1866667+00:00
Jonathan Maas 0 Reputation points
commented 2024-06-01T01:07:11.28+00:00
kobulloc-MSFT 24,406 Reputation points Microsoft Employee
1 answer

How do I reinstall file explorer?

I accidentally uninstalled file explorer from my PC and would like to reinstall it. I tried running Get-AppxPackage *windowsfile* in powershell, but nothing happened.

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,489 questions
asked 2024-05-31T20:58:34.56+00:00
Daniel Kendall 0 Reputation points
commented 2024-06-01T01:04:15.6933333+00:00
MotoX80 32,331 Reputation points
1 answer

How to find and install MSIX Packaging Tool on MS Server 2016

Hello, How to find and install MSIX Packaging Tool on MS Server 2016 (normally in standard Win10 you can find it in Windows Store). Thank you in advance.

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,408 questions
asked 2024-05-31T12:29:01.2233333+00:00
Salka, Milan 21 Reputation points
answered 2024-06-01T00:57:30.0933333+00:00
S.Sengupta 16,161 Reputation points MVP
1 answer

.NET8 MAUI Image "gif" animation Debug vs. Release

Has anyone figured out how to get a MAUI Image "gif" animation to work in Release mode?   Using Visual Studio 2022's Android Device Manager, Emulator set to Tablet M-DPI 10.1in - API34, Android 14.0 - API 34, the MAUI Image animation in Debug…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,480 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,011 questions
asked 2024-05-22T20:22:10.54+00:00
Paul Kelley 0 Reputation points
commented 2024-06-01T00:53:44.52+00:00
Rob Caplan - MSFT 5,427 Reputation points Microsoft Employee
1 answer

my pc freezing and keyboard delay

my pc freezes I can still hear audio see thing move on my screen and can move mouse but my keyboard does not work and I cannot press anything . my keyboard also becomes more delayed the more a play eventually becoming useless as there is a 10 second…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,489 questions
asked 2024-05-31T18:39:38.7466667+00:00
Shane Brown 0 Reputation points
answered 2024-06-01T00:46:46.5633333+00:00
S.Sengupta 16,161 Reputation points MVP
1 answer

I can't delete any files from Onedrive

The system won't let me delete any files from Onedrive. My storage is over capacity so I have to delete files but when I try to delete them it gives me an error message saying "The site has exceeded its maximum storage limit" and then tells me…

OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
1,154 questions
asked 2024-05-30T14:16:05.72+00:00
Shawn H 0 Reputation points
commented 2024-06-01T00:46:11.3133333+00:00
Shawn H 0 Reputation points
1 answer

A very disturbing email from Azure

Hello, Today 05/31/24 I received an email from azure@microsoft.com that is concerning to me. As far as it is understood, my account gionov@feg.bg is about to be closed Please excuse me, but I did not want my account gionov@feg.bg to be deleted in any…

Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,784 questions
asked 2024-05-31T13:46:49.04+00:00
Иван Гьонов 0 Reputation points
answered 2024-06-01T00:42:57.36+00:00
S.Sengupta 16,161 Reputation points MVP
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,081 questions
asked 2024-05-30T22:45:08.2233333+00:00
amar chheda 0 Reputation points
commented 2024-06-01T00:19:28.7666667+00:00
VarunTha 4,580 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

How to make the Rectangle not response to mouse move?

I`m tring to draw a overlay transparent window with a red rectangle. It's a WPF Window. I am looking for how to make the rectangle not response to mouse move. Please see the screenshot for problem details. As you can see, when I move the cursor on top of…

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,691 questions
asked 2024-05-31T03:27:39.53+00:00
William Liu 286 Reputation points
accepted 2024-06-01T00:18:20.9333333+00:00
William Liu 286 Reputation points