Add a user to LDAP group
I have followed the logic to add a user to an LDAP group per the following article: https://learn.microsoft.com/en-us/windows/win32/ad/example-code-for-adding-a-member-to-a-group Using Novell iManager to verify the results, I am seeing very strange…
how to fix Net Framework 3.5 and 4.5 error 0x80070002
how to fix Net Framework 3.5 and 4.5 error 0x80070002
How to copy files from selected directory to application directory in iOS using Maui and Community Toolkit folder picker
I want to copy files from a selected directory to the application directory using Maui and Community Toolkit folder picker in iOS. After using the folder picker, I tried to get a list of files in the directory which resulted in the error "Access to…
ToolTipProperties.Text in MenuFlyoutItem is not working
Hi, I'm in maui windows NET 8, ToolTipProperties.Text is not working. why ? <DataTemplate> <Label Text="{Binding Name}" VerticalTextAlignment="Center" ToolTipProperties.Text="{Binding}" > …
C# App doesn't start up when running Appium WDA on iOS
We are using Appium to test our multi-platform app. (Windows, Android, iOS). This App is written using C# in .Net 8 with MVVMCross. However, since about month or 2 ago, our App crashes on start up on iOS when the Appium xcuitest WebDriverAgent is…
database deference betwen devices
I am using sqlite public class LocalDatabaseService { SQLiteConnection _connection; public LocalDatabaseService() { _connection = new SQLiteConnection(Database.DatabasePath, Database.Flags); …
What would be the best asp.net option that allows a SQL database and communicates with a .NET MAUI frontend?
I am currently working on designing a cross platform application with .NET MAUI. I've decided to migrate my previous database to a SQL database. Looking at the Microsoft documentation, it showed the asp.net core web MVC project as the standard for using…
Does .NET MAUI Support iOS 17.6.1?
I have a general question about MAUI support for 17.6.1. I have an app that works on a 17.5 simulator and a physical device running 15.8 but is rejected by the app store when testing against 17.6.1. My configuration is as follows: CommunityToolkit.Maui…
When value of textbox is changed Dropdown is not calculating
I created a code so that Area of Square/Equilateral Triangle can be calculated when selecting dropdown. When I change the dropdown value it works but when textbox is changed please suggest on how to call OnValueChanged @page…
Is Using web.config File Standard for ASP.NET Core 8 Hosting on Azure App Service?
Hello Azure Community, I’m currently working with an ASP.NET Core 8 application hosted on Azure App Service. In previous versions, especially with .NET Framework applications, the web.config file was commonly used for IIS-specific configurations. I’ve…
Is Using web.config File Standard for ASP.NET Core 8 Hosting on Azure App Service?
Hello Azure Community, I’m currently working with an ASP.NET Core 8 application hosted on Azure App Service. In previous versions, especially with .NET Framework applications, the web.config file was commonly used for IIS-specific configurations. I’ve…
The process was terminated due to an internal error in the .NET Runtime
Hi everyone, We have a windows 2019 server that hosts an IIS website. Since today, when trying to sign in to the site, it gives 503 error. I figured out that if I'm looking at Application Pools in IIS manager, it shows that the status is Stopped. If I…
Is the October 2024 MFA enforcement applied on MSAL.NET accessing the Microsoft Graph API?
As mentioned on many channels Microsoft want to enforce MFA on administration portals, Azure CLI, Azure PowerShell, Azure Mobile app and IaC…
.NET 6.0 not installing
Hi, I'm having an error installing .NET Host 6.0.33 (x64) its having errors installing 'dotnet-host-6.0.26-win-x64.msi'. Here are some screenshots
.NET 6.0 not installing
Hi, I'm having an error installing .NET Host 6.0.33 (x64) its having errors installing 'dotnet-host-6.0.26-win-x64.msi'. Here are some screenshots
Installing .NET Framework 4.8 on Windows servers 2016
Hi, I have to upgrade my projects from VS2017 .NET Framework 4 to .NET Framework 4.8 on Windows 2016 servers. Can I know the process, requirements and the steps involved in the migration. Also is it backward compatible? Regards Aparna
On CurrentPagechange Event of TabbedPage custom Font is not applied on title of last but one Child Page click item
I have TabbedPage in MAUI 8 and API level 34 . I have multiple tabs loading 3 on each Tab change event, 1-I have applied Font to each child Tab as mentioned…
Range validator in MAUI Blazor
Here is a simple app to Add numbers from 0 to 100 , after which I like to perform some statistical operations. Add Insert works fine , I can restrict only 0 to 100 Delete works fine. When editing it is accepting all numbers , I like to restrict 0 to…
Unable to install new sdk's using android sdkmanager in visual studio latest version 2022
I am having issue with sdk manager in visual studio 2022. I want to install android 14 (api level 34) using sdk manager but unable to do that. Facing the issue provided in screenshot I am usng latest visual studio version. I am having good internet…
Dapper cast problem for timestamp fields
Hi everyone, have you ever use Dapper in .Net. I use for the first time Dapper orm and I have problem with the cast join queries to a model. For example I have two tables and their names are relatively "groups" and "users". these…