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 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++
Visual Studio Marketplace publisher and extension unavailable – HTTP 429 VSID Concurrency
Hello, I am experiencing an unexpected issue with my Visual Studio Marketplace publisher and VS Code extension. Publisher ID: numa-forge Extension ID: numa-forge.sftp-enhanced Extension name: SFTP Enhanced The latest extension update was successfully…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
VS could not find 'Microsoft.VisualBasic.Strings'
Designer window for .VB files in Visual Studio shows error for references to 'Microsoft.VisualBasic.Strings'. This error occurs randomly.
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
how to fix my microsoft visual c++ 2015-2022 redistributable (x64)
my microsoft visual c++ 2015-2022 redistributable will not delete the older version so i cannot download the newer one. It say it cannot find it in my files, but it still wont let me download the newer version?
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
C# .Net 10 Web application - How to securely expose employee information from an internal database to a public website?
I am planning the architecture shown below: An internal .NET application (.Net 10 Razore Pages) retrieves employee information (Name, Title, Designation, Department) from Active Directory and stores it in an internal database. A second public-facing…
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
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.
VB.Net application query
Hi, One of the Application user lost his Admin access on one VB.Net application. No admin settings defined in db tables. Nothing set up in web. config. Can't find the reason. We have no Visual studio/Asp.net installed on the server. Can only open in …
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
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.
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.
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.
Base class System Void cannot be designed
How fix: The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file: GeoffPicViewForm --- The base class 'System.Void' cannot be designed. +
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Visual Studio 2026 .NET Maui App will run on in a Local Android Emulator... but not an actual device "App Not Installed"
I have a series of test android devices. I have built and deployed several .net MAUI apps over the previous 5 years. Recently I had a request for something new. I built about 80% of the app and decided to run an initial test. I did what I have always…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Pending Changes Filter in Solution Explorer not working
In my Source Control Explorer and Team Explorer - Pending Changes screen, I have a file with a pending change. When I go to Solution Explorer and click the Pending Changes Filter, I get no results. I refresh in the Solution Explorer but still no…
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.
Debugger not working for Debugging Extensions in Visual Studio 2026
I am not able to debug my Extensions since I have moved to Visual Studio 2026. When I start debugging and check the Symbol File that is being currently loaded for my Extension, it is coming from the Release path, i.e., it is loading the release .dll…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
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.
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 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.