Azure function not showing up when running solution locally VS 2022
I've tried many permutations but with so many files and options I think that listing them would be overkill. I'm using Visual Studio 2022 on Windows 10 to create an Azure Functions app (in C# using .Net6 isolated). I am new to Azure Functions but I'm not…
Change Output Folder Publish-> Create App
I've changed the location of a folder for my MS Store app, from C:\Projects_2024 to C:\Projects_2025. Previously when I went to Publish->Create App Packages... it create my msix in the Projects_2024 sub directory. However, now that I am building the…
MAUI: Full content is not showing on the UI with Webview
I am using WebView to show Html content on the UI. I want few customizations in the content like different color for headings and custom font for the entire data. So I used a custom webview like below: DailyReadingAndroidWebView public class…
What to do; When load web appear menu "Item" right hand and click menu show picture left area We use Blazor Assembly standAlone.
1.TShirtItem.cs namespace TestBlazorApp.Models { public class TShirtItem { public string Name { get; set; } public string ImagePath { get; set; } } ```} 2.TShirtItem.razor @page "/tshirt-items" @using…
Flyout Navigation Improvements
Hi @Leon Lu (Shanghai Wicresoft Co,.Ltd.) I'm using this flyout Navigation. sample code from "Leak.zip" from end of: https://github.com/dotnet/maui/issues/23625 Questions: Can improve navigation beetween page 1 to page 2 to page 3 ? Can…
I have a scenario where I need to read/write from the primary database for normal operations but for some operations I need to read from an alternate server (a replication target that's read only that we use for reporting). With the way the new Core API
public class ReadOnlyContext : BaseDbContext { public ReadOnlyContext(ITenantInfo currentTenant, DbContextOptions<ReadOnlyContext> options, ICurrentUser currentUser, ISerializerService serializer, IOptions<DatabaseSettings> dbSettings,…
MAUI app crashing with release mode. Works fine with debud mode ?
MAUI app crashes with release mode. Works fine with debug mode. Targeting .net run time is .net 7.0. We are using a few syncfusion controls in our application. Those nuggets were up to date till now. Here are the crash…
flipping card update
I create a live tile using System.Diagnostics; namespace LiveTileControl.Controls; public partial class LiveTileControl : ContentView { private bool _isFlipping; public LiveTileControl() { InitializeComponent(); …
I'm having an issue with Android SDK not found in Visual Studio Code on Mac(For Run .Net maui)
Error : Android platform failed with an unexpected error: The type initializer for 'AndroidSdk.SdkLocator' threw an exception.. Please verify the Android SDK and JDK installation. Additional information: Android studio (required SDK Tool and emulator)…
I'm having an issue with Android SDK not found in Visual Studio Code on Mac(For Run .Net maui)
Error : Android platform failed with an unexpected error: The type initializer for 'AndroidSdk.SdkLocator' threw an exception.. Please verify the Android SDK and JDK installation. Additional information: Android studio (required SDK Tool and emulator)…
Android app nowgetting "requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified" crash
I have a Visual Studio 2022 Xamarin Android app (I know it's now unsupported) that has worked fine for many years. It uses NuGet packages for Firebase, etc. After November 4 (probably the Firebase November 15 release), when the app is in the…
How to resolve .NET Framework 3.5 error 0x800F0922
CBS.log I am having trouble enabling .NET Framework 3.5 due to error 0x800F0922. I have tried the solutions provided in the following links with no success: …
win11 update
my system is win11, and i use the markdownpad2 app ,and recently ,win11 system updated ,and the markdownpad2 app can't open ,and the error is like below: Exception Information: System.Windows.Markup.XamlParseException: The invocation of the…
Knowledge check page is missing the submit button
https://learn.microsoft.com/zh-cn/training/modules/csharp-call-methods/7-knowledge-check Despite my attempt to close the browser and reopen the page, I still cannot see the submit button, and my course cannot be completed
How can I generate a parameter using switch against a datatype choice parameter with dotnet new templates?
While creating a template for dotnet new <template>, one of the required parameters is of datatype "choice". I am trying to then have a generated parameter with the generator of "switch" based on the choice parameter. When using…
Exception when linking to Microsoft Store Purchase API library from Blazor MAUI Windows App
Hi, I am have written multile Microsoft Store Apps in the UWP and WPF frameworks and published them to the Store. These apps all have to and do call the Microsoft Store Purchase API. Now I'm building a Blazor MAUI Store App and have found apps in the…
Azure functions - SignalR output binding failure: ServiceEndpoints is empty. ConnectionString is null, empty, or consists only of white-space
I'm trying to run an Azure function using SignalR output binding in dotnet-isolated process, but I always have this error "Executed 'Functions.SendToGroup' (Failed,..) System.Private.CoreLib: Exception while executing function:…
Help me turn on the M908 red dragon software please.
I have a red dragon M908 and I plugged in my mouse and the software says no mouse detected does anyone know what to do?
how to draw space with color in xamarin.android?
I am using canvas to draw text in xamarin.android and how to draw space with some color ? for example: I will draw this is my text the it is empty in s and i I want to using some color to draw the space. how to do it?
how to translate matrix in .net.android?
I want to use canvas in .net.android and want to draw cube on it. I create custom view and rewrite ondraw how to draw one cube using canvas? if there is x,y,z and width height how to draw it?