56,092 questions with Developer technologies-related tags

Sort by: Updated
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-10T03:41:33.2966667+00:00
Nancy Vo (WICLOUD CORPORATION) 7,010 Reputation points Microsoft External Staff Moderator
2 answers

Best ASP.NET approach + modern hybrid mobile tech for content/tool sites like CitizenPass.ca?

I run a portfolio of Canadian-focused content and web tool sites (similar in concept to CitizenPass.ca and CitizenApp.ca — bilingual EN/FR informational platforms with quiz/practice-test style tools, content pages, and a companion mobile app). I'm…

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,808 questions
asked 2026-07-09T17:16:43.7733333+00:00
Youness Haji 0 Reputation points
answered 2026-07-10T03:31:19.25+00:00
Nancy Vo (WICLOUD CORPORATION) 7,010 Reputation points Microsoft External Staff Moderator
3 answers

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,808 questions
asked 2026-07-09T15:37:38.7866667+00:00
Shemesh, Tchelet 0 Reputation points
answered 2026-07-10T03:25:11.5066667+00:00
Tom Tran (WICLOUD CORPORATION) 5,455 Reputation points Microsoft External Staff Moderator
1 answer

MediaPicker.CapturePhotoAsync camera not opening fullscreen on iPad Pro 13-inch (M5)

When using MediaPicker.Default.CapturePhotoAsync() in a .NET MAUI application on iPad, the camera is not always presented in fullscreen mode. On certain iPad devices, the camera opens as a sheet/popover instead of occupying the full screen. The issue is…

Developer technologies | .NET | Xamarin
Developer technologies | .NET | Xamarin

A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.

5,380 questions
asked 2026-07-07T06:54:41.2666667+00:00
Ekta Gautam (NCS) 0 Reputation points
edited a comment 2026-07-10T02:51:03.7133333+00:00
Nancy Vo (WICLOUD CORPORATION) 7,010 Reputation points Microsoft External Staff Moderator
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-10T02:50:02.74+00:00
Nancy Vo (WICLOUD CORPORATION) 7,010 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,088 questions
asked 2026-07-06T13:51:35.4+00:00
Sid Kraft 46 Reputation points
commented 2026-07-10T02:49:13.4233333+00:00
Nancy Vo (WICLOUD CORPORATION) 7,010 Reputation points Microsoft External Staff Moderator
3 answers

OpenGL Libraries

Downloaded the OpenGL files labelled glut-3.7 with sub files glut-3.7\Lib and included them in my Configuration Properties Linker General Additional Library C:\glut-3.7\Lib. When I executed the program, it said that the glut-3.7\Lib program .obj could…

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-06T14:05:45.0566667+00:00
Sid Kraft 46 Reputation points
commented 2026-07-10T02:48:03.35+00:00
Nancy Vo (WICLOUD CORPORATION) 7,010 Reputation points Microsoft External Staff Moderator
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,088 questions
asked 2026-07-02T13:17:25.96+00:00
Sid Kraft 46 Reputation points
commented 2026-07-10T02:45:43.69+00:00
Nancy Vo (WICLOUD CORPORATION) 7,010 Reputation points Microsoft External Staff Moderator
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-10T01:05:07.24+00:00
Jay Pham (WICLOUD CORPORATION) 3,800 Reputation points Microsoft External Staff Moderator
1 answer

Accessing login.live.com for access token for WNS push

We are developing a business UWP application using the WNS push sending mechanism. Our server calls login.live.com to collect the access token, as described in this documentation: …

Developer technologies | Universal Windows Platform (UWP)
asked 2022-02-18T08:31:12.35+00:00
KGabesz 1 Reputation point
answered 2026-07-10T00:34:07.4066667+00:00
GHO ST 0 Reputation points
2 answers

How to prevent DLL hijacking when publishing into a single file

Hi, I've been making a C# WPF app that I publish into a single file. However, a coworker pointed out that it is vulnerable to Dll Hijacking. For example, if I make a fake "kernel32.dll" and put it into the same folder, it will find and run that…

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-06T17:20:13.8666667+00:00
McBride, Casey 0 Reputation points
commented 2026-07-09T21:30:39.46+00:00
RLWA32 52,676 Reputation points
1 answer One of the answers was accepted by the question author.

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 20 Reputation points
accepted 2026-07-09T20:51:16.15+00:00
McLellan, Steve 20 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
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
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-09T17:35:19.17+00:00
Bruce (SqlWork.com) 84,496 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

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
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,790 questions
asked 2026-07-09T14:22:43.1233333+00:00
Sid Kraft 46 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,790 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

0 answers

OpenGL again

Been having difficulty including OpenGL files that were facilitated by vcpkg. When I have a project as follows: #include <iostream> #include <Windows.h> #include <GL/gl.h> int I = 0; INT INOW = 20; float PLOTX[1000], PLOTY[1000],…

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,790 questions
asked 2026-07-09T19:53:19.2666667+00:00
Sid Kraft 46 Reputation points