How to prevent reflective DLL injection in a .NET application
Reflective DLL injection bypasses the standard Windows loader by manually mapping a DLL into memory and resolving its dependencies. This makes load-time checks, including verifying the DLL signature, ineffective. Also, implementing memory monitoring and…
Upgrading the application from .NET6 to .NET8 and have updated the packages as well and after that I am getting this error.
<PropertyGroup> <TargetFramework>net8.0</TargetFramework> <AzureFunctionsVersion>v4</AzureFunctionsVersion> </PropertyGroup> <ItemGroup> <PackageReference…
.net maui fully custom splash screen
I am working on . net maui splash screen but there are android 12 and later issues. So I can not set splash screen like make image like previous android versions. But I want and set it image that has contents on all screen. I have seen many splash…
Why does my .NET MAUI 8.0.100 iOS TestFlight app using Microsoft.Data.SqlClient crash immediately
I submitted my app for Apple's TestFlight. After deploying using TestFlight to my iPhone, it crashes immediately, not getting to any of my application code. This also an iOS device I've provisioned for development testing, so on my Mac build machine, I…
MQTT message published from MAUI app to AWS IOT is not showing in MQTT test client
I am using below code to publish message from app to AWS IOT: public async Task PublishMessage(string topic, string payload) { if (_mqttClient == null || !_mqttClient.IsConnected) { Utility.DebugAndLog("MQTT client is not connected.…
Line number and path or file name missing when logs maintain in azure applicationinsights for blazorWASM application
I had develop blazorWASM application logs using these links. I had used .NET core 6.0.I had use ILoggers<Type> logger…
Speech AI video translation has stopped working.
Previously working code is now failing. Seems to be on the Azure end as even the VideoTranslationSample app is also failing (https://github.com/Azure-Samples/cognitive-services-speech-sdk). In general, the Translation says it has succeeded, but the…
License Type of .Net Framework 4.8
Hello All, We are currently using .Net Framework 4.8 in our project and need some information regarding the 'License Type' of .Net Framework 4.8. We would want to know what type of license does .Net Framework 4.8 fall under. Like is it MIT or Apache or…
Report on progress bar of download file
Hi, I have progress bar control, i got from API the content stream response. How i can report on progress of download process of file in the UI page? Thanks, try { using (var fileStream = File.Create(zipPathForFolderOrPathForFile)) …
Delete folder from bit locker throw exception
Hi, I got: 2025-04-08 16:09:51,501 [1] ERROR GssdDesktopClient.Maui.ViewModels.CopyViewModel - DeleteFolderCommandExcute System.IO.IOException: No mapping for the Unicode character exists in the target multi-byte code page. : 'E:\גגגגגגג'. at…
What are the alternatives available for System.Messaging package in .net 8
I'm migrating .net 4.7.2 to .net 8.0. The System.Messaging package is not available in .net 8. How can I resolve the errors below errors - The type or namespace name 'Messaging' does not exist in the namespace 'System' (are you missing an assembly…
Move to maui 9.0.40 in MAC
Hi, When moving from .Net Maui 9.0.30. To 40 in MAC, do i nèed to updaue MAUI workload,if yes how? I'm using vs code Thanks,
How to create two different style Switch in maui?
I have a requirement to utilize switch control in MAUI but in two different styles. I am able to create one in the green color by modifying the toggle switch code from source styles file and adding it into windows/app.xaml file. Now I want to create one…
How do I get FilePicker to return a non-null result on MacCatalyst?
Maui Workload 9.0.14/9.0.100 SDK 9.0.200 XCode 16.3 (16e140) Mac OS Sequoia 15.3.2 Visual Studio Code 1.98.2 (Universal) I am developing a MAUI App that needs to run on Windows, MacOS and iOS (iPad only). I am trying to get…
Blazor Server .NET 8 authorization Dependency Injection User Settings
I have a IUserSettings interface to use between Blazor and a Desktop. I have a task in the interface called Task GetUserSettingsAsync(AuthenticationStateProvider authenticationStateProvider). Once the website comes back from Microsoft Entra, I want to…
During the assessment ,it was observed that the .exe application is using .Net v4.0.30319, which is vulnerable.
in black box penetration testing of Winforms application following issue is observed During the assessment ,it was observed that the .exe application is using .Net v4.0.30319, which is vulnerable. Please help
During the assessment ,it was observed that the .exe application is using .Net v4.0.30319, which is vulnerable.
in black box penetration testing of Winforms application following issue is observed During the assessment ,it was observed that the .exe application is using .Net v4.0.30319, which is vulnerable. Please help
Unable to Publish .NET MAUI iOS App for Ad-Hoc Distribution
Hi, I have been following the steps outlined in this guide to publish my .NET MAUI iOS app for ad-hoc distribution. However, I am encountering an issue in the "Publish the app" section, specifically at Step 5. When I attempt to archive the app…
Which control needs to be used to show loading image for Images.
I'm working with large size images, that will take good amount of time to load the image, So for that thing i want show a dummy image like FFimage loading until the actual image loads, So which control will you suggest for this requirement, I tried with…
App crashes on android after about 1 hr usage with Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 6664 (SGen worker)
App crashes on android after continuous use for about 1 hour. Please refer below adb logs when app crashed - 2025-03-21 14:29:09.249 6649-6664 com.name.myname com.name.myname E How can an object and a reference inside it not be in the same block?…