24,152 questions with .NET-related tags

Sort by: Updated
0 answers

How to resolve SignalR Hub connection issue from Client side Javascript code

I have web application developed in .NET 5.0. This web application calls Web APIs to fetch information from SQL DB. Web and API applications are two separate applications hosted in Azure. I want to push some real time data every 2 minutes to all clients…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,436 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,223 questions
asked 2024-05-15T12:40:41.6033333+00:00
Mayuri Barve 1 Reputation point
edited a comment 2024-05-16T11:20:47.9466667+00:00
JasonPan - MSFT 4,381 Reputation points Microsoft Vendor
0 answers

how to use muti -language in blazor?

how to use muti-language ?

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,410 questions
asked 2024-05-16T11:15:11.3566667+00:00
mc 3,701 Reputation points
1 answer

How to pass input data from one page to another page property

Register.cshtml <form method="post"> <div class="mb-3 row"> <div class="col-md-4"> <label for="CountryCode" class="form-label">Country Code</label> …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,223 questions
asked 2024-05-16T05:50:59.9633333+00:00
Nandhini S 0 Reputation points
commented 2024-05-16T10:47:43.8266667+00:00
Nandhini S 0 Reputation points
1 answer

How can i bind Sumsub mobile android sdk to net maui?

Hi, i try create the binding project with sumsub mobile android sdk, but i didn't have methods of SDK But not have methods build and launch.... his is official android sdk initializing Can you explain what I am doing wrong? and is possible to use…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,950 questions
asked 2024-05-15T06:02:29.3266667+00:00
Баходир Кадыров 0 Reputation points
commented 2024-05-16T10:43:38.96+00:00
Баходир Кадыров 0 Reputation points
2 answers One of the answers was accepted by the question author.

CORS configuration does not work as expected

Hello! I am going through the course module "Create a full stack application by using React and minimal API for ASP.NET Core" and this unit describes steps to enable CORS in response to allow client app request data from API -…

ASP.NET Core Training
ASP.NET Core Training
ASP.NET Core: A set of technologies in the .NET Framework for building web applications and XML web services.Training: Instruction to develop new skills.
8 questions
asked 2024-05-15T10:07:49.2366667+00:00
RomKo 20 Reputation points
commented 2024-05-16T10:20:01.41+00:00
RomKo 20 Reputation points
1 answer

Custom Hybrid Connection Manager

Hi, I would like to know if we can have a custom hybrid connection manager in .net core code. I would like to connect to on-prem sql server from a cloud deployed .net solution. I am using Azure app service /Relay/Hybrid Connection for the same. I would…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,223 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,835 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,974 questions
asked 2024-05-08T15:25:31.47+00:00
Santhi Dhanuskodi 145 Reputation points
commented 2024-05-16T10:07:17.31+00:00
Andrew Sutton 0 Reputation points
2 answers

App Crashes while registering with Notification Hub under Release build, but not Debug

I created an app that uses Azure Push Notifications. I've been able to get it to run on a physical iPad without any problems under a debug build. But when I try to implement it under a release build, it crashes. My debugging skills indicate that the…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
270 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,436 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,658 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,950 questions
asked 2023-12-01T20:09:41.9133333+00:00
AARON PRICE BEHUNIN 10 Reputation points
commented 2024-05-16T09:49:20.72+00:00
JK 0 Reputation points
0 answers

Getting a 10054 error when calling a Cognitive Services API from VSTO Word Add-in

I am developing a Word VSTO add-in so that I can call a Cognitive Services knowledgebase service. The code is pretty straight-forward and works fine when I run it from a windows console app (a similar call in python also works without…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,436 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,334 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,548 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
362 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,429 questions
asked 2024-05-15T21:16:54.8833333+00:00
AdamMorgan-1941 10 Reputation points
commented 2024-05-16T09:42:04.2866667+00:00
romungi-MSFT 42,586 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How can I change the icon of an MSI file?

Is it possible to customize the icon of an MSI file created using the WiX tool for a .NET project, rather than using the default icon suggested by the Windows system?

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,844 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
9 questions
asked 2024-05-06T10:20:10.0866667+00:00
india-drive 20 Reputation points
accepted 2024-05-16T09:41:11.0333333+00:00
india-drive 20 Reputation points
0 answers

I can not see the form any more

Hi When I open the form I get error Timed out while connecting to named pipe. What it mean and how to fix ? Thanks

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,844 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,334 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,340 questions
asked 2024-05-14T12:54:55.9733333+00:00
William de 116 Reputation points
commented 2024-05-16T09:40:19.4366667+00:00
Jiale Xue - MSFT 34,501 Reputation points Microsoft Vendor
1 answer

Maui MediaPicker.Default.CapturePhotoAsync windows doesn't display camera

When I run the app is the VS 2022 on Windows 10 the MediaPicker.Default.CapturePhotoAsync method displays the camera and allows me to capture a photo. When the app is published and installed on Windows 10 the MediaPicker.Default.CapturePhotoAsync method…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,740 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,950 questions
asked 2024-04-30T16:15:24.1733333+00:00
Grant Schaffer 20 Reputation points
commented 2024-05-16T09:28:02.2833333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,846 Reputation points Microsoft Vendor
0 answers

Azure Functions In-Process decomission

Hey  @AzureSupport, As described in the roadmap below, at some point we won't have In-process Azure Functions for .NET. My question is what will happen with already existing In-process Azure Functions in terms of codebase. Should all of the code be…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,341 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,436 questions
asked 2024-05-16T09:23:57.7166667+00:00
Karol IL 0 Reputation points
1 answer

Encripted / Deparicted XML or its data

Hi, In continue to https://learn.microsoft.com/en-us/answers/questions/1392360/maui-show-to-save-and-read-data-to-from-xml i want encript the xml or its data and depricted? How is can be done?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,950 questions
asked 2024-05-15T09:31:09.06+00:00
Dani_S 2,806 Reputation points
edited an answer 2024-05-16T09:22:24.2766667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,846 Reputation points Microsoft Vendor
1 answer

How to Increase/Decrease mouse pointer moving speed on a WPF application surface?

Hi there, I have a simple WPF application where I need to control the mouse pointer speed. Suppose I run the application and as soon as my mouse pointer enter the application area, the mouse pointer speed should be increase and I want some more…

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,685 questions
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,435 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,334 questions
asked 2024-05-13T21:28:00.4833333+00:00
MERUN KUMAR MAITY 511 Reputation points
commented 2024-05-16T09:10:49.81+00:00
Hongrui Yu-MSFT 165 Reputation points Microsoft Vendor
0 answers

How to pass the input data from one page to another

Register.cshtml.cs using FaceAdminApp.Auth; using FaceAdminApp.DTOs; using FaceAdminApp.Models; using FaceAdminApp.Services; using FaceAdminApp.Utilities; using FaceAdminApp.ViewModels; using Microsoft.AspNetCore.Mvc; using…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,223 questions
asked 2024-05-16T05:34:41.9466667+00:00
Surya Chandra Mohan 20 Reputation points
commented 2024-05-16T08:55:46.5333333+00:00
JasonPan - MSFT 4,381 Reputation points Microsoft Vendor
1 answer

permissions to refresh a data model in azure analysis services

I am refreshing a data model in Azure Analysis Services using an Azure Function App (C# .NET 6). I am using the Microsoft.AnalysisServices.Tabular package available at https://www.nuget.org/packages/Microsoft.AnalysisServices.NetCore.retail.amd64. When I…

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
439 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,341 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,436 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,247 questions
asked 2024-02-19T11:10:09.8366667+00:00
Muhammad Pathan 25 Reputation points
edited the question 2024-05-16T08:35:29.84+00:00
Muhammad Pathan 25 Reputation points
0 answers

Displaying Fast Data

C# -> WPF -> .NET 6 Windows 10 64-bit, Visual Studio Community 2022 v17.9.2 I am writing a program in which I want to see the current from a 3-phase brushless DC Motor. Each phase will be displayed in a different colour to differentiate them. I…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,436 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,685 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,334 questions
asked 2024-05-15T11:09:06.6233333+00:00
dmccric 0 Reputation points
commented 2024-05-16T08:19:33.42+00:00
Hongrui Yu-MSFT 165 Reputation points Microsoft Vendor
0 answers

metadata_storage_path error in .NET with Azure AI Search.

Right now from my post api I am storing the address like UploadEmailAsync() in Azure Queue. I have tried saving it with and without JSON format but path which we use for Filters in Azure AI Search requires the base64 converted link. Right now i have…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
737 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,223 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
98 questions
asked 2024-05-14T10:27:27.2266667+00:00
Hassan Kaleem 40 Reputation points
commented 2024-05-16T08:01:22.68+00:00
Hassan Kaleem 40 Reputation points
2 answers

This configuration section cannot be used at this path. This happens when the site administrator has locked access to this section using <location allowOverride="false"> from an inherited configuration file.

Server Error in '/' Application. Configuration Error __Description:__An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,436 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,296 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,229 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,334 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.
303 questions
asked 2024-05-12T12:11:59.8466667+00:00
Dhananjay Dangadi 0 Reputation points
edited a comment 2024-05-16T07:55:21.0066667+00:00
Lan Huang-MSFT 26,036 Reputation points Microsoft Vendor
0 answers

How to use SystemWebAdapter SessionClient to share only registered keys and ignore the others

I am learning how to migrate a large .net framework application to .net core and am happy with the tooling provided by SystemWebAdapters and RemoteAppClient. The framework application uses session state extensively and it looks like the default behaviour…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,436 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,223 questions
asked 2024-05-15T08:37:39.3666667+00:00
Rob de Bruin 0 Reputation points
edited the question 2024-05-16T07:40:47.8233333+00:00
Jiale Xue - MSFT 34,501 Reputation points Microsoft Vendor