How to To Change Auto Navigation in a Modal?
I have a modal that previews my image products (originally i have a productgridcontainer that automatically circles through these image products for my customers to see the avilable products which i want it to be that way but i want the modal to be…
Developer technologies | ASP.NET | ASP.NET Core


ms-appinstaller protocol has been disabled.
Hi, I have a WPF application and a Windows Application Packaging Project. I use Publish -> Create App package -> Sideloading -> enable automatic updates package is created and we put the output entire folder on our website. when Win10 users…
Developer technologies | Universal Windows Platform (UWP)
MAUI Picker control, .net 9: the Unfocused event IMMEDIATELY follows the Focused event?
I'm using the MAUI Picker control (ComboBox) on .net 9, Windows, VS 2022 v17.13.6. When the Picker gets focus by the user clicking it, the Focused event fires, but it is immediately followed by the Unfocused event and the drop down list opens. If the…
Developer technologies | .NET | .NET MAUI
MAUI app crash when execute BindableLayout.SetItemsSource with visual studio 2022 17.14.7
After the command BindableLayout.SetItemsSource(FlexLayout, IEnumerable) in DEBUG environment and WinUI it gives the error: System.ArgumentOutOfRangeException in System.Private.CoreLib.dll Exception thrown: 'System.Reflection.TargetInvocationException'…
Developer technologies | .NET | .NET MAUI
Push Notification Icon Color Issue in .NET MAUI Local Notifications
I have implemented push notifications using LocalPushNotification in my .NET MAUI app. I'm setting the small icon using: .SetSmallIcon(Resource.Drawable.ic_push_notification_solid) The issue is that the icon is displayed in gray instead of its…
Developer technologies | .NET | .NET MAUI
LINQ how to sort column names
HI folks, I am retieving the column names from a datatable as follows. string[] columnNames = ds.Tables[0].Columns.Cast<DataColumn>() .Select(x => x.ColumnName) …
Developer technologies | C#
How to disable the ctrl+mousewheel zoom in WPF blazor hybrid app
I'm testing the WPF blazor hybrid app following the steps in this article: https://learn.microsoft.com/en-us/aspnet/core/blazor/hybrid/tutorials/wpf?view=aspnetcore-9.0. The code repo is here. After running the app, I find I can use ctrl+mousewheel…
Developer technologies | .NET | Blazor
After updating my Asp.Net Core MVC from .Net 6 to 8, the project property throws error.
Error.txt Recently, I have updated my ASP.NET Core MVC application from .NET 6 to 8. The VS 2022 Professional was also updated to version 17.14.7. After that, when I right-click my web project, which is also the startup project, it throws the error shown…
Developer technologies | ASP.NET | ASP.NET Core
OneWay Data Binding Between 2 Content Views not working
I've setup 2 ContentViews: NewContent1.xaml and ChildContentView.xaml using .NET 9. I've added <MauiEnableXamlCBindingWithSourceCompilation>true</MauiEnableXamlCBindingWithSourceCompilation> to my Project Properties. I'm binding a string…
Developer technologies | .NET | .NET MAUI
DataGridView DateTime Column type?
Hi experts In VB.net WinForms (.Net Framework 4.8) DataGridView Add/Edit Column > Column Type has these…
Developer technologies | Windows Forms
How do I fix this error?
argument list for class template "CUIAnimationCallbackBase" is missing template <class IUIAnimationCallback, class CUIAnimationCallbackDerived> class CUIAnimationCallbackBase : public IUIAnimationCallback { public: static…
Developer technologies | C++
How to fix Visual Studio 2022 17.5 Intellisense not working
Visual Studio 2022 Enterprise Edition version 17.5.1 Intellisense and snippets are not working
Developer technologies | Visual Studio | Other

alignment in chat app
I am doing a chat app with Maui, but I need help with alignment <ContentView x:Class="FireChat.Controls.ChatView" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" …
Developer technologies | .NET | .NET MAUI
How to change the image cshtml.
I am using several images on the home page of my project. The path of which is always using the same name. That is, even if the image changes, the image path remains the same. The problem is that when I upload the image for the first time, the correct…
Developer technologies | ASP.NET | ASP.NET Core
Can we prevent Narrator from speaking UI control's name?
Hello, I'm working on WinUI2 app with XAML island in purely C++ (no XAML code). I want to support Narrator screen reader for my app. I tried to set accessibility props (name and helpertext) for UI controls. While this props are being read by Narrator, it…
Developer technologies | Universal Windows Platform (UWP)
Unable to Add Scaffolded Items with Visual Studio when Developing an ASP.NET Project
I'm trying to learn ASP.NET with Visual Studio 2022 Community and was following this guidance: https://learn.microsoft.com/en-us/aspnet/core/mvc/overview?view=aspnetcore-9.0 I followed the steps but finally unable to continue due to it keeps showing…
Developer technologies | ASP.NET | Other
Blocked from accessing native Azure Speech SDK (C++/x64) for Unreal Engine integration—installer reports success but does not install required binaries (no speechapi_cxx.h, .lib, or .dll). Project is C++ only; not using .NET or NuGet.
Hello Azure Support, I’m a developer working on a native C++ integration of Azure Speech Services within Unreal Engine, and I’m currently blocked from accessing the correct SDK. Despite multiple attempts, I have been unable to obtain the native C++…
Developer technologies | C++
How to improve tapping feedback in Maui
Hello. Please. how to improve the feedback of tap recognize on a label of one character because the tapping area is small the tapping feedback is lower. In my app I have a grid row with 10 columns and in each grid cell I have a one character label with…
Developer technologies | .NET | .NET MAUI
how or where a sync function in a web API controller can help me?
hi, I just made one web API with core 9 with entity framework and all actions, i found that all the methods are made with a sync. q1) so my question is where or how it can help me , because in my case i call my controllers action methods from java…
Developer technologies | ASP.NET | ASP.NET API
How many threads can Splunk ODBC support concurrent reading simultaneously
Hi there, I would like to know how many concurrent threads Splunk ODBC supports reading data simultaneously? Thanks&Regards, zmsoft