16,409 questions with .NET-related tags

Sort by: Updated
1 answer

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…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,506 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,103 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,333 questions
asked 2023-06-22T18:05:51.3+00:00
fullstackdeveloper 0 Reputation points
commented 2025-03-10T07:53:23.13+00:00
Henrik Byström 0 Reputation points
1 answer

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…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,983 questions
asked 2025-03-06T16:27:32.6266667+00:00
Fritz Switzer 301 Reputation points
answered 2025-03-10T07:24:19.17+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 35,996 Reputation points Microsoft External Staff
1 answer

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…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,983 questions
asked 2025-03-08T11:25:34.6733333+00:00
Sreejith Sreenivasan 961 Reputation points
commented 2025-03-10T07:17:21+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 80,606 Reputation points Microsoft External Staff
0 answers

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…

Blazor Training
Blazor Training
Blazor: A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.Training: Instruction to develop new skills.
20 questions
asked 2025-03-10T03:48:11.5+00:00
MIPAKTEH_1 545 Reputation points
edited the question 2025-03-10T06:34:50.6733333+00:00
Jiale Xue - MSFT 49,126 Reputation points Microsoft External Staff
1 answer

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…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,983 questions
asked 2025-03-09T08:41:43.2866667+00:00
Dani_S 4,131 Reputation points
answered 2025-03-10T06:13:08.39+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 49,126 Reputation points Microsoft External Staff
3 answers

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,…

Entity Framework Core Training
Entity Framework Core Training
Entity Framework Core: A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.Training: Instruction to develop new skills.
7 questions
asked 2025-03-03T12:54:30.98+00:00
Bharathi Hattikal 40 Reputation points
commented 2025-03-10T05:48:23.5+00:00
Hongrui Yu-MSFT 4,840 Reputation points Microsoft External Staff
1 answer

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…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,983 questions
asked 2023-12-13T16:27:12.44+00:00
KallemSandeep-8232 36 Reputation points
commented 2025-03-10T03:24:02.93+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 80,606 Reputation points Microsoft External Staff
1 answer

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(); …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,983 questions
asked 2025-03-05T23:41:45.6166667+00:00
Eduardo Gomez Romero 1,315 Reputation points
commented 2025-03-10T03:08:05.8033333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 35,996 Reputation points Microsoft External Staff
1 answer

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)…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,103 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,983 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,103 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,983 questions
asked 2025-02-09T03:11:31.2366667+00:00
รชต เคช 20 Reputation points
commented 2025-03-09T22:31:18.84+00:00
James Crosswell 0 Reputation points
1 answer

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)…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,103 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,983 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,103 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,983 questions
asked 2025-02-09T03:11:31.2366667+00:00
รชต เคช 20 Reputation points
commented 2025-03-09T22:31:18.84+00:00
James Crosswell 0 Reputation points
2 answers

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…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,983 questions
asked 2025-02-25T19:51:44.0133333+00:00
fbs419 46 Reputation points
commented 2025-03-08T23:15:04.24+00:00
fbs419 1 Reputation point
1 answer

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: …

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,103 questions
asked 2024-08-09T10:53:24.88+00:00
Denis Šlachta 0 Reputation points
answered 2025-03-08T20:21:17.1866667+00:00
Denis Šlachta 0 Reputation points
1 answer

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…

.NET F#
.NET F#
.NET: Microsoft Technologies based on the .NET software framework.F#: A strongly typed, multi-paradigm programming language developed by the F# Software Foundation, Microsoft, and open contributors.
125 questions
asked 2025-03-08T14:12:49.53+00:00
FEDERER ROGER 0 Reputation points
commented 2025-03-08T14:41:05.5133333+00:00
cemre özel 0 Reputation points
1 answer One of the answers was accepted by the question author.

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

.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
20 questions
asked 2025-03-06T15:19:37.3466667+00:00
天禹 杨 20 Reputation points
commented 2025-03-08T08:18:02.9633333+00:00
天禹 杨 20 Reputation points
1 answer One of the answers was accepted by the question author.

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…

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,198 questions
asked 2025-03-06T22:00:22.3666667+00:00
Aaron Chun 20 Reputation points
commented 2025-03-07T20:34:00.12+00:00
Aaron Chun 20 Reputation points
1 answer

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…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,665 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,983 questions
Microsoft Partner Center API
Microsoft Partner Center API
Microsoft Partner Center: A Microsoft website for partners that provides access to product support, a partner community, and other partner services.API: A software intermediary that allows two applications to interact with each other.
363 questions
asked 2024-09-06T17:05:40.2066667+00:00
Richard Freytag 66 Reputation points
commented 2025-03-07T18:06:56.9866667+00:00
Marco Medrano 0 Reputation points
1 answer One of the answers was accepted by the question author.

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:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,506 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,103 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
157 questions
asked 2023-07-17T14:25:46.6+00:00
Valeria Naldi 105 Reputation points
commented 2025-03-07T17:15:11.61+00:00
Jimmy 5 Reputation points
0 answers

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?

.NET F#
.NET F#
.NET: Microsoft Technologies based on the .NET software framework.F#: A strongly typed, multi-paradigm programming language developed by the F# Software Foundation, Microsoft, and open contributors.
125 questions
asked 2025-03-07T16:45:27.3866667+00:00
Aydin Acquah 0 Reputation points
1 answer

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?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,983 questions
asked 2025-03-07T13:32:43.38+00:00
mc 5,186 Reputation points
answered 2025-03-07T16:42:11.05+00:00
Bruce (SqlWork.com) 72,026 Reputation points
1 answer One of the answers was accepted by the question author.

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?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,983 questions
asked 2025-03-05T07:06:30.2066667+00:00
mc 5,186 Reputation points
accepted 2025-03-07T13:33:25.8466667+00:00
mc 5,186 Reputation points