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.
How to read the HTTP Body in an IIS Managed Module without breaking an ASP.NET Core Azure Web App?
I am trying to intercept and read incoming HTTP traffic using a custom managed .NET module (IHttpModule) on a Windows-based Azure Web App. I am able to successfully fetch the context.Request and context.Response parameters, headers, and metadata.…
Developer technologies | C#
OpenGL using vcpkg
The solution did work for downloading and executing the vcpkg program by bypassing the strict, built in version . However, after the statement #include <GL/gl.h> and did the re-load in visual studio with C++, the loader still gave me the error…
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.
vcpkg and OpenGL
Downloaded all file for the "native" vcpkg, implemented all files necessary on my laptop. Changed the C/C++General Additional Include Directories to C:\vcpkg\Installed\x64-windows\Include\GL for both VC++ and C++ Directories. Changed the lInker…
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.
AI answer
How to use a .exe in kiosk mode (only for that user) with Windows Configuration Designer (WCD)
I am using windows11 enterprise. I am using windows configuration designer and I create my .ppkg. when I log into kiosk I have black display(my app is not visible and since I changed the shell it won't show anything. If I log into my normal account I…
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 vspkg
Rather confused, trying to direct the linker in visual studio, C++ to 64 bit library routines. Direct it to C:\vcpkg\Installed\x64-windows\Lib. The Lib file is labelled OpenGL32??? Sounds like the wrong bit size element to me, please explain
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.
problême de téléchargement
bonjour Jai un problème avec Visual studio Community c++ il refuse de se télécharger et marque le code d'erreur 0x0000138A j'ai regarder le site et ma dit des conseil que Jai tous fait merci
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
how to input data from a spreadsheet into a macro
What's the simplest way to pass a number (such as a month number) in a cell of my EXCEL spreadsheet into a macro? I have Excel 24, not 365.
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
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
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
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
An object-oriented programming language developed by Microsoft that can be used in .NET.
Maui Toolkit Appearing and Disappearing commands not triggering after upgrading from .NET8 to .NET10
I have a MAUI app written in XAML and C# that I have recently upgraded from .NET8 to .NET10. I had a lot of functionality change which I was able to fix but I have noticed that my Appearing and Disappearing commands have stopped working which has…
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
Visual Studio not assigning float values when stepping over code when debugging
Using: Microsoft Visual Studio Professional 2019 Version 16.11.57 VisualStudio.16.Release/16.11.57+37327.17 In a C++ project I have a line of code as follows: float test = 1.0f / 3.0f; When I set a breakpoint on this line and step over it (F10) it…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
fix net framework 3.5 on insider program
trying fix net framework 3.5 on the insider program
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.
Is there a cleaner way to connect Power BI to Oracle Fusion?
We're using BICC and BI Publisher exports to pull Fusion data into Power BI. It works… sort of. But it’s messy - lots of manual steps, stale data, and fragile file-based pipelines. I came across a method that does direct connectivity from Power BI to…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
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
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
problem with installation of SSIS Projects extension for Visual Studio- VS is 2026
I have a problem with installation of SSIS Projects extension for Visual Studio- VS is 2026 and I have tried to troubleshoot with help from SSIS Projects Extension for Visual Studio 2022+ Troubleshooting Guide - SQL Server Data Tools (SSDT) | Microsoft…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
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
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.
How do I read a text file in C# and convert its contents to Morse code?
I'm building a C# console application in Visual Studio. I want to read text from a .txt file and convert each character to Morse code. What's the best way to organize the character mapping? Should I use a Dictionary<char, string>? A sample…
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.
OpenGL Libraries
Have the OpenGL libraries installed, glut.h, gl.h using visual studio and the called routines glClear(...), glColor(...), glRotate(...), etc. are global calls unresolved when I execute the "build" command. Have had a lot of problems getting 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.
403 Forbidden error when saving — "Something went wrong while loading this page"
Extension name: AlgoRhythm Product ID: 1aa0fde7-c29a-4950-aaa8-219ec6672dc6 CRX ID (Extension ID): chggifmaplgmobchnnpcfmcifpehdcfn Store ID: 0RDCK9LD95N3 Issue description: When attempting to save the Privacy tab for my extension submission, the page…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
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++
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.