56,083 questions with Developer technologies-related tags

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

Microsoft C++(Visual Studio) takes up space on C drive

Hi, when I use Microsoft C++ (Visual Studio), after a while it takes up space on drive C. Is there any way to clean it up?

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,787 questions
asked 2025-08-02T11:58:21.1166667+00:00
Band Scurvy 160 Reputation points
accepted 2026-07-08T12:50:22.0933333+00:00
Band Scurvy 160 Reputation points
2 answers

MAUI: This solution contains packages with vulnerabilities

Last week when I open Visual Studio in windows I saw a message like below screenshot. when I tap on Manage NuGet Packages it listed 2 packages. SQLitePCLRaw.lib.e_sqlite3.android and SQLitePCLRaw.lib.e_sqlite3.ios The installed version of the above…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-07-07T08:59:38.8966667+00:00
Sreenivasan, Sreejith 945 Reputation points
commented 2026-07-08T12:37:45.78+00:00
Sreenivasan, Sreejith 945 Reputation points
2 answers

EmptyView is not visible on the UI when no items are available in iOS platform

Below is my UI: <Label Grid.Row="1" x:Name="_emptyLabel" IsVisible="False" Text="{ex:Localized NoAlertsArchivedText}" AutomationProperties.HelpText="{ex:Localized…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-26T07:25:04.8166667+00:00
Sreenivasan, Sreejith 945 Reputation points
commented 2026-07-08T12:34:10.8766667+00:00
Sreenivasan, Sreejith 945 Reputation points
1 answer

Windows Update KB5094126 causes issues with legacy OCX controls

Environment: Windows Update: KB5094126 OCX Control: TeeChart8.ocx (version 8.0.0.5) Application: MFC C++ application Issue: Reproducible on multiple customer systems Problem Description: Since installing Windows Update KB5094126, I cannot load…

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,087 questions
asked 2026-07-08T08:50:32.54+00:00
Christopher Judge 0 Reputation points
answered 2026-07-08T10:59:13.4633333+00:00
Nancy Vo (WICLOUD CORPORATION) 6,840 Reputation points Microsoft External Staff Moderator
1 answer

Installer SQL Server Integration Services Projects does not detect Visual Studio Professional instances

Dear, The Development department needs to install the component: SQL Server Integration Services Projects!!!. To use it with Visual Studio 2026 Professional!!!. When we run the Installer, it gets stuck on: What would be the reason why it is not…

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,787 questions
asked 2026-07-03T03:38:00.1266667+00:00
Lucas Peñaloza 536 Reputation points
commented 2026-07-08T09:02:25.9366667+00:00
Senthil kumar 1,465 Reputation points
4 answers

Latest OpenGL Library Routines

Where does one go to download the latest OpenGL library routines? Sid Kraft

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,087 questions
asked 2026-07-02T13:17:25.96+00:00
Sid Kraft 46 Reputation points
commented 2026-07-08T04:20:00.71+00:00
Nancy Vo (WICLOUD CORPORATION) 6,840 Reputation points Microsoft External Staff Moderator
1 answer

Cannot delete Developer account in Visual Studio

How can I delete or reset my Developer account that is linked to my VS subscription? It says my user ******@ss4c3.onmicrosoft.com is not valid yet that is the user it shows as the active admin in the Developer Sandbox. I cannot seem to delete it and wait…

Developer technologies | Visual Studio | Setup
asked 2026-07-07T15:40:54.08+00:00
Mike Davis 0 Reputation points
answered 2026-07-08T04:17:35.71+00:00
Nancy Vo (WICLOUD CORPORATION) 6,840 Reputation points Microsoft External Staff Moderator
5 answers

WebView2 Deployment

Hello, I recently converted a VB.net (VS 2022) Desktop Application from a WebBrowser control to a WebView2 Control. I have everything working just as I would like. When I create an installer and include all of the dependencies then install my…

Developer technologies | VB
Developer technologies | VB

An object-oriented programming language developed by Microsoft that can be used in .NET.

2,931 questions
asked 2026-07-04T13:23:05.03+00:00
Hal Roenick 0 Reputation points
commented 2026-07-08T04:06:33.9533333+00:00
Nancy Vo (WICLOUD CORPORATION) 6,840 Reputation points Microsoft External Staff Moderator
2 answers

Azure Functions (.NET Isolated Custom Container) - Runtime Version "Error" and Function Host unavailable

We are experiencing an issue with an Azure Function App hosted on Linux using a custom .NET Isolated container based on the image: mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated7.0-appservice. The Function App is in a Running state,…

Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | .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,334 questions
asked 2026-07-07T15:33:26.7933333+00:00
Ben Hmida, Syrine 0 Reputation points
answered 2026-07-08T03:31:32.35+00:00
Danny Nguyen (WICLOUD CORPORATION) 7,425 Reputation points Microsoft External Staff Moderator
2 answers

How do I fix .NET runtime installation error?

I keep getting a message to download and install .net runtime, x64, V 8.0.11. I downloaded the repair tool and it could not fix the problem. I have no idea how to fix this problem. suggestions?

Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | .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,334 questions
asked 2026-05-24T17:40:44.9866667+00:00
Reg Keegan 0 Reputation points
commented 2026-07-08T03:15:02.4733333+00:00
Lizzy Dinh (WICLOUD CORPORATION) 700 Reputation points Microsoft External Staff Moderator
2 answers

OpenGL Libraries

Have downloaded the file glut-3.7 which contains OpenGL support files. However, when I set the compiler and linker files to access elements in the library, I consistently get errors trying to open the .obj files, apparently do not exist in any of the…

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,087 questions
asked 2026-07-07T13:22:32.5433333+00:00
Sid Kraft 46 Reputation points
answered 2026-07-08T03:07:30.2533333+00:00
Taki Ly (WICLOUD CORPORATION) 2,640 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

The CPU option is blank in the diagnostic tool during project debugging and running in VS2022

The CPU option is blank in the diagnostic tool during project debugging and running in VS2022. The three abstract event counters are also empty

Developer technologies | Visual Studio | Debugging
asked 2026-07-01T08:46:53.5033333+00:00
志斌 江 20 Reputation points
accepted 2026-07-08T03:02:28.51+00:00
志斌 江 20 Reputation points
2 answers

System.Void may not be used as a type argument

When I attempt to open a form in designer (.Net 2026 c#), I get a "System.Void may not be used as a type argument" error. IF I click on "ignore and Continue" the form opens correctly. Why is this?

Developer technologies | Windows Forms
asked 2026-07-06T19:36:46.4566667+00:00
Al Bourque 5 Reputation points
commented 2026-07-08T02:58:38.48+00:00
Nancy Vo (WICLOUD CORPORATION) 6,840 Reputation points Microsoft External Staff Moderator
2 answers

OpenGL Contents

Interesting, downloaded the files for OpenGL, C++ use in Visual Studio. When I included the headers glut.h, got several compiler errors saying "C" not recognized. Opened the glut.h file and following shown???

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,087 questions
asked 2026-07-06T13:51:35.4+00:00
Sid Kraft 46 Reputation points
commented 2026-07-08T02:33:17.8133333+00:00
Nancy Vo (WICLOUD CORPORATION) 6,840 Reputation points Microsoft External Staff Moderator
2 answers

Moving Visual Studio 2026

A license for Visual Studio Professional 2026 was recently procured through a third party software vendor. Visual Studio was successfully installed. The machine (Win11) that Visual Studio was installed on has failed and a new machine procured. How…

Developer technologies | Visual Studio | Setup
asked 2026-06-30T17:54:50.1333333+00:00
Robert Baker 0 Reputation points
commented 2026-07-08T02:24:59.5133333+00:00
Leon Tran (WICLOUD CORPORATION) 1,990 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

Issue with icons in NavigationPage TitleView

Below is my title view: <NavigationPage.TitleView> <Label Text="{ex:Localized AlertsText}" HorizontalOptions="CenterAndExpand" VerticalOptions="Center" …

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-26T10:35:10.4433333+00:00
Sreenivasan, Sreejith 945 Reputation points
commented 2026-07-07T10:51:38.6833333+00:00
Nancy Vo (WICLOUD CORPORATION) 6,840 Reputation points Microsoft External Staff Moderator
1 answer

fix net framework 3.5 on insider program

trying fix net framework 3.5 on the insider program

Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | .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,334 questions
asked 2026-07-03T09:47:36.8566667+00:00
IAN HAMMO 0 Reputation points
commented 2026-07-07T10:18:46.3+00:00
Damien Pham (WICLOUD CORPORATION) 1,755 Reputation points Microsoft External Staff Moderator
3 answers

Fresh C# ASP.NET Core Web Api project on VS returns ERR_EMPTY_RESPONSE upon entering the localhost of the instanced solution.

That's... Really it, tbh. I'm using Visual Studio Community Edition 2026, in Windows 11 Home Single Language, The Visual Studio is a fresh installation that the only thing I really modified of it is the default language in installation. Everything else…

Developer technologies | ASP.NET Core | ASP.NET API
asked 2026-06-29T20:52:06.5833333+00:00
Mar 5 Reputation points
commented 2026-07-07T10:15:52.5533333+00:00
Damien Pham (WICLOUD CORPORATION) 1,755 Reputation points Microsoft External Staff Moderator
1 answer

OpenGL Library Routines

Downloaded the Open GL Library routines and directed Visual Studio, C++ header lines as follows: #include <C:\glfw-3.4\Include\GLFW\glfw3.h> #include <C:\glfw-3.4\Include\GLFW\glfw3native.h> The C++ header directives seem to work ok. However,…

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,087 questions
asked 2026-07-02T01:16:59.0866667+00:00
Sid Kraft 46 Reputation points
commented 2026-07-07T09:20:32.3966667+00:00
Taki Ly (WICLOUD CORPORATION) 2,640 Reputation points Microsoft External Staff Moderator
2 answers

How To Read Data From ODBC And Send It Into Excel Defined Names in C++

Hello C++ COM Experts, We have developed a way of storing SQL in the cloud, reading it, resolving parameters, running it, fetching results, and sending the results into Excel PowerPivot and refreshing the charts. This is very useful in the world of…

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,087 questions
asked 2026-06-30T09:15:11.2933333+00:00
Peter Jones (BIDA) 151 Reputation points
commented 2026-07-07T09:20:27.91+00:00
Taki Ly (WICLOUD CORPORATION) 2,640 Reputation points Microsoft External Staff Moderator