Microsoft Q&A

.NET

20,353 questions

Microsoft Technologies based on the .NET software framework.

Browse all .NET tags

20,353 questions with .NET-related tags

Sort by: Updated
4 answers

Toolbox has no items

Visual Studio 22 Windows Forms App has the following message in the Toolbox, "There are no usable controls in this group. Drag an item onto this text to add it to the toolbox." I have tried the reset toolbox and choosing items but neither…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,598 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
3,702 questions
asked 2022-01-05T11:35:59.977+00:00
cshermak 1 Reputation point
answered 2023-09-09T21:49:16.12+00:00
sha 0 Reputation points
1 answer

how to get the response in the same way for which i am sharing a sample

This is the response sample releaseversiontypeview = [ { version: 'v5.1.1', adjuster: { Improvement: [{ data: 'Adjusters no longer have the capability to update address on Profile. Must contact Manager…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,618 questions
ASP.NET MVC
ASP.NET MVC
A Microsoft web application framework that implements the model-view-controller (MVC) design pattern.
970 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.
8,858 questions
asked 2023-09-09T06:48:38.17+00:00
Basit Nisar 40 Reputation points
commented 2023-09-09T21:38:23.1866667+00:00
Bruce (SqlWork.com) 43,091 Reputation points
0 answers

How to refresh data displayed in ViewComponent's default View : ASP.NET MVC Core

I have a razor view that is divided into two columns. The column on the left contains a list of bootstrap list-group-items ( job cards). On the right is a larger column to display the full details of the active job card. The right column is simply a…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
1,965 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
3,508 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,618 questions
ASP.NET MVC
ASP.NET MVC
A Microsoft web application framework that implements the model-view-controller (MVC) design pattern.
970 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.
8,858 questions
asked 2023-09-09T21:21:33.3333333+00:00
sama clif 0 Reputation points
1 answer

POST endpoint blocked by CORS policy even after allowing all endpoints with wild card indicator (*)

I setup a .NET API that's being called by an Angular frontend, the API allows requests from any origin by creating a CORS policy with the wildcard indicator (*) initially for testing purposes. I made some new changes to the app and ended up having to…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,386 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
1,965 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,200 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.
8,858 questions
asked 2023-09-09T00:34:29.2133333+00:00
Claudio 0 Reputation points
answered 2023-09-09T21:18:36.6133333+00:00
Bruce (SqlWork.com) 43,091 Reputation points
6 answers

How to target .NET Framework 4.0 in VS 2022 on Windows 11?

Working on some old projects targeting .NET Framework 4.0. I used VS 2022 to open the solution and was told to install 4.0 targeting pack. I can't find the download link on the dotnet website, nor the installation option in Visual Studio Installer. …

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.
8,858 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: The period of time during which a program is being executed in a computer.
1,035 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
826 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
5,780 questions
asked 2022-09-05T07:41:23.313+00:00
Lee Feng 111 Reputation points
commented 2023-09-09T21:04:57.32+00:00
Anton Kravtsov 0 Reputation points
2 answers

MetaTag from QueryString aspnet

Just Wondering if the seo would be able to track the title or meta tags when the page is generated from passing in querystring,,, the thing is that the page has not been generated / redirected,,, when it needs from post action from previous page <head…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
1,965 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,618 questions
asked 2023-09-07T03:08:03.2866667+00:00
steven c 1 Reputation point
commented 2023-09-09T19:49:30.8+00:00
Farrukh Rasheed 0 Reputation points
2 answers

Save an image using Maui.net graphics

How do I save Maui.net graphics to png file ?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,787 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.
8,858 questions
asked 2022-06-23T18:14:21.013+00:00
Yusuf 636 Reputation points
accepted 2023-09-09T19:43:32.37+00:00
Yusuf 636 Reputation points
1 answer

Performance Issue with CollectionView in .NET MAUI

Hello, I am experiencing slow performance issues with .NET MAUI's CollectionView on Android. I am using .NET 7 with VS 17.6.5 I suspect the issue may be related to the use of controls within CollectionView.ItemTemplate. Please help me find a…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,787 questions
asked 2023-07-19T09:01:54.0666667+00:00
Asem AS 40 Reputation points
commented 2023-09-09T19:40:54.8766667+00:00
Andres O 0 Reputation points
0 answers

Archive for Publishing not creating archive file

Hi Visual Studio Mac. MAUI app builds fine however Archive for Publishing does not create an archive file without any apparent error message. Checked under XCode->Organize->Window as well just to be sure. What can I do to fix this issue and get the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,787 questions
asked 2023-09-09T19:02:03.33+00:00
-- -- 771 Reputation points
0 answers

color Picker maui

quero saber como adiciona um color Piker no maui , porque nao achei nenhum conteudo ou ferramente que me axilie.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,787 questions
asked 2023-09-09T18:52:02.34+00:00
natanael morais 0 Reputation points
1 answer

How can I write a maui or xamarin.ios library for use by xcode developers

I need to give the xcode developer an Objective-C second call to either maui or xamarin. What do I need to do to make this happen

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,117 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,787 questions
asked 2023-09-09T14:52:12.8933333+00:00
超 刘 0 Reputation points
edited a comment 2023-09-09T18:28:13.9+00:00
Bruce (SqlWork.com) 43,091 Reputation points
0 answers

How to change DateTimePicker C# to PersianDateTimePicker

I want to use .NetCore version 7 for windows form, I have a problem with NetCore, I searched everywhere, but I didn't find DateTimePicker Shamsi (Persian), so I want to customize the default DateTimePicker. How can I customize the default datetimepicker…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,598 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.
8,858 questions
asked 2023-09-08T19:15:50.9233333+00:00
Mohammad Hasan Salmanian 45 Reputation points
edited the question 2023-09-09T18:08:00.9633333+00:00
Mohammad Hasan Salmanian 45 Reputation points
1 answer

Maui - how to run wpf app with process in mac

Hi, It possible to run WPF app using PROCESS in MAUI under MAC ? Thanks,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,787 questions
asked 2023-09-07T12:06:28.2133333+00:00
דני שטרית 1,061 Reputation points
answered 2023-09-09T17:53:05.3133333+00:00
Johan Smarius 155 Reputation points
0 answers

Text Getting Cut Off From Animated Label in WPF VB.NET Application

Hello, I have an application that has a text crawl in it. I am having some trouble getting the text crawl to go without chopping of the text. I want the crawl to scroll across the screen without reducing the width of the label. The animation works fine,…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
1,965 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,281 questions
asked 2023-09-09T17:43:34.66+00:00
Austin Althouse 26 Reputation points
0 answers

REST - HttpClient - Server, C#, Practical example

Hello, The idea would be to send a JSON response on GET and on POST. With GET I query all entries. With PUT I add entries. Both return a response in JSON. Sounds simple, who has experience certainly easy to solve. Can someone show me? // Response for Get…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,618 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.
8,858 questions
asked 2023-09-08T16:21:08.2+00:00
Markus Freitag 3,341 Reputation points
commented 2023-09-09T17:41:34.4633333+00:00
Johan Smarius 155 Reputation points
0 answers

how to fix To prevent possible data loss before loading the designer, the following errors must be resolved: ?

|Here is the call stack:at Microsoft.VisualStudio.Design.Serialization.CodeDom.XML.CodeDomXmlProcessor.CreateVariableKindUnknownException(XmlElementData xmlElement, String name)at …

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,598 questions
asked 2023-09-09T17:39:10.5133333+00:00
cdog78 0 Reputation points
2 answers

Azure hosting advice

Hi, I have a ASP.NET Core web app that I am hosting on Linux on a VPS at a hosting provider. This app requires 16GB of RAM, not much disk space, connects to an online shopping platform and serves < 10 users. It is used everyday, but normally only…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
5,843 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
3,508 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
5,523 questions
asked 2023-09-09T13:16:51.54+00:00
Andy Schneider 0 Reputation points
answered 2023-09-09T16:49:23.29+00:00
Lex Li (Microsoft) 3,816 Reputation points
1 answer One of the answers was accepted by the question author.

Azure B2C signin-oidc Password Reset - OpenIdConnectProtocolException - invalid_grant

Sign-in and Sign-out flows are working correctly without an error. The password reset is working - the password is changed and the user flow test shows the claims being created correctly. The issue I am facing is on the redirect. This ends with: …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
3,508 questions
Azure Active Directory External Identities
asked 2021-10-30T23:37:11.787+00:00
Chilberto 231 Reputation points
commented 2023-09-09T16:34:44.4833333+00:00
Chris Spanellis 21 Reputation points
0 answers

Failed to resolve assembly OpenTK version 3.1.0.0.0

Hi all of a sudden getting this odd error when running a Xamarin app project.iOS/MTOUCH: Error MT2002: Failed to resolve assembly: 'OpenTK, Version=3.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4' (MT2002) Any ideas what this is or how to…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,117 questions
asked 2023-09-09T15:57:06.3733333+00:00
SSB 71 Reputation points
edited the question 2023-09-09T16:02:34.31+00:00
SSB 71 Reputation points
8 answers

Server Error in '/' Application Web.config

HI I need this problem solution. If anybody have this solution then pls reply to it. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,618 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: The period of time during which a program is being executed in a computer.
1,035 questions
asked 2022-08-04T18:02:00.54+00:00
Imtiaz Sami 1 Reputation point
answered 2023-09-09T13:30:29.81+00:00
India post form 0 Reputation points