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".…
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; }
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…
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…
How do I install/reinstall W11's screensaver?
How do I install and/or reinstall W11's screensaver?
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…
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…
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…
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 =…
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.
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…
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> …
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…
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…
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…
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…
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…
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
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…
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…