The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
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
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#
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#
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.
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
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
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
A set of .NET Framework managed libraries for developing graphical user interfaces.
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++
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
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++
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.
Latest OpenGL Library Routines
Where does one go to download the latest OpenGL library routines? 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.
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.
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)
A Microsoft platform for building and publishing apps for Windows devices.
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
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
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.
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.
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: 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.
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.
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.
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.
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
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
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.