Content
passing passwords from xamarin appto asp.net core
Hello I have an Xamarin application and currently I have created a asp.net core web api. I am using basic authentication. However that takes the userName:PassWord encodes it and converts to base64string and sends across the wire. That does not seem…


ReportViewer stuck at Loading... when clicking drill up/down in Edge
Drilling up/down in an embedded Report Viewer in our webapp is stuck at a "Loading..." panel when done in Edge browser, but works fine in Chrome. The viewer also renders flawlessly, regardless of browser opened in, when viewed using the SSRS…


Blazor Reconnection Issue After Locking Smartphone
I'm experiencing a problem with my Blazor Server application and I need your help. When I access my website on a smartphone and lock the device for some time, upon unlocking it, seems that the Blazor connection gets lost at that moment and tries to…


Wanted: Example of using ASP.NET inside Azure Function for Role Based Authorization with Azure AD
Since I'm implementing an AJAX REST service in a Azure Function for various Azure AD B2C front ends (blazor server, blazor webasm & angular), I believe it is necessary to implement authentication and authorization in the front end and back end azure…


How to fix bug of iOS of KeyboardOverlapRenderer
AppDelegate.cs KeyboardOverlapRenderer.Init(); After opening the website with webview function, when inputting with the text keyboard, it is difficult to enter the content as it rises above the content.


B2C application unable to retrieve roles assigned to a user
Hello, In my B2C app, I have a user that has been assigned multiple administrative roles. I've created a policy for the administrator role but am unable to retrieve any roles for this user. I'm using dotnet 7.0. I have two problems:. Assigning the Admin…


I need to hold the selected ListView Item in a temporary variable.
I need to hold the selected ListView Item in a temporary variable so that the user can Cancel an Edit operation and the ListView Item will revert back to its original values. I can't understand why Temporaryselectedudf changes to the SelectedUdf value.…


How do I use a regular expression in Entity Framework?
For the method: public static IQueryable<ClaimIdentityUser> FindClaimsRegExAsync(this UserDbContext dbContext, string searchEmail, string searchClaimValue) { // if both search terms are empty, return all claims if…


WebJob - <project_name> is not recognized as an internal or external command
I uploaded a WebJob project with a name that contains whitespaces (for example "WebJobs.My project") to my Azure Web application, and at the time of running it I got the following error logs: [06/04/2023 14:51:35 > 92ca53: SYS INFO] Status…


Net Maui CollectionView How to do bindable property for orientation ?
custom collectionview is not working like that what is wrong with them ? <custom:TabsCollectionView Grid.Row="1" ItemSource="{Binding CartMenu}" AOrientation="Vertical" ASpan='3'/> …
ADO.NET Database first error after update (VS2022)
Hello, I updated VS2022 to V17.6.1 and I think that after this update (or previous one I'm not really sure) I get the error : "Running transformation: System.NullReferenceException: Object reference not set to an instance of an object.". …


Conflict between two references when building a dll
I built a new winform that uses a 3rd party set of controls. Unbeknownst to me, the act of adding controls to the form added references into the project that the form was part of. When building this new form into the library, it eventually failed,…
Modif the interline in nav
Hi I would like to know if you can tell me how to modify the interline in nav bar extract navmenu.razor @if (expandSubNavFollow) { <ul class="nav flex-column"> <li…
Net Maui carouselview time span problem
All working fine but check and please correct the first image show and quickly passing second image must be same as the others time span .. how we can solve it? Thanks public Carousel() private void Carousel_Loaded(object sender, EventArgs e) { …


Unable to install .NET Framework 4.8 in silent mode
Hi, I am unable to install .NET Framework 4.8 offline installer via silent mode. I used Admin CMD with "ndp48-x86-x64-allos-enu.exe /q /norestart" command to install. It won't install and stuck in End User Accept License area. I knew this…


Cannot insert duplicate key in object 'dbo.VersionMasters'.The duplicate key value is (0). The statement has been terminated
Hi, While I am executing the following query, I am getting error "Cannot insert duplicate key in object 'dbo.VersionMasters'.The duplicate key value is (0). The statement has been terminated." using (var context = new Entities()) { var…


Can a child element pass validation issues up to the <DataAnnotationsValidator> in the parent
I'm reducing this down to the essentials. If I reduced too much, please ask for detail. I have a razor page as follows: <EditForm> <DataAnnotationsValidator /> <AddressForm @ref="_addressElement" …


.net maui change Android and iOS overview icon
In .net maui Android when the "Overview" button in clicked an Icon is shown. How do I change that icon ? On iOS how to change the ".NET" to something else ?:


Getting build error when trying to upgrade Android 8 to 10 and switching from VS17 to VS 22
Hello, I have a Xamarin.Android project developed for Android 8.0 using Visual Studio 2017. Now I would like to upgrade the Android version from 8 to 11 and open it in VS 2022 at the same a time. As soon as I do that I get several error messages.…
Localisation send email attachment- email not sent
Hi I have written code in mvc to send email. I have localisation for website. When i send an attachment in French .example file name HDFC po 2341. The email is not sent. Getting status as false. Used mailmessage. Need help

