16,668 questions with .NET-related tags

Sort by: Updated
2 answers One of the answers was accepted by the question author.

import .net framwork 3.5 to wsus

In my domain network, all clients receive updates from the wsus . Some clients need (.net framework 3.5 (includes .net 2.0 and 3.0)) to run a specific program When I want to install this update through : Control Panel> program and Features>,…

.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,255 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
1,008 questions
asked Dec 16, 2020, 10:03 AM
Mohsen Ebi 156 Reputation points
edited the question May 29, 2025, 9:57 PM
DillanSimmons 6 Reputation points Admin
0 answers

JAVAC : warning : [options] source value 8 is obsolete and will be removed in a future release

For some unknown reason, I began to receive the warning bellow after updating the .NET Version: "JAVAC : warning : [options] source value 8 is obsolete and will be removed in a future release JAVAC : warning : [options] target value 8 is obsolete…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,130 questions
asked May 29, 2025, 5:45 PM
Eduardo Cardoso Fernandes Neto 0 Reputation points
1 answer One of the answers was accepted by the question author.

publish to server 2019 as exe crached

Hi, I used maui in net 9, and deployed it as exe using dotnet publish -f net9.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true…

.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,255 questions
asked May 28, 2025, 12:14 PM
Dani_S 4,481 Reputation points
accepted May 29, 2025, 5:21 PM
Dani_S 4,481 Reputation points
0 answers

Issues integrating custom code snippets into Markdown in .NET MAUI docs

Hi, I'm working on a documentation tool to assist new developers with integrating custom code snippets into Markdown files used in .NET MAUI projects. I'm testing different approaches for syntax highlighting and formatting, and I'm referencing examples…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,130 questions
asked May 29, 2025, 3:41 PM
CoderLegion 0 Reputation points
0 answers

.net clr.dll

Faulting application name: Wintax.exe, version: 8.9.5.1524, time stamp: 0x68318bec Faulting module name: clr.dll, version: 4.8.9310.0, time stamp: 0x67db4f7d Exception code: 0xc0000005 Fault offset: 0x000133c2 Faulting process id: 0xDF4 Faulting…

.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,255 questions
asked May 29, 2025, 2:23 PM
Priyank Vora 0 Reputation points
commented May 29, 2025, 2:29 PM
Viorel 121.9K Reputation points
0 answers

alignment in chat app

I am doing a chat app with Maui, but I need help with alignment <ContentView x:Class="FireChat.Controls.ChatView" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,130 questions
asked May 29, 2025, 12:52 PM
Eduardo Gomez 3,651 Reputation points
0 answers

Undefined symbol when calling AudioToolbox function in native C static library in iOS MAUI

Hi all, I'm integrating a native C static library (libmylib.a) into my .NET MAUI iOS project. The library exposes several C functions. One of them uses the VideoToolbox framework and works fine. Another function uses AudioToolbox, but causes a linker…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,130 questions
asked May 28, 2025, 5:56 PM
Urs Ammann 0 Reputation points
edited the question May 29, 2025, 12:35 PM
Urs Ammann 0 Reputation points
2 answers One of the answers was accepted by the question author.

ML.NET Time Series algorithms to predict future forecasts

I got the suggestion from github copilot , SSA timeseries algorithm from ML.NET I got NIFTY BANK csv from the below file and tried to run forescast. https://www.nseindia.com/reports-indices-historical-index-data The last record is Last Record:…

.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
29 questions
asked Feb 23, 2025, 3:10 PM
Kalyan A 440 Reputation points
commented May 29, 2025, 7:01 AM
Pradeep M 9,130 Reputation points Microsoft External Staff Volunteer Moderator
0 answers

Implementation FireBase push notification in maui app (.net 8)

Currently i am working in maui app(.net 8) in this app i want to implement Firebase push notification but the problem is when i try to use Xamrin firebase then this is not support .net 8. so can anybody let me know how i can do this with any another way…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,130 questions
asked May 29, 2025, 6:51 AM
Devlok Technologies 0 Reputation points
1 answer One of the answers was accepted by the question author.

Blazor Parameter Or CascadingParameter Set Property Calling many time

Hello , Please Check Below Image Here in CascadingParameter Set Call Multiple Times , Why? I also Try Parameter But same things Happened . How We stop this Continuous Calling Without Any Flag, Please Kindly Suggest

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.
34 questions
asked May 27, 2025, 12:20 PM
Kuldeep Singh 20 Reputation points
accepted May 29, 2025, 4:49 AM
Kuldeep Singh 20 Reputation points
0 answers

How to create a Keyboard shortcut for a particular page and listen it continuously until the page disappears in .NET MAUI

For example there is a Main Page. i need to activate a function when the user hit on "Ctrl+s"

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,130 questions
asked May 28, 2025, 11:57 AM
Sowndarrajan Vijayaragavan 450 Reputation points
0 answers

unable to debug and connect to a real IOS device while running my MAUI app from windows

Hi, i had created a MAUI app on windows .netSDK 8.0 and using IOS xcode16 to debug and deploy that on to my real IOS mobile device, but unable to do that and getting a 'self signed root' error while im debuging the same. Tried changing the .netSDK to…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,130 questions
asked May 28, 2025, 4:35 AM
Shaik Nazeer 5 Reputation points
0 answers

Function app is not able to hit the breakpoint when an api is called and not even able to browse the api url

Function app is not able to hit the breakpoint when an api is called and not even able to browse the api url. Solution is running in the debug mode but still not hitting the api breakpoint. I tried to attach the debugger also but dotnet.exe for the…

.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,255 questions
asked May 27, 2025, 6:36 PM
Abhishek Kumar 20 Reputation points
commented May 28, 2025, 4:10 AM
Abhishek Kumar 20 Reputation points
4 answers

deps.json does not exist

Hello everyone!! I am a junior programmer trying to make a project in .NET MAUI, but when it comes to scaffolding my database, I get the following error: The specified deps.json…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,103 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.
4,130 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,130 questions
asked Mar 15, 2024, 11:59 AM
Agustín 0 Reputation points
commented May 27, 2025, 6:13 PM
Basani Bhavana 0 Reputation points
4 answers

deps.json does not exist

Hello everyone!! I am a junior programmer trying to make a project in .NET MAUI, but when it comes to scaffolding my database, I get the following error: The specified deps.json…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,103 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.
4,130 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,130 questions
asked Mar 15, 2024, 11:59 AM
Agustín 0 Reputation points
commented May 27, 2025, 6:13 PM
Basani Bhavana 0 Reputation points
3 answers

Unable to load the service index for source https://api.nuget.org/v3/index.json.

Visual Studio2022: Nuget package manager is giving error: Unable to load the service index for source https://api.nuget.org/v3/index.json. Windows 10 machine Cannot access https://api.nuget.org/v3/index.json. in the browser …

.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,255 questions
asked May 11, 2025, 7:23 AM
Sajjad Afzal 51 Reputation points
commented May 27, 2025, 5:55 PM
gopi nath 0 Reputation points
1 answer One of the answers was accepted by the question author.

Getting error when build project

C:\Program Files\Microsoft Visual Studio\2022\Professional\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(5094,5): error MSB3030: Could not copy the file…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,130 questions
asked May 26, 2025, 8:08 AM
Bhuwan 861 Reputation points
accepted May 27, 2025, 3:24 PM
Bhuwan 861 Reputation points
1 answer

How can I host a shared Blazor Custom Elements app on a different Domain?

I tried to publish a Blazor app with custom elements on a Static Web App and reference it from another deployed app. Just added the necessary script tags pointing to the static web app. It does not work. Looking into the blazor.webassembly.js…

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,672 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,159 questions
asked Mar 27, 2023, 6:06 PM
László Tóth 0 Reputation points
commented May 27, 2025, 1:32 PM
Michael Aston 0 Reputation points
1 answer

Forwarding debugger port 8872 , Detecting existing process

HI all, From last few days I'm getting an issue related to android build both Debug and release mode also not working. In debug mode even app also not installing, I'm getting Forwarding debugger port 8872 Detecting existing process am start -n…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,380 questions
asked Sep 17, 2021, 7:02 AM
Nagarjuna Gadikota 1 Reputation point
answered May 27, 2025, 12:01 PM
Sergey Abaev 0 Reputation points
0 answers

Problem building for Android: Resources\values\colors.xml : error APT2126

Hi, I've made a MAUI app using VS Code that works on Windows and now I want to run it in an Android emulator. Everything's setup, JDK, Android SDK, the emulator AVD, and I can do a Build from VS Code that produces output files in…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,130 questions
asked May 27, 2025, 9:53 AM
Hans Hurvig 0 Reputation points