55,163 questions with Developer technologies-related tags

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

Swagger setup error after upgrade

builder.Services.AddSwaggerGen(c => { var securityScheme = new OpenApiSecurityScheme { Name = "Authorization", Type = SecuritySchemeType.Http, Scheme = "bearer", BearerFormat = "JWT", In =…

Developer technologies | .NET | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,151 questions
asked 2025-12-30T10:17:36.9166667+00:00
Ejekwu Graveth Uzoma 0 Reputation points
commented 2025-12-30T23:54:24.07+00:00
Ejekwu Graveth Uzoma 0 Reputation points
1 answer

Clarification on Visual Studio Licensing for Ephemeral CI/CD Build Agents (Harness VM Runners on AWS EC2)

Hello, We have a use case where our CI/CD build agents require a full Visual Studio installation to build certain applications (such as SSIS projects). In our environment, we use Harness VM Runners that dynamically provision short‑lived EC2 instances…

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,619 questions
asked 2025-12-29T17:32:13.7333333+00:00
Varalakshmi Ganesan (CONVLKG) 0 Reputation points
edited an answer 2025-12-30T23:12:44.3833333+00:00
Marcin Policht 70,125 Reputation points MVP Volunteer Moderator
1 answer

Customize identity that is stored in authentication cookie with OIDC

I've got this code which basically adds OIDC and I'm trying to customize the claims that end up in the stored identity, however the identity that's stored in the authentication cookie will eventually still include all claims from the ID token despite…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-12-30T22:40:28.2366667+00:00
iKingNinja 140 Reputation points
edited the question 2025-12-30T22:44:26.19+00:00
iKingNinja 140 Reputation points
1 answer

Alternative to AsTask() for awaiting IAsyncOperation in VB.NET (.NET Framework 4.7.2)?

I’m working on a WinForms VB.NET app targeting .NET Framework 4.7.2, using Windows.Services.Store APIs like GetAppLicenseAsync() and RequestPurchaseAsync(). These return IAsyncOperation(Of T), and the documented way to await them is via…

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,914 questions
asked 2025-12-30T21:49:32.5133333+00:00
James Pruett 20 Reputation points
answered 2025-12-30T21:49:41.66+00:00
Q&A Assist
2 answers

GPU process exited unexpectedly: exit_code=34 ONLY MAUI Windows WebView2

Hello IT gurus I have a MAUI application (more platform versions) with web browser's handlers (Microsoft.Web.WebView2, Webkit.WebView, WKWebView...) all versions run OK. But sometimes (quite ofter on my computer) ONLY on Windows platform (WebView2) I…

Developer technologies | .NET | .NET MAUI
asked 2025-04-30T11:28:27.79+00:00
Wheelstring 230 Reputation points
edited an answer 2025-12-30T19:46:38.88+00:00
John michelle 0 Reputation points
1 answer

Ms Word - How insert video from my computer file?

Embedding videos -Error In MS Word: "Corrupted or empty file name "error" ?

Developer technologies | Universal Windows Platform (UWP)
asked 2025-12-30T15:22:24.6033333+00:00
Jim Jorquez 0 Reputation points
answered 2025-12-30T15:22:30.4066667+00:00
Q&A Assist
2 answers

WinForms VB.NET + Windows.Services.Store: Missing .NETCore v4.5 reference assemblies

I’m building a WinForms VB.NET app (.NET Framework 4.7.2) that uses Windows.Services.Store APIs inside an MSIX‑packaged desktop app. The project recognizes StoreContext and the async methods, but VB.NET cannot Await them. I get errors like: 'AsTask' is…

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,914 questions
asked 2025-12-30T05:17:10.69+00:00
James Pruett 20 Reputation points
commented 2025-12-30T15:02:33.18+00:00
James Pruett 20 Reputation points
1 answer

VS 2026 Error when running a .Net 10 console app in Debug

Getting this error on a .Net 10 console app in VS 2026. I am just trying to run a basic console application with only Hello World in the Console. I haven't added anything to it. Can someone please help because VS 2026 is useless without being able to…

Developer technologies | Visual Studio | Debugging
asked 2025-12-19T21:45:28.44+00:00
Speckhals, Ken 10 Reputation points
commented 2025-12-30T14:45:02.0733333+00:00
Arwin 0 Reputation points
2 answers

We are able get running COM Server object from client application while running at "LOCAL SERVICE", whereas client is not able to get existing running COM Server object while running at NT Service account. How can we resolve this?

I have configured a VC++ 2022 COM Exe Server in DCOM Config. COM Server Exe name: MyCare.exe Also I have created a wrapper service to host the COM exe during startup. Wrapper Service EXE Name: MyCareWrapperService.exe. I have created a Service…

Developer technologies | C++
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
4,031 questions
asked 2025-12-30T04:28:17.08+00:00
Sivalingam Somasundaram 0 Reputation points
edited an answer 2025-12-30T14:04:45.67+00:00
RLWA32 51,536 Reputation points
1 answer One of the answers was accepted by the question author.

WebView does not load on Windows

Hello, I have a WebView component, which has a Source, WidthRequest and HeightRequest attribute, but it doesnt show up when im debugging on Windows Machine. The component works on Android perfectly. Is there some setting I have to enable for it to be…

Developer technologies | .NET | .NET MAUI
asked 2025-12-17T17:49:14.3833333+00:00
Arthur P 40 Reputation points
accepted 2025-12-30T13:27:22.67+00:00
Arthur P 40 Reputation points
3 answers

MAUI app issue

Hi, Does it call API to write one file into the remote server (with the given IP). Any demonstration to this?

Developer technologies | .NET | .NET MAUI
asked 2025-12-29T10:15:49.5133333+00:00
Peter_1985 2,946 Reputation points
commented 2025-12-30T13:11:20.07+00:00
AgaveJoe 30,491 Reputation points
0 answers

Tabs are automatically closed in Visual Studio 2026

I am using latest version of Visual Studio 2026 and I noticed that open tabs are sometimes closed. If the tab is dirty, then I see the prompt message to save changes and it is closed.

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,619 questions
asked 2025-12-30T08:10:02.98+00:00
Alex Sajnovetzky 0 Reputation points
commented 2025-12-30T12:47:00.49+00:00
Alex Sajnovetzky 0 Reputation points
2 answers

GIS Converters -Logs Improvements

1.I would like if you can help to make the logs better for End-Users/ QA/ Programmers that will understand them and get conclusions. 2.Maybe add a framed message for each step, that I can later take all log to document and explains how the converter…

Developer technologies | C#
Developer technologies | 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,729 questions
asked 2025-12-25T09:13:40.0266667+00:00
Dani_S 5,436 Reputation points
commented 2025-12-30T11:59:58.7+00:00
Dani_S 5,436 Reputation points
1 answer

Syntax issue - Cannot figure out

I am getting a "Type Mismatch" for the following code:" yr = Application.VLookup(ListBox1.Value, Worksheets("RideSch").Range("BL4:BM8"), 2) This is what it is referencing. The variable "yr" is DIM as…

Developer technologies | Visual Basic for Applications
asked 2025-12-29T17:12:33.7666667+00:00
Les M 20 Reputation points
answered 2025-12-30T11:59:15.91+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 1,480 Reputation points Microsoft External Staff
2 answers

I'm facing some issue during the installation of visual studio professional with github

Not able to install the software after i got the license

Developer technologies | Visual Studio | Setup
asked 2025-12-23T11:13:31.72+00:00
Dyuthin Sam Mathew 0 Reputation points
commented 2025-12-30T11:26:22.59+00:00
Gade Harika (INFOSYS LIMITED) 2,175 Reputation points Microsoft External Staff
2 answers

I am getting this Error on MySQL Connect

Hi there i am trying to test the connection but it shows me this error everything its perfect the coding with no erros but on my VB Studio 2013/2019 gives me the same error on VB 2019 do not shows the toolbox controls i move to 2013 the VB…

Developer technologies | Visual Basic for Applications
asked 2025-12-24T02:12:56.0033333+00:00
Vereato 0 Reputation points
commented 2025-12-30T11:24:46.2633333+00:00
Gade Harika (INFOSYS LIMITED) 2,175 Reputation points Microsoft External Staff
1 answer

one question pissble in future to this this

Hi there microsoft its possible to new future to add html files inside a script or class file and use on the form like use on browser i have this file here made in html accordion and i would like to use on the winforms and load data from database …

Developer technologies | Visual Basic for Applications
asked 2025-12-24T03:21:41.7533333+00:00
Vereato 0 Reputation points
commented 2025-12-30T11:21:51.2+00:00
Gade Harika (INFOSYS LIMITED) 2,175 Reputation points Microsoft External Staff
2 answers

Has any Code to Connect to the Server Hostname and get data

So new try my MySQL connection will not work the way i want to be so another question here now Its possible to connect to the hostname and get any database information and show on the Winform like this shows on datalist, listview or another …

Developer technologies | Visual Basic for Applications
asked 2025-12-25T22:16:46.91+00:00
Vereato 0 Reputation points
commented 2025-12-30T11:19:51.62+00:00
Gade Harika (INFOSYS LIMITED) 2,175 Reputation points Microsoft External Staff
2 answers

Why can you make a readonly ref property in a struct, but not a class?

I'm currently on .NET 10, and I found something strange; the compiler won't let you make a property that returns a readonly ref if it's part of a class, but it will if it's part of a struct. Here is a contrived example: namespace…

Developer technologies | C#
Developer technologies | 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,729 questions
asked 2025-12-25T23:51:28.7733333+00:00
Joseph Baudin 0 Reputation points
commented 2025-12-30T11:17:14.7833333+00:00
Gade Harika (INFOSYS LIMITED) 2,175 Reputation points Microsoft External Staff
2 answers

Visual Studio 2022- File Ignored always ignore when adding to class libraray

Hi, Please see the following screenshot, why adding a new new file I always need to use Git/Add ignore file (right click on the file) ? It happened in class library as follow: TargetFramework>netstandard2.0</TargetFramework> Thanks in advance,

Developer technologies | Visual Studio | Extensions
asked 2025-12-11T17:39:46.8933333+00:00
Dani_S 5,436 Reputation points
commented 2025-12-30T11:06:38.1166667+00:00
david john 0 Reputation points