24,707 questions with .NET-related tags

Sort by: Updated
1 answer

Scripts inside local html is not working with webview Eval in UWP Xamarin forms

Tried to update the html elements using script with webview Eval, its working fine in android and iOS but it is not working with UWP Xamarin forms. 1.webview.Eval to update the script : Script inside local html :

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,318 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
918 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.
10,554 questions
asked 2024-06-13T05:22:24.0766667+00:00
Keerthana Sathiyanathan 0 Reputation points
answered 2024-06-28T17:12:46.0533333+00:00
Bruce (SqlWork.com) 59,806 Reputation points
1 answer

.NET 8 upgrade issue for functions using Durable functions and Orchestrator

I have upgraded Function which uses Orchestrator and Durable functions from .Net 6 to .Net 8 (isolated model) and after upgrade when I am trying to run the function, I am getting the error. An unexpected failure occurred while processing instance…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,562 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.
10,554 questions
asked 2024-06-28T11:40:03.35+00:00
Vivek Nirale 0 Reputation points
answered 2024-06-28T16:28:55.2866667+00:00
Bruce (SqlWork.com) 59,806 Reputation points
1 answer

updateDeviceProfileAssignment returning 200 OK and not 204 No Content

The following issue I am having is that when trying to change the enrollment profile of an iOS device using .net and httpclient, I am getting back a 200 response with an empty object. I have tried both in my code and with in Graph Explorer. Just last…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,562 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,190 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.
10,554 questions
Microsoft Intune Enrollment
Microsoft Intune Enrollment
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Enrollment: The process of requesting, receiving, and installing a certificate.
1,299 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,640 questions
asked 2024-06-28T14:11:09.5+00:00
Timothy Dowling 0 Reputation points
accepted 2024-06-28T16:26:49.97+00:00
Timothy Dowling 0 Reputation points
1 answer One of the answers was accepted by the question author.

Different situations occur when action information is not given when the form is posted.

Hi, If you allow, I would like to ask a question. Even though I did not provide action information in the form post operation in the View of the "Index Action" in the "Login Controller", the Index Action is running in the post…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,325 questions
asked 2024-06-28T13:28:47.1+00:00
Yalçın Mete 60 Reputation points
accepted 2024-06-28T15:23:39.8966667+00:00
Yalçın Mete 60 Reputation points
2 answers One of the answers was accepted by the question author.

Display Image in asp.net core postgresql

The below code works in Index Page <td> @{ var base642 = Convert.ToBase64String(item.Imagesol); var Image2 = String.Format("data:image/gif;base64,{0}", base642); } …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,325 questions
asked 2024-06-28T13:57:08.1166667+00:00
Maui Learner 560 Reputation points
commented 2024-06-28T15:23:10.09+00:00
Maui Learner 560 Reputation points
2 answers

The current .NET SDK does ot support targeting .NET 8.0. Either target .NET 6.0 or lower, or use a version of the .net SDK that supports .NET 8.0

Hi all... I have been searching all over the internet for a solution to this problem, and I thought I would come here to try and get it resolved after coming up empty... Up till now, I have been using Visual Studio 2019 for other project types. Now, I…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,562 questions
asked 2024-06-27T16:34:46.2433333+00:00
Rick Blacker 10 Reputation points
answered 2024-06-28T14:57:10.2333333+00:00
Rick Blacker 10 Reputation points
0 answers

Intermittent C# Compiler failure

Anyone seen the error below? I'm seeing this in a sub-project of a large build. It doesn;t always happen but it does seem to happen on the same component each time. I've not been able to get it to repeat reliably, ideas???? FWIW. It's a .NET Framework…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,562 questions
asked 2024-06-28T14:54:45.0533333+00:00
Nabialek, Sam 0 Reputation points
1 answer

Back button navigation doesn't work in xamarin android

Hello I have a table of buttons each button displays a number When i click one of them i start a new activity Then if i click the back button i doesn't return to the precedent activity i have to click once again the back button. It depends on which…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,318 questions
asked 2024-06-28T12:27:23.36+00:00
Shay Wilner 1,746 Reputation points
answered 2024-06-28T14:34:26.9366667+00:00
Shay Wilner 1,746 Reputation points
1 answer One of the answers was accepted by the question author.

publish app in mac

Hi, How do i publish my app in mac ? In windows i did: dotnet publish -f net8.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,115 questions
asked 2024-05-29T07:47:18.4366667+00:00
Dani_S 3,186 Reputation points
commented 2024-06-28T13:30:35.76+00:00
Dani_S 3,186 Reputation points
0 answers

#How to convert ASP.NET for Microsoft Graph API to an open public API?

Hello, I have followed the instructions for creating an application that can pull data using the Microsoft Graph API: …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,190 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,813 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
316 questions
asked 2024-06-28T13:08:45.0433333+00:00
Jorziño Barradas 20 Reputation points
0 answers

#How to convert ASP.NET for Microsoft Graph API to an open public API?

I have followed the instructions for creating a ASP.NET project for getting Graph API data in this Tutorial:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,190 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,813 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
316 questions
asked 2024-06-28T13:03:10.9233333+00:00
Jorziño Barradas 20 Reputation points
1 answer

Bug in the tutorial: How to change the space between views in a StackLayout

In this part of the training I found an error. When the tutorial explain "How to change the space between views in a StackLayout" it needs to add for example the HeightRequest or WidthRequest depending the Orientation of the StackLayout. …

.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
8 questions
asked 2024-06-19T00:22:23.2066667+00:00
Albert Einstein 0 Reputation points
answered 2024-06-28T11:01:29.1666667+00:00
Pradeep M 1,385 Reputation points Microsoft Vendor
1 answer

No templates or subcommands found matching: 'blazorserver'

Question Under "Create Blazor components" Section There is a dotnet command for creating a Blazor app by using the blazorserver template in CLI, it doesn't work anymore. The command is below: dotnet new blazorserver -o BlazingPizzaSite -f…

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.
1 question
asked 2024-06-07T11:18:52.7766667+00:00
FRED 0 Reputation points
answered 2024-06-28T10:42:13.14+00:00
Pradeep M 1,385 Reputation points Microsoft Vendor
0 answers

Switching Between System Power Saving Mode in UWP app ,makes the app non-responded for a while

My UWP app was not responding for sometime, when switching between power Saving mode(windows settings) while App was running. To Reproduce the issue , Run the app Open Windows System Battery Settings -> Enable/Disable Power Saving Mode Now try to…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,030 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,562 questions
Universal Windows Platform (UWP)
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.
10,554 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
780 questions
asked 2024-06-28T10:13:12.27+00:00
Prem Kumar S 0 Reputation points
edited the question 2024-06-28T10:30:16.4833333+00:00
Prem Kumar S 0 Reputation points
0 answers

How to apply search in collection view with portion loaded data?

i want to display filtred product in collectionview defined as: <CollectionView Grid.Row="0" Grid.ColumnSpan="3" IsVisible="{Binding IsNoResult, Converter={StaticResource…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,115 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.
10,554 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
780 questions
asked 2024-06-24T16:24:32.32+00:00
Kaouthar GR AOUICHAOUI 80 Reputation points
commented 2024-06-28T10:06:12.08+00:00
Kaouthar GR AOUICHAOUI 80 Reputation points
0 answers

How to draw 3D scatter graph and Heat map using input CSV/Excel data in WPF app?

I have a WPF app and need to have scatter graph in 3D. By taking the input either CSV or Excel file and plot a graph and Heat map. Unable to figure out any alternative for this. With the help of "Oxyplot" package scatter map is done but not…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,562 questions
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,703 questions
asked 2024-06-27T12:43:02.1333333+00:00
Santhosh Badam 20 Reputation points
commented 2024-06-28T10:05:41.77+00:00
Santhosh Badam 20 Reputation points
2 answers

When attempting to add Microsoft.Windows.Desktop.App 8.0.6 I am getting "Package ... has packagetype 'DotnetPlatform' that is not supported

As part of moving from the deprecated WMPLib.WindowsMediaPlayer class to the current Windows.Media.Playback.MediaPlayer class, I am attempting to properly include the required DLL and all dependencies. The MediaPlayer class is a Windows Desktop 8 class…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,562 questions
asked 2024-06-12T19:59:06.6766667+00:00
Ron Oakes 0 Reputation points
answered 2024-06-28T08:28:47.32+00:00
Jiale Xue - MSFT 41,976 Reputation points Microsoft Vendor
1 answer

Integrate Swagger with Azure Function using .Net 8.0

Hi, I'm currently trying to integrate Azure Functions with Swagger. I've successfully done this for .NET 6.0, and now I am trying to do it using .NET 8.0. However, I am unable to find a proper solution, and all the references I find on the internet have…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,325 questions
asked 2024-06-27T14:15:01.5966667+00:00
Chethan Ramesh 0 Reputation points
commented 2024-06-28T06:21:56.87+00:00
Chethan Ramesh 0 Reputation points
1 answer

How ro change Hamberger icon backgound color to green in .net maui

When i am clicking on push notification it navigates to the Consumable request details page and when clicking on back button it navigates to the Consumable request page. When it navigates to Consumable Request page tools bar color changing to black…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,115 questions
asked 2024-06-27T20:16:02.1666667+00:00
Thombre, Ashish 125 Reputation points
answered 2024-06-28T05:36:40.04+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 38,141 Reputation points Microsoft Vendor
0 answers

Web app with Entra authentication got 403 error

Webapp1 is a asp.net 8.0 app with Entra as authentication provider. The registered app is app1. Webapp1 used to work but I got the 403 app after a deployment. The error page showed "Access to webapp1.azurewebsites.net was denied. You don't have the…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,325 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
824 questions
asked 2024-06-17T20:06:33.8233333+00:00
Ben Wilson 0 Reputation points
commented 2024-06-28T04:51:45.16+00:00
Ben Wilson 0 Reputation points