Severity Code Description Project File Line Suppression State Error MSB4100 Expected "$([System.String]::Copy('%(Identity)').EndsWith('.resources.dll'))" to evaluate to a boolean instead of "$([System.String]::Copy('C:\Users\tarek\OneDrive\Desktop\StoreAp
Severity Code Description Project File Line Suppression State Error MSB4100 Expected "$([System.String]::Copy('%(Identity)').EndsWith('.resources.dll'))" to evaluate to a boolean instead of…
ASP.NET Core
Blazor
.NET MAUI
page components doesn't update after oidc authentication in blazor web app server based
I have a blazor web app (server based) with page components defined parametrically as below: @page "/System/{iSysnum:int?}" @page "/System/{iSysnum:int?}" @implements IDisposable @rendermode InteractiveServer @page…
Blazor Training
Supportability of XBAP + WCF Message Security + ClientFormsAuthenticationMembershipProvider + TLS 1.2-only in IE11 / PresentationHost.exe (.NET 4.8)
We are troubleshooting the following architecture scenario: • Client: XBAP application(.xbap) running in IE11/PresentationHost.exe on Windows Server 2022 • WCF Service Binding: wsHttpBinding with SecurityMode="Message Security" …
.NET Runtime
ingenico CPX10.14 Pad - How to init and read keypad
I have a ingenico Card Reader Pad, and I want to use it as an Input device to read user Pin Number Changes. Any Ideas on best approach? I am not looking to connect to some POS System, I am only looking to use the device as an Input device for a self…
.NET Internet of things

Not remembering source control plug-in (Git)
Since the last release, Visual Studio 2022 is not remembering the source control selection. Every time a project is opened, I must open the options dialog, go to Source Control, and select Git from the "current source control plug-in." Once I…
.NET
Visual Studio
how to change the color of the rippleDrawable of button in .net android?
I am using .net android and how to edit the color of the rippleDrawable of button in .net android? I have set the colorstatelist of enabled but it not changed.
.NET MAUI
ERR_SSL_PROTOCOL_ERROR when running BlazorWebAppOidcServer
0 I am trying the sample code from https://github.com/dotnet/blazor-samples/tree/main/8.0/BlazorWebAppOidcServer. The Home and Count components work fine but the Login results in : This site can’t provide a secure connection localhost sent an invalid…
Blazor Training
.NET 9 Core MVC - Database qurstions
I have a very old MS SQL database. When I say old, I really mean that it was created and built upon without any adherence to proper database design discipline. Anyways, this is currently running a very outdated combination of asp and asp.net webform…
Entity Framework Core Training
Supportability of XBAP + ClientFormsAuthenticationMembershipProvider + WCF Message Security + TLS 1.2-only in IE11 / PresentationHost.exe (.NET 4.8)
We are troubleshooting the following architecture scenario: Client: XBAP application (.xbap) running in IE11 / PresentationHost.exe on Windows Server 2022 WCF Service Binding: wsHttpBinding with Security mode="Message" (certificate used for…
.NET Runtime
How to Rename a Solution and Projects in Visual Studio 2022 Without Affecting Functionality?
I have a working application that includes Blazor Server, Blazor WASM, and an API. I want to change the names of the solution and the projects while ensuring that the current application remains unaffected. What is the easiest and problem-free way to…
ASP.NET Core
Blazor
C#

unable to deploy .net core app on a shared linux hosting
Hi, .net core app is supposed to be a multi platform app. For some reason no shared Linux hosting (like a2hosting.com) is allowing .net core app their linux shared hosting servers.
.NET Runtime
Why do you do homework
Why do you do homework?Why do you do homework? Why do you do homework This question is related to the following Learning Module
.NET Internet of things
How to change the grey default background of a combobox in wpf in xaml
Hi how can I change the grey default background color of a combobox? Of the selected Item not the dropdown list Any help?
.NET
Windows Presentation Foundation
.NET 8 WinForms Migration – System.Data.SQLite vs Microsoft.Data.Sqlite
Hi everyone, I'm in the process of migrating a Windows Forms application from .NET Framework 4.7.2 to .NET 8. The original project uses System.Data.SQLite (version 1.0.113), and everything has been working smoothly so far. Now that the application is…
.NET Training
Scrolling Issue on Tabbed Page in iOS When Adding Dynamic Labels
I am experiencing a scrolling issue on a tabbed page in iOS when dynamically adding labels. In most cases (approximately 8 out of 10 times), I am unable to scroll down after adding the labels. This issue occurs on both real and simulator devices. …
.NET MAUI
Dynamic NavMenu
I am trying to implement the default NavMenu.razor with a number of NavLinks where one of the items is not visible by default. It should only become visible after an authenticated user belonging to a specific role condition is true. My code snippet is…
.NET MAUI
UI freezes for sometime after UI binding
My data is binding to UI quickly but the UI freezes for few seconds and I have only 2 records. I am loading data in ContentView Loaded event var newStops = await Task.Run(() => { return response.Stops .OrderByDescending(x =>…
.NET MAUI
Can I use getManufacturerSpecificData in StartDiscovery in .net android?
how to use getManufacturerSpecificData in StartDiscovery not StartLeScan?
.NET MAUI
Unable to Authenticate MAUI Application on Android
I have a Blazor hybrid app that successfully authenticates against Azure client OpenID authentication scheme on windows but fails on android device. Is there a working example to reference specifically for Android?
.NET MAUI
How to fix this issue - Failed to marshal the Objective-C object 0x1257d5880
I am facing an issue on an iOS device. After installing the app and opening it, I encounter this error. Failed to marshal the Objective-C object 0x1257d5880 (type: Microsoft_Maui_Controls_Handlers_Items_VerticalCell). Could not find an existing managed…