Azure function Isolated Process Model
I am using Azure Function Isolated process model .Net 8.0 I want to use Swagger UI as a result I installed Microsoft.Azure.Functions.Worker.Extensions.OpenApi.Core.Attributes However tis does not work using…
How to fix "Could not retrieve project assembly output path" after upgrading from .NET Framwork to .NET
After upgrading from .NET Framework to .NET the program is working fine but when I try to edit a Form, Any Form, I get the same message on the yellow bar: "Could not retrieve project assembly output path. Parameter name hierarchy." Can anyone…
flipping card update
I have my card using CommunityToolkit.Mvvm.Messaging; using System.Diagnostics; namespace LiveTileControl.Controls { public partial class LiveTileControl : ContentView { private bool _isFlipping; private bool _isDataAvailable; //…
Create an IPA from Windows MAUI iOS + Extensions
Hi, we have a MAUI project with iOS extensions. We can run them on emulators and create the IPA either in Visual Studio or Visual Code on a Mac. Due to dotfuscator issues, we need to create the IPA, but now from Windows! We can create the IPA using the…
Build Error
How to resolve Azure build error error MSB3073: The command "npm install" exited with code 1? Thanks
. net maui uses Microsoft Data.SqlClients encountered an exception when directly connecting to SQL Server
Microsoft.Data.SqlClient.SqlException (0x80131904): Successfully established a connection with the server, but an error occurred during the login process。 (provider: TCP provider, error: 0 - Success) HttpClient can be accessed normally SQL Server has not…
.Net 8.0.10 and 8.0.11 hosting bundle doesn't install components
I have downloaded and installed the .NET Core Hosting bundle for 8.0.10 on the windows sever 2019. In the past when installing this bundle it will install the following components: Microsoft .NET Runtime - version (x64) Microsoft .NET Runtime - version…
Windows Surface Laptop 7 (ARM) - VS 2022 17.12.3 - MAUI - Hot Restart iOS - Object reference not set to an instance of an object.
Hello - going a bit kookoo here. Working on a MAUI app, not updated to 9 yet. It debugs, builds and can push to test group in Google Play Store. I'll preface all this next bit with this... I was not able to test at all on a physical usb connected iOS…
I'm experiencing problems with EF and SQL Server when running on Azure Webservice. The same code runs fine from VS with same db.
If I turn debugging on and connect my VS to the process, the error doesn't occur. Also I can run the code just fine from Visual Studio towards the same database. I do not Lazy Load. All Queries ens with ToFirstAsync() or ToListAsync() and has a Select to…
Problem with Blazor InputSelect
I've been trying to learn Blazor and I've been working with a movie app tutorial that I got here: https://learn.microsoft.com/en-us/aspnet/core/blazor/tutorials/movie-database-app/?view=aspnetcore-9.0. I've added a lookup table with a "Star…
IsEnabled property doesn't seem to work for AppShell
I want to use the IsEnabled property of ShellContent object of the AppShell, but this property doesn't seem to have any effect if True or False. If working, this property is very handy, for example, to disable user interaction until some conditions are…
Missing file in Learn module
I'm unable to complete the module named "Interact with data in Blazor web apps" because there are one or more files missing in the project files host on GitHub. Where can I find "Services/OrderState.cs" that's referenced in Unit 9 of…
problem regarding taking online certification exam.
I was taking my exam in online and after attending about 15 questions it came to feedback section and there is no remaining question when i try to login again it is not going into login page i attached the screenshot below

Picker.Focus() Not working in Windows - MAUI
Hello, I had a layout, Basically on tapping on that layout, I want to focus my picker. Unfortunately. picker.focus() is not working. Thanks.

Fonts become italic
Hi, In Maui template we have: fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold"); Later I publish the app as exe. When I create setup with…
XA0137: The 'run-as' command failed with 'run-as: couldn't stat /data/user/0/com.test.demo: No such file or directory '.
Hi all, My app not installing in release mode, Even I tried generating apk and installing but app is crashing every time. I'm getting following error Start debugging Android application failed Start debugging Android application ... am start -a…
Error loading font 'Assets/Fonts/Segoe UI.ttf'. on log
Hi, I have this error when running the MAUI as exe. I do not have this fonts on my app in RESOURCES/FONTS and not resister it. 2025-03-13 11:57:26,921 [1] ERROR Microsoft.Maui.FontManager - Error loading font 'Assets/Fonts/Segoe…
Operations on files obtained by Directory.EnumerateFiles never finish
【概要】 .netFramework 4.7を利用したプログラムにおいて Directory.EnumerateFilesで取得したファイル一覧に対して FOR文によるファイル操作を実施した場合に、処理が終わらない事象が発生しております。 既知事象の有無及び、改善策があればご教授頂けないでしょうか。 【実行環境】 OS:Windows Server2022 【処理詳細】 処理の詳細は以下の通りです。 ①Directory.EnumerateFilesメソッドを利用 …
Connecting to MS Access and databases on Snapdragon ARM computers
As far as I know, there's still no ADODB or ODBC support on Snapdragon computers. Is there an ETA? In the meantime, can I use MS Access outside its IDE (where it works fine) or can I use SQL Server or MySQL? Can I use Visual Studio with MS Access or any…
How to enable access to permissions.
Hey, I have a problem. You see, my Xbox series S for some reason won't allow me to open Discord because I need to open permissions to do so. So, I looked up how to enable my permissions and went ahead and followed the instructions it provided. But when I…
