The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
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
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.
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.
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.
What´s the easiest way to print qr codes in VFP 9.0?
What´s the easiest way to print qr codes in VFP 9.0? What´s the easiest way to print qr codes in VFP 9.0?
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.
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.
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.
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.
OpenGL Again
Downloaded what I thought were the files with the headers for the C++ program in Visual Studio, C++. Files were from glut-3.7, contains sub files: Include, LIB, other files, fgl.h, fglut.h, glut.h, tube.h Changed the library paths in C/C++ General-->…
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.
Cant resolve this quiz question regaring Navigate()
Please resolve this assessment quiz question (below). I can NOT get Navigate(Accounts) to open in a canvas app in any fashion.
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Opengl Includes
Have a file called C:\glutdlls36 and in this file are the libraries and header directives for the C++ program, i.e. glut.h. I am trying to include the OpenGL routines in C++ using Visual Studio. I execute the following commands, in Visual Studio from one…
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 OpenGL Libraries
Using Visual Studio, C++ and want to include the OpenGL library elements. Have asked questions about doing and have had suggestions to use the Power Shell in Visual Studio and installing the OpenGL routines using the vcpkg install commands. Have received…
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.
Subscription
How do I get to my visual studio subscription? I have a valid MSDN account but can not access my visual studio subscription any longer
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
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.
Cannot delete Developer account in Visual Studio
How can I delete or reset my Developer account that is linked to my VS subscription? It says my user ******@ss4c3.onmicrosoft.com is not valid yet that is the user it shows as the active admin in the Developer Sandbox. I cannot seem to delete it and wait…
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 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.
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.
OpenGL Library Routines
Downloaded the Open GL Library routines and directed Visual Studio, C++ header lines as follows: #include <C:\glfw-3.4\Include\GLFW\glfw3.h> #include <C:\glfw-3.4\Include\GLFW\glfw3native.h> The C++ header directives seem to work ok. However,…
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 Read Data From ODBC And Send It Into Excel Defined Names in C++
Hello C++ COM Experts, We have developed a way of storing SQL in the cloud, reading it, resolving parameters, running it, fetching results, and sending the results into Excel PowerPivot and refreshing the charts. This is very useful in the world of…
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.
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.