Content
MAUI: Listview button is partially visible on UI even with HasUnevenRows
I am facing a weird issue with listview. I have a button in my listview and it is not completely visible on UI like below screenshot: My code: MainPage.xaml: <?xml version="1.0" encoding="utf-8" ?> <ContentPage…
Xamarin Android: Obtain the IMEI from a device with Android 10
One of our customers is updating his Android devices to version 10.0 (API 29). The app that our customer uses is manually installed via APK on each device. The app is NOT released via public stores. Each device is NOT associated with any physical person,…
Conditional validation depending which MVC button pushed
I have a scaffolded form in MVC with two buttons, Save and Submit. I want conditional validation: Save, no validation; Submit, validation. In the cshtml I have: ... <td> @Html.EditorFor(model => model.DSCRPTN, new { htmlAttributes = new…
SignalR Configuration On Proxy DNS Server For NGINX
Good Morning I am Facing Issue in SignalR Configuration , Let me Explain My Functionality Work Perfectly In Dev & UAT Environments But it's Not Working On Production, Client Use Private/ Public DNS For Showing Application & We are using NGINX For…

Getting error Android Target SDK version 33 in Vs2022 Xamarin Forms
Attribute receiver#com.google.firebase.iid.FirebaseInstanceIdInternalReceiver@exported value=(true) from AndroidManifest.xml:20:89-112 is also present at AndroidManifest.xml:39:93-117 value=(false). Suggestion: add…
Can't setup the software Microsoft Identity Extensions-64.msi in OS:windows server 2019
I can't setup the software: Microsoft Identity Extensions-64.msi in OS:windows server 2019, the error can display in the attachments picture; What's the website URL can download the software Windows Identity Foundation ? Help me please,thank you very…
Unable to get Tab bar and Flyout together in the shell.
Is there any way to get both Tab bar and Flyout in the Shell in. NET MAUI. Documentation says it is not possible, is there any way to create a custom Flyout or Tab bar in the same Shell.
MAUI: The content page and pop up pages are breaking in normal running
I am facing a weird issue in my new MAUI project. When LIVE running in visual studio all of my pages are working fine. But when I open the app normally, the app is breaking on some of the pages, but no issue in LIVE running. The same pages are working…
VS 2022 .net6 core C#. Application.StartupPath is different at run time.
Hi, I am trying to capture my project home directory: string exeFolder = Application.StartupPath; While i test app i am getting path with MyPath"bin\Debug\net6.0-windows". in result i cannot access my report folder with reports. Is there a…
Finding parent form and tablelayoutPanel
hello , private void TDlloading_error_Load(object sender, EventArgs e) { HideButtonsInParentFormTableLayoutPanel(); } private void HideButtonsInParentFormTableLayoutPanel() { // Access the parent…
In Blazor MAUI with a shared UI library, navigation doesn't work
In a shared blazor library, login page and sample page are defined. Here is the Minimum Reproducible Example: https://github.com/johnmangam/ShellNavigation/ Login.razor @page "/login" @inject NavigationManager navigationManager <button…
Unable to run MAUI Android app
Hi, Why I am suddenly getting this error when trying to run MAUI's Android app? /Users/jassim/Downloads/MyApp: Error JAVA0000: Error in…
JWT Bearer Authentication Load to API fails
I created API with JWT Token , I know I need to pass credentials but just for test purposes I used get method instead of post. https://github.com/KalyanAllam/VisitsApi Where Auth Controller generates the…

Transfer the WebApi application to another PC, test it, without a development environment?
Hello, @AgaveJoe https://learn.microsoft.com/en-us/iis/application-frameworks/scenario-build-an-aspnet-website-on-iis/configuring-step-1-install-iis-and-asp-net-modules The target machine needs a host like IIS to host Web API. We have no idea how your…
Call Webapi JWT
I created API with JWT Token https://github.com/KalyanAllam/VisitsApi Where Auth Controller generates the…
I'm going nuts over this. I can write to a cookie, and then read it again. But at some point, i want to update the value it holds. Whenever i get the cookie again, i get the initial value, not the updated one. Below is the code i use for write/update and
cookies are not updating hwen i update the clain or updating a permission in do net 6 public class UpdateCookieAuthenticationEvents : CookieAuthenticationEvents { public override async Task…
MVC CORE GET API FAILS
Call to api https://visitsapi.azurewebsites.net/api/Auth/ fails getting 404 error Please visit here for github code https://github.com/KalyanAllam/JWTApiCall/ The source code for https://visitsapi.azurewebsites.net/api/Auth/…
How to use 'manual entry' as the Input type as default from the TimePicker for Android
Hello After clicking on the TimeEdit opens a popup where the default style looks like this But I want to use 'manual entry' as the Input type the default Please help me ti have an option for this!!!!
WPF Tabcontrol Resizing Issue
Hi All, I have a Tabcontrol inside grid which is inside WPF page. I want Tabcontrol to resize to complete width and height of page. I have set grid height and width to "*" and horizontalalignment and verticalalignment of tabcontrol to…
c# Graph Api > 5..0.15 Content.GetAsync() not working any more
// https://learn.microsoft.com/en-us/answers/questions/1025116/how-to-download-a-mail-graph-api-c?orderby=oldest Stream mimeContentStream = await _graphClient.Users[{someUseriD}].Messages[{aMessageId}].Content.GetAsync(); string mailFile =…