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.
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++
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
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.
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
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
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
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
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++
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.
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
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
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
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
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
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
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
A component of ASP.NET Core for creating RESTful web services that support HTTP-based communication between clients and servers.
How to copy a C# project to another directory and not get an error
When I make a copy of a working C# project and then go and try to open it in VS, I can't get the Form Designer to come up. I get this error: The designer could not be shown for this file because none of the classes within it can be designed. The…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
What Determines AddHandler Action
I have the following in my Window.Loaded event: Dim cvsPeople As CollectionViewSource = CType(Resources("cvsPeople"), CollectionViewSource) cvsPeople.Source = ocPeople .... ComboTextBox =…
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
OpenGL Libraries
Trying to add the OpenGL libraries to Visual Studio, using C++. Issued the following commands: Tools, Command Line, Developer PowerShell, Install OpenGL, received the error: object not found? Any ideas from any body? Sid Kraft
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.
Menu Icon usage in WPF with NuGet Package WPF-Icons
Hello All, I'm attempting to create a menu for my app and I thought it would be nice if I were to add Icons to my menu items. So I found a NuGet package (WPF-Icons2.0.0) and added to my solution. Unfortunately, I now have no idea of how to specify which…
Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
Migrating C# Visual Studio 2022 (17.8) from .NET 4.7 to .NET 8
How do I migrate my C3 project from .NET 4.7 to .NET 8? Google says to use .NET Upgrade Assistant, but I did not find this component in Extensions Manager.
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Using Visual C++, which technique give the fastest performance when reading from SQL Server?
There are a number of techniques (products) that allow an application written in Visual C++ to read (and write data) from SQL Server (application and SQL Server on the same server). For example, ADO, OLE-DB, ODBC, ADO.NET etc WHich of these techniques…
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.
What's the meaning of the parameter, lPrivate, in the MSG structure?
(https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-msg The link above is the document about MSG structure.) typedef struct tagMSG { HWND hwnd; UINT message; WPARAM wParam; LPARAM lParam; DWORD time; POINT pt; …
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.
Opengl Libraries
Trying to implement the OpenGL libraries, in Visual Studio using C++, getting the following errors: After opening the PowerShell, -vcpkg Install OpenGL getting the errors: "could not locate a manifest(vcpkg.json) above the current working…
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.
OpenGL Libraries
New user for Visual Studio and trying to set up the system for OpenGL Functions use. It was suggested to -open the Developer Power Shell to execute the vcpkg software to set up the libraries. Not exactly sure how to do and do I execute this module in my…
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.
C++ Libraries
Running Virtual Studio, C++, where are the library files that the system looks for, i.e. #include <math.h>, etc. Sid Kraft
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.
EF Core 9 Performance: Optimizing 'N+1 Query Problem' in complex One-to-Many relationships
Hello everyone, I am working on an ASP.NET Core project and I am struggling to optimize data retrieval for a large-scale database. Scenario: I have a 'User' entity with a one-to-many relationship with 'Orders'. I need to fetch all users along with their…
Developer technologies | .NET | Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.