How to install .aab to phones?
Hi, I have tried to publish my .net MAUI app. But it is crating .aab, rather than .apk file. Can you please help me how to install it on phones(amdroid and iphone)? I googled it and it it says i can convert it to apk using bundletool. Is it safe and…
How to enable JIT debugging for a certain app?
Im using an internet tracker app called Net Uptime Monitor, Recently it came up with a panel that says, "Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If…
How to capture screenshot of a MAUI app with webview and playing video
Hi, I have an iOS app which has a webview control, I have a function to capture screenshot of the app with webView.Capture(), but it return a screenshot of the website, but the playing video can't be shown. I also tried…
Get Null reference when assigning date time to datetimepicker
get a Null Reference Exception... startDatePicker is not null, startDatePicker.Date is not null and auxDate is also not null... and simply ignoring the exception "works" (the date in auxdate is displayed) try { startDatePicker.Date =…
How to Use 32-bit COM DLL in a 64-bit WPF .NET Core 6 Application?
I have a Class Library project in .NET Core named "LIBTOOBA" with the following setup: Project File (LIBTOOBA.csproj): <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> …
DataAdapter.Fill(DataTable) Not Working
Never any exception thrown. Locally: - Doesn't repro at a breakpoint even with same inputs. - Doesn't repro in SSMS - the SP always returns all the rows. After my last deployment, it worked fine on 3 out of 4 calls. The last one repeatedly fails (on…
DataAdapter.Fill(DataTable) Not Working
Never any exception thrown. Locally: - Doesn't repro at a breakpoint even with same inputs. - Doesn't repro in SSMS - the SP always returns all the rows. After my last deployment, it worked fine on 3 out of 4 calls. The last one repeatedly fails (on…
Issues happening only on Release build but debug build is working fine.
Severity Code Description Project File Line Suppression State Error XAGJS7028 System.IO.FileNotFoundException: Could not load assembly 'Xamarin.AndroidX.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken='. Perhaps it doesn't exist in the Mono…
Issues happening only on Release build but debug build is working fine.
Severity Code Description Project File Line Suppression State Error XAGJS7028 System.IO.FileNotFoundException: Could not load assembly 'Xamarin.AndroidX.AppCompat, Version=1.0.0.0, Culture=neutral, PublicKeyToken='. Perhaps it doesn't exist in the Mono…
How to print a Blazor component in MAUI windows?
Target framework: net7.0-windows10.0.19041.0 I need to print some components from my app. When I read about JS interop I thought that's going to be easy. However printing like that seems to strip some (not all) of the applications styles - currently…
1. Adding Application Insights to my Blazor app
Hi all; Sorry - this is a long one. (But hopefully not that complex.) I have a Blazor Interactive Server app using ASP.NET version 8. And using Entity Frameworks for accessing the DB and the ASP.NET Identity Library for users & claims. I initially…
Best Guidance on Uploading Permanent Files to Kudu/AppService?
Hello Community, I am currently integrating a component into my .NET application -- PuppeteerSharp -- which downloads Chrome to the local machine and uses it to take screenshots of loaded files in its tabs. This works wonderfully and I am happy with its…
Blazor Server Application - Integrated SAML2
Good Day Everyone at our company we have a SSO provider which is in SAML2, we have integrated this on ASP.NET Webforms and ASP.NET MVC 5 projects, but we haven't tried to integrate it on Blazor Server Application as we are starting to develop our first…
Deserializing multiple Object Lists from a Json file
Hello, I've encountered an issue that I am stuck on. So I'm attempting to deserialize 2 object lists from a Json File, the first one comes out fine but on creating a new object in the list for the second object list, a full null object is sent through…
ASP.NET gRPC Server installed on windows machine crashes at launch
I made a ASP.NET gRPC server application and that runs without any problem on my Windows 11 machine, HP (15-fd0055tg) 8GB intel i-3. As I attached, the app is a server, so looks like command prompt when started. I submitted Maca-ron, reserved app name,…
Using Enity Framework 6.1 and initial query VERY slow.
When performing the initial query using EF, it can take up to 9 mins. Though if you rerun it again and again it takes seconds. If I capture the query from the profiler, it always runs in seconds. If I wait about 10 / 15 mins the slow initial process…
Using Enity Framework 6.1 and initial query VERY slow.
When performing the initial query using EF, it can take up to 9 mins. Though if you rerun it again and again it takes seconds. If I capture the query from the profiler, it always runs in seconds. If I wait about 10 / 15 mins the slow initial process…
How to format USB & CD-Rome
Hi, I'm using net 8, I would like to format. 1.USB include bit locker. 2.CD-Rome Can you supply full coe how to do it? Thanks,
Read files from Remote place on net
Hi, 1.I need to read xml file from the net using \domain\netlogon\myXml.xml and read it in my app when login and insert the valus in the login fileds. How is can be done? 2.I need to read image file from the net using \domain\netlogon\myLogo.png and read…
How do I configure ClickOnce to always prompt user if they want to update.
QUESTION: What values are needed to configure the "pubmxl" (ClickOnce publish profile), so that a user is always prompted to update an application to specific version, even if the user previously clicked Skip? For example: The user opens a…