Cookie issues while opening any webpage from project
Hello, I'm currently having issues with the below two exceptions when refreshing any webpage in the project after a random number of times. My current theory is that after passing the context for APIHelper, it becomes null for whatever reason or at least…
Errors on Microsoft website
Who would fix these errors? On this page https://www.microsoft.com/fr-fr/download/details.aspx?id=26347, one can download Microsoft Visual C++ 2015 8.0.61001. But after downloading the packages (French or English version), I look at their version and…
How to add custom paper to windows system
I'm looking for help with programmically (VB.NET) adding a custom paper size to window system (not a printer). There are plenty of solutions showing how to define custom paper for printing. But none about adding custom paper to system. Windows have a…
MAUI -- Another user has already installed an unpackaged version of this app. The current user cannot replace this with a packaged version.
I'm running into an issue with a commercial Maui app I'm working on. Essentially, we have multiple developers working on this application over RDP, none of which have administrative privileges. What happens is that when one user builds and debugs, anyone…
I am getting the below error while trying to build a project in Visual Studio
Severity Code Description Project File Line Suppression State Error MSB4018 The "GenerateDepsFile" task failed unexpectedly. System.IO.FileNotFoundException: Could not load file or assembly 'System.Text.Json, Version=6.0.0.0, Culture=neutral,…
how to install framework 4.8 , i have the message
could not be installed because of error 2147549183 "Catastrophic failure" (Command line: ""C:\Windows\system32\wusa.exe" " additionally server Menager add role keep crashing
Xamarin Android memory leak issues
In our Android app, We are facing memory leak issue. so we tried with simple Lable. But issue remains same. Please find below details for leak information. ////////////////////////////////////////////////////////// ┬─── │ GC Root: Global variable in…
Xamarin Android memory leak issues
In our Android app, We are facing memory leak issue. so we tried with simple Lable. But issue remains same. Please find below details for leak information. ////////////////////////////////////////////////////////// ┬─── │ GC Root: Global variable in…
ORIENTATION IN NET MAUI
I am novice to NET MAUI and tried the following: <StackLayout x:Name="stack"> <VisualStateManager.VisualStateGroups> <VisualStateGroupList> <VisualStateGroup> …
Asking for suggestions on how to proceed with no FKs
I am at the beginning of re-writing an old ASP.NET WebForms application, into an ASP.NET Core app using Razor and Blazor. The difficult step I am facing now is the database. The original developers, all who left before I was hired, had originally used…
Drag and drop in Win UI
Hi, I'm doing drag and drop in Win UI application, but I have a problem. In drag and drop there is only Data.SetStorageItems method. It accepts an IStorageItem with which I have no access to hidden files and shortcuts (only using file picker, but in my…
Custom fonts not working when uploading Maui Android project to Play Store
I have added custom fonts in the font directory of my Maui project's Resources directory and updated the MauiProgram.cs file accordingly. The fonts work fine when I deploy the application using Visual Studio, but when I publish the app and upload it to…
Help to filter in TreeView
Hi, I've a blazor hybrid maui application and I have put the treeview. I have created a service to search for files in the tree structure and a text input for the search. My problem is that when I select a file in the search zone the nodes are filtered…
my hp z book giving this message after starting HP Sure Start detected an unauthorized intrusion to the HP runtime system firmware executing out of main memory. This could be an indication of an attempted attack on runtime firmware executing from main me
my hp z book giving this message after starting HP Sure Start detected an unauthorized intrusion to the HP runtime system firmware executing out of main memory. This could be an indication of an attempted attack on runtime firmware executing from main…
Clarification on ASP.NET Core Hosting Compatibility with IIS on Windows Server 2012 R2 and Windows Server 2012 Standard
I am currently evaluating the hosting capabilities of ASP.NET Core applications on both Windows Server 2012 R2 and Windows Server 2012 Standard, and I need confirmation regarding their compatibility with IIS. Specifically, I would like to understand…
Windows.Media.SpeechRecognition
In a .NET project, you can't create a Windows.Media.SpeechRecognition object in administrator mode
MAUI - Unable to add android java binding library
Hi, I am trying to add jar files to maui project as android java library. The android java library can built indipendently but when I refer thr library to MAUI project I am getting this exception Error: Project 'SDK/SDK.csproj' targets 'net8.0-android'.…
[WPF] Input method switching between Chinese causes the program to crash randomly.
应用程序: Win178.exe Framework 版本: v4.0.30319 说明: 应用程序通过 System.Environment.FailFast(string message) 请求终止进程。 消息: 不可恢复的系统错误。 堆栈: 在 System.Environment.FailFast(System.String) 在 System.Windows.Documents.TextStore.OnEndComposition(ITfCompositionView) 在…
[WPF] Input method switching between Chinese causes the program to crash randomly.
应用程序: Win178.exe Framework 版本: v4.0.30319 说明: 应用程序通过 System.Environment.FailFast(string message) 请求终止进程。 消息: 不可恢复的系统错误。 堆栈: 在 System.Environment.FailFast(System.String) 在 System.Windows.Documents.TextStore.OnEndComposition(ITfCompositionView) 在…
IIS Express is running, but I get "Connection Refused" Error
I'm developing an ASP.Net Web Form application and an ASP.Net Api. /Edit: They are two different projects, have nothing to do with each other, but both have problems with IIS Express. /Edit VS Studio 2022 is updated, no firewall or virus scanner is…