56,090 questions with Developer technologies-related tags

Sort by: Updated
1 answer

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#
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,807 questions
asked 2026-07-09T15:37:38.7866667+00:00
Shemesh, Tchelet 0 Reputation points
edited the question 2026-07-09T15:39:29.7733333+00:00
Shemesh, Tchelet 0 Reputation points
3 answers

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++
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,088 questions
asked 2026-07-08T23:19:31.49+00:00
Sid Kraft 46 Reputation points
edited a comment 2026-07-09T15:27:11.1133333+00:00
Darran Rowe 2,616 Reputation points
1 answer

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
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,789 questions
asked 2026-07-09T14:43:22.4433333+00:00
Sid Kraft 46 Reputation points
answered 2026-07-09T14:44:02.66+00:00

AI answer

2 answers

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++
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,088 questions
asked 2025-11-08T11:43:12.41+00:00
dev 0 Reputation points
commented 2026-07-09T14:27:09.6366667+00:00
Daniel Rühmer 0 Reputation points
0 answers

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
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,789 questions
asked 2026-07-09T14:22:43.1233333+00:00
Sid Kraft 46 Reputation points
1 answer

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
asked 2026-07-09T14:04:53.9666667+00:00
Tim JOUSSE 0 Reputation points
answered 2026-07-09T14:06:31.6366667+00:00
Tim JOUSSE 0 Reputation points
3 answers One of the answers was accepted by the question author.

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
asked 2026-07-03T15:30:56.5633333+00:00
David Hill 60 Reputation points
accepted 2026-07-09T13:03:54.89+00:00
David Hill 60 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-09T11:43:41.3666667+00:00
Varsha Dundigalla(INFOSYS LIMITED) 5,105 Reputation points Microsoft External Staff
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-09T11:21:39.7366667+00:00
Hal Roenick 0 Reputation points
1 answer

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
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.

881 questions
asked 2026-07-09T09:59:03.6033333+00:00
Peter Stuart 0 Reputation points
commented 2026-07-09T11:15:19.3+00:00
Peter Stuart 0 Reputation points
1 answer

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
asked 2026-07-08T18:31:17.05+00:00
McLellan, Steve 0 Reputation points
commented 2026-07-09T10:06:02.11+00:00
RLWA32 52,676 Reputation points
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-09T08:47:07.1733333+00:00
Damien Pham (WICLOUD CORPORATION) 1,755 Reputation points Microsoft External Staff Moderator
1 answer

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
asked 2025-08-11T09:22:39.71+00:00
Utkarsh Pandey 0 Reputation points
answered 2026-07-09T06:50:54.77+00:00
Jatin Bhagwat 0 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-09T06:23:53.5666667+00:00
Nancy Vo (WICLOUD CORPORATION) 6,920 Reputation points Microsoft External Staff Moderator
3 answers

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
asked 2026-06-29T07:44:24.3733333+00:00
Ulf Tegnelov (DHL SE) 0 Reputation points
commented 2026-07-09T07:03:31.78+00:00
Leon Tran (WICLOUD CORPORATION) 1,990 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

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,789 questions
asked 2026-07-03T03:38:00.1266667+00:00
Lucas Peñaloza 536 Reputation points
commented 2026-07-09T08:10:23+00:00
Senthil kumar 1,710 Reputation points
2 answers

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#
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,807 questions
asked 2026-07-04T11:42:42.1666667+00:00
Mac son 0 Reputation points
commented 2026-07-09T06:39:15.2433333+00:00
Jam wick 0 Reputation points
3 answers

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++
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,088 questions
asked 2026-07-04T13:56:45.9733333+00:00
Sid Kraft 46 Reputation points
commented 2026-07-09T07:29:46.29+00:00
Damien Pham (WICLOUD CORPORATION) 1,755 Reputation points Microsoft External Staff Moderator
1 answer

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)
asked 2026-07-04T18:08:57.2933333+00:00
Bhuvesh Rohankar 0 Reputation points
commented 2026-07-09T08:11:09.5033333+00:00
Jay Pham (WICLOUD CORPORATION) 3,800 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

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,088 questions
asked 2026-07-08T08:50:32.54+00:00
Christopher Judge 20 Reputation points
commented 2026-07-09T08:46:35.49+00:00
Nancy Vo (WICLOUD CORPORATION) 6,920 Reputation points Microsoft External Staff Moderator