Capturing the Pixel Color at the Cursor Position Doesn't Return Correct Color on Different DPI Monitors with Multiple Monitor Setup
Hello, In the provided sample, we are trying to capture the pixel color at the cursor position. This works correctly in a single monitor setup and in multiple monitors with the same DPI settings. However, when used in a multi-monitor setup with different…
Capturing the Pixel Color at the Cursor Position Doesn't Return Correct Color on Different DPI Monitors with Multiple Monitor Setup
Hello, In the provided sample, we are trying to capture the pixel color at the cursor position. This works correctly in a single monitor setup and in multiple monitors with the same DPI settings. However, when used in a multi-monitor setup with different…
Textboxes distorted presumably because of Bootstrap issues
<h3>ParNonParallel</h3> @inject NavigationManager Navigation @page "/AnglesTriangles/ParNonParallel" <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,…
Multiple ASP.NET Core Web API instances runs only once
I have an ASP.NET Core 8.0 Web API hosted on two IIS applications (app-1 and app-2) under the Default Web Site on a Windows 11. Both IIS applications point to the same physical path (inetpub\wwwroot\myapp) and each application has its own dedicated…
Issue Retrieving Campaign ID (cid) in Microsoft Store app
I am encountering an issue with retrieving the CampaignId (cid) parameter programmatically in an application installed from a Microsoft Store following Create a custom app promotion campaign guide. To retrieve the CampaignId, I am using code provided in…
Execute command rom another view Model
I know the mvvm pattern is equal to no code behind, but sometimes is impossible to avoid code behind, especially, when you need access to a UI component in your vm My app has several pages ChargeStationPage TurbinesCollectionPage NewPage …
"The NPM script 'start' exited without indicating that the create-react-app server was listening for requests" In .Net React Application
When I try to run my project I always get this error: I've tried everything I've seen online, and it still fails. I've executed "npm install" and a lot of npm commands I've seen in similar questions online. I've updated npm, node.js…
Issue with WKWebView in iOS CustomHandler: View zooms and shifts on text input
Hello, I am using a WKWebView in iOS through a custom control in my .NET MAUI project. The URL loads correctly, but when I tap to enter text in an input field, the view zooms in and shifts slightly to the right. I implemented a custom handler for…
No Internet page problems
I have an interface public interface IConnectivityService { Task InitializeAsync(); } and a implementation class ConnectivityService(IConnectivity connectivity, IAppService appService): IConnectivityService { public async…
Find Mac address
Hi, I used this code to find mac address,but if there is virtual adapter there is no mac addtess and function return me null, how is can be fix ? I'm in net 8,using MAUI. /// <summary> /// Get MAC address /// </summary> ///…
Find Mac address
Hi, I used this code to find mac address,but if there is virtual adapter there is no mac addtess and function return me null, how is can be fix ? I'm in net 8,using MAUI. /// <summary> /// Get MAC address /// </summary> ///…
problem with pins again
So, in order to decrease waiting times on my app, I decided to create the turbines in the shell and inherit from the shell in my ChrgeStationPage, and now I don't see anything interface public interface ITurbineService { Task…
search bar in shell behavior
So, I need to modify, my behavior on desktop I have the shell, with the Seach bar <Window x:Class="METROWIND.Views.MainWindow" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" …
How can I write to multiple specific cells in Excel with C#, OleDb
How can I write to multiple specific cells in Excel? I am using below query but getting the error. Insert into [Stream data (EB)$ E4:E5:E6:E7:E8:E9:E10:E11:E12] VALUES (…
Disable the scaling on app level/platform level
Hi, The behavior happens with maui controls is expected when changing the scale. The ui of contrl can be cut if you there is a definitive height set to the border/element. Is there any way to disable the scaling on app level/platform level ? I'm using…
Is there any change how GC works in .Net for Android and .Net for iOS application?
Previously our application is in Xamarin Native and in that GC is called frequently so app works properly without out of memory exception. After migrating to .Net for Android, the app crashes as the memory utilization is continuously increasing and I did…
Azure app service continuous deployment failed after upgrading project to .NET 9
After upgrading our application to use .NET 9, Azure app service build service is unable to build and deploy our application. We already changed stack settings and continuous deployment settings to .NET 9 A deployment log shows that MSBuild version is…
How to reference the native Onnxruntime.dll in my app installed from Nuget in my app .Instead of from System32
Requirements:- Hi i have created a .net framework class library. It uses inference session from ML.Onnxruntime nuget package to load a model and run inferencing on it. Now i am using that library in my WPF UI app. I don't want to install…
How to reference the native Onnxruntime.dll in my app installed from Nuget in my app .Instead of from System32
Requirements:- Hi i have created a .net framework class library. It uses inference session from ML.Onnxruntime nuget package to load a model and run inferencing on it. Now i am using that library in my WPF UI app. I don't want to install…
Error in our ASP.NET Web Host app after updating to the latest version of Visual Studio 2022
Hi there, We have an ASP.NET solution running on our dev machines, which are Windows Server 2022 Datacenter. Previously, the app was working fine. However, after updating Visual Studio to the latest version (Microsoft Visual Studio Enterprise 2022…