402,606 questions

Sort by: Updated
0 answers

The maximum file size for session "PerfDiag Logger" has been reached

Hi How can i fix thix error message please : The maximum file size for session "PerfDiag Logger" has been reached. As a result, events may be lost (not logged) in the file "C:\Windows\system32\WDI\LogFiles\ShutdownPerfDiagLogger.etl".…

Windows Performance Toolkit
Windows Performance Toolkit
A collection of Microsoft performance monitoring tools that produce in-depth performance profiles of Windows operating systems and applications.
112 questions
asked 2025-02-02T07:53:03.74+00:00
NonoPOUB 0 Reputation points
3 answers One of the answers was accepted by the question author.

Yield in small explanation // Advantages

Dictionary<string, Order> DicOrders; Is there a simple description of what yield should be used for? Advantages? Is it about speed? class Order { string Name; int Id; double OfferPrice; }

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.
11,264 questions
asked 2025-01-30T18:44:46.69+00:00
Noah Aas 545 Reputation points
accepted 2025-02-02T07:50:19.76+00:00
Noah Aas 545 Reputation points
5 answers One of the answers was accepted by the question author.

HttpClient // Timeout // The remote name could not be resolved

Hello, The remote name could not be resolved using (HttpClient client = new HttpClient()) { client.BaseAddress = new Uri(System.BaseAddress); client.Timeout = new TimeSpan(0, 0, System.Timeout); public void Exception(Exception ex, string…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,586 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.
11,264 questions
asked 2025-01-23T18:48:34.5966667+00:00
Noah Aas 545 Reputation points
commented 2025-02-02T07:48:28.5966667+00:00
Noah Aas 545 Reputation points
1 answer

Full duplex operation, functions C++ C#

I have a C# application and a C++ application. Between the two, data should now be exchanged. In C# ReceiveDataFromCPP(String data) SendDatatoCPP(string data) In C++ ReceiveDataFromCSharp(String data) SendDatatoCSharp(string…

.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
342 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.
11,264 questions
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,837 questions
asked 2025-01-30T18:47:23.8+00:00
Noah Aas 545 Reputation points
commented 2025-02-02T07:43:45.1266667+00:00
Noah Aas 545 Reputation points
5 answers

How do I install/reinstall W11's screensaver?

How do I install and/or reinstall W11's screensaver?

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
10,609 questions
asked 2025-02-01T05:36:12.8533333+00:00
Todd Chester 686 Reputation points
commented 2025-02-02T07:29:26.7966667+00:00
Todd Chester 686 Reputation points
0 answers

Visual studio 2022 Maui project unable to compile for .net 9.0-ios target

Hi, I am trying to deploy a test app to iPhone from windows visual studio but getting the following error when trying to compile. The specified network password is not correct. I have completed the automatic provisioning : I obviously have no problem…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,881 questions
asked 2025-02-02T07:27:26.12+00:00
Ryan Lee 20 Reputation points
0 answers

Managed Identity Authentication error while running Terraform Plan

We are deploying our Infrastructure in Azure using Terraform. With SPN authentication, we were able to execute the terraform script and deploy the resources successfully. However as our requirement changed in the production environment, we are trying to…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
748 questions
asked 2025-01-16T09:09:57.44+00:00
Hemanth Kumar 0 Reputation points
commented 2025-02-02T07:22:29.4433333+00:00
Akhilesh Vallamkonda 11,440 Reputation points Microsoft Vendor
0 answers

Copying conditional formatting down a column in excel and the reference cell does not change

When I attempt copy a set of formatting rules established for Cell F48, down a column the reference cell does not change. In this example the rules created apply to Cell F48 as being equal to 0, less than or greater than Cell G48. When I copy with…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
5,626 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
2,128 questions
asked 2025-02-02T06:59:25.1+00:00
Hugh Secomb 0 Reputation points
0 answers

Query locking

Hi, ALL, I am trying to run the following query thru SQLPrepare/SQLBind/SQLExecute sequence: INSERT INTO abcattbl WITH( TABLOCK ) SELECT ?, ?, (SELECT object_id FROM sys.objects o, sys.schemas s WHERE s.schema_id = o.schema_id AND o.name = ? AND s.name =…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,407 questions
asked 2025-02-02T06:37:20.0466667+00:00
Igor Korot 46 Reputation points
edited the question 2025-02-02T06:46:13.7266667+00:00
Igor Korot 46 Reputation points
1 answer

How to fix memory integrity to turn on

my memory integrity won't turn on. I went to device manager and found no yellow exclamation marks next to anything. It keeps telling me to resolve any driver incompatibilities and scan again.

Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,894 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
10,609 questions
asked 2025-02-02T04:14:30.01+00:00
Zach Meyer 0 Reputation points
answered 2025-02-02T06:43:57.66+00:00
Kapil Arya 8,206 Reputation points MVP
0 answers

Is Idle Timeout / Auto-Shutdown (SIGTERM) Supported for Azure App Service on Linux?

Hello everyone, I’m trying to understand the behavior of idle timeout and graceful shutdown in Azure App Service when running on Linux. I have a .NET (or any other default template) app deployed on Azure App Service using a Linux container. Here’s a…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,232 questions
asked 2025-02-02T06:36:08.8466667+00:00
Kashif Hanif 0 Reputation points
0 answers

When running MAUI app in .net 9 in debug it works but without debugging is not

Hi, I moved from maui app in .NET 8 to .NET 9. The project build but n debug it works but without debugging the login page is not opened. I checked all nugets packages and moved to last. ================================ <ItemGroup> …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,881 questions
asked 2025-02-02T06:29:57.61+00:00
Dani_S 4,036 Reputation points
1 answer One of the answers was accepted by the question author.

Update to latest runtime of .net 8 in mac

Hi, Problem:when running may app in .net 9 in debug it works but without debugging is not. error: Error: :XAML: .NET Runtime version currently executing is 8.0.5, but version 8.0.10 or later is required Diagnostic: % dotnet…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,881 questions
asked 2025-01-31T03:31:16.32+00:00
Dani_S 4,036 Reputation points
accepted 2025-02-02T06:20:55.5466667+00:00
Dani_S 4,036 Reputation points
0 answers

12 months of free services:

I would like to start learing Microsoft azure. I got free subscriptions for 12 months last year. I unfortunately I did not use it because of my busy work last year. is there any posibility to regain free subscription for 12 months to re-start my…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,378 questions
asked 2025-02-02T06:19:02.0833333+00:00
Gam Kishimoto 0 Reputation points
1 answer

server reached pm.max_children setting (5), consider raising it

The website is down with the following error in the server logs. server reached pm.max_children setting (5), consider raising it I tried to set its value to 32 in /usr/local/etc/php-fpm.d/www.conf but when I try to access website it says 504 and after…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,308 questions
asked 2025-02-01T17:11:31.16+00:00
MTAI Team 0 Reputation points
commented 2025-02-02T06:06:29.58+00:00
MTAI Team 0 Reputation points
0 answers

How to update a plan status that i have already completed but its still appear as only 18/20 modules completed.

Few weeks ago, i applied for Microsoft Learn Student Ambassador and I received a plan/training to complete and i completed my all the modules but the status of the module is still not updated and it shows that only 18/20 modules are completed but I have…

.NET F#
.NET F#
.NET: Microsoft Technologies based on the .NET software framework.F#: A strongly typed, multi-paradigm programming language developed by the F# Software Foundation, Microsoft, and open contributors.
119 questions
asked 2025-02-02T05:32:50.0833333+00:00
Esheshwari Kumari 0 Reputation points
0 answers

Visual Studio Setting Not Being Saved or Used

I have Checked this option: *Tools>Options>Text Editor>All Languages>General:Hide advanced members* That option is also checked under Visual Basic. However, advanced members are being displayed when I do a Ctrl-J. I have tried unchecking…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,401 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,081 questions
asked 2025-02-01T18:30:49.6733333+00:00
RogerSchlueter-7899 1,346 Reputation points
commented 2025-02-02T05:31:16.4+00:00
RogerSchlueter-7899 1,346 Reputation points
0 answers

I have issue in accessing the azure free for students subscribtion

I am student but i can't able to access the azure free for student even though it verified my academic details but it show me a page like this

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,442 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,378 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,308 questions
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,968 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,232 questions
asked 2025-02-02T05:17:17.56+00:00
HEMALATHA L 0 Reputation points
0 answers

MS 365 CoPilot Subscription

I have a MS365 subscription and have had it for years. I added my wife's computer when I found out you can have multiple devices on one subscription. So, I went to her computer and logged into my account, downloaded MS365 app to her laptop and all was…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
5,626 questions
asked 2025-02-02T05:15:31.7333333+00:00
CowboyFive7 96 Reputation points
0 answers

PowerShell Script for Accessing Sent Emails in Outlook and Exchange

I am developing a PowerShell script to retrieve sent email IDs from my Outlook sent mailbox for both the "To" and "CC" sections, from the beginning of the email account to the current date. I managed to create a script that works for…

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,713 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
659 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,613 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
3,009 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,075 questions
asked 2025-02-02T05:13:01.9+00:00
Avinash 20 Reputation points