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,818 questions with Developer technologies | Visual Studio | Other tags
How to fix missing dll in VS 2022
Image1.jpg See Image 1 to see the name of the dll file that is preventing the creation of an installer for StaffTrak which I have previously done 382 million time. My investigation into this issue suggests that VS 2022 is corrupted, but I don't know how…
Developer technologies | Visual Studio | Other
What are the most effective strategies to convert Figma/UI wireframes into clean, responsive HTML/CSS or React components?
I am building a web application using React and Tailwind CSS (or standard CSS). I have created UI wireframes and high-fidelity mockups in Figma (including landing pages, dashboards, and form components). Now, I am converting these visual designs into…
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.
Update Visual Studio 2026 stuck at 99% for 5 hours
I was running VS26 Community and got a popup that said it would install an update to 18.8.0, so I said postpone. I decided to do it and went to help and check for updates. I clicked on update now and it started. About 1 hour later it was at 99% and said…
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.
Multiple Graph Output
//OpenGL functions, open a window and initialize void display(void) { glClearColor(1.0f, 1.0f, 1.0f, 1.0f); glClear(GL_COLOR_BUFFER_BIT); glLoadIdentity(); //issue the GL commands glTranslatef(-.3, 0., 0.); glRotated(45.,0., 1.,0.); glScalef(.5,…
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.
Microsoft visual studio
Hello, I apologize right off the bat for my poor level of computer understanding. Here is my issue: i installed Microsoft visual studio 2022, 3 days ago. I started using it (created a project for developing a desktop application), all is good, after…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
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.
Still No Graphic Output
//OpenGL functions, open a window and initialize void display(void) { glClearColor(0.0f, 1.0f, 0.0f, 1.0f); glClear(GL_COLOR_BUFFER_BIT); glLoadIdentity(); //issue the GL commands glTranslatef(-.3, 0., 0.); glRotated(ROT, XX, YY,…
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.
Visual Studio 2022 IntelliSense is not working after the latest update
Hello everyone, I'm currently developing a C# application for my project BugOffLincoln, and after installing the latest Visual Studio 2022 update, IntelliSense has stopped working. The solution builds successfully, but code completion, parameter hints,…
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
Does VS 2026 support .NET Framework 4.8.1?
Does VS 2026 support .NET Framework 4.8.1? Configuration file specifies .NET 8 and I cannot change it .NET Framework 4.8.1. App was developed in VS 2022 using VB.net
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.
VSS-WEB-Visual Studio 2022 Support for .NET Development
Please clarify if .NET 10 will be supported by Visual Studio 2020 as it has Mainstream support until Jan 12, 2027 and Extended Support until Jan 13, 2032 but only supports until .NET 9…
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 Still
//open a window void display(void); { glClearColor(1.0f, 0.0f, 0.0f, 1.0f); // Clear the background of our window to red glClear(GL_COLOR_BUFFER_BIT); //Clear the colour buffer (more buffers later on) …
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 glutInit
void display(void); { glClearColor(1.0f, 0.0f, 0.0f, 1.0f); // Clear the background of our window to red glClear(GL_COLOR_BUFFER_BIT); //Clear the colour buffer (more buffers later on) glLoadIdentity(); // Load the Identity Matrix to…
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.
Visual Studio 2026 uses excessive memory (20GB+) with Unity 6000.3.41 project
Hello, I am experiencing extremely high memory usage in Visual Studio when working with a Unity project, and I’m looking for guidance or confirmation on whether this is a known issue. Before: Unity 2022.3.51f1 + Visual Studio 2026 → no issues After: …
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.
I need to set up Intellej in my machine with JDK and other congi and alos to set git i already have access for it
I need to set up Intellej in my machine with JDK and other congi and alos to set git i already have access for it
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
Open in VS Code for the web fails ... tunnel 400 error ?
Hello everyone, The last week I have problem connecting to VS Code for the Web, my cloudshell works correctly, my account is ok, everything works BUT when tryont to open through browser - azure portal the VS Code for the Web, I got errors similar to…
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 Graphics Window
Been using the Visual Studio and C++ to procude graphics output with OpenGL. Have had several problems with getting the corre software input to use. A person at this site recommended having vcpkg install the freeglut system to utilize the .obj modules to…
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 Download
I Have tried everything in trying to use OpenGL and outputting graphics to a window. Everything that I have tried has ended up with the linker in Visual Studio, C++ saying cannot open the file glut36.lib, no matter how I configured with input from this…
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
Using C++ and OpenGL to output graphics to a window. Have the following headers: #include <GL\gl.h> #include <glut.h> Program accepts successfully. In the Project Additional Directories: V++ and C++ "c:\freeglut-3.8.0\include\GL" I…
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.
Freeglut Download
Using C++ with visual Studio, been trying extensively to execute the OpenGL commands and the glutInit functions to open a window to output graphics. Have all of the instructions that I need to execute but having trouble accessing the header files glut.h…
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
Window in C++
Running Visual Studio, C++ and the OpenGL commands. Want to open a window using the following: int i=winio@('%sp%ww[no_border]%og[static]%lw',0,0,2000,2000,ctrl); i=winio@('%sz',XWIDE,YWIDE) XWIDE AND YWIDE DEFINE AS float, set to a numeric…
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.
glutInit Tutoring
Sure wish there was a tutoring item somewhere that discussed the use of the "glutInit(..) use and follow-on commands to prepare to open a window for OpenGL, graphics output. Haveing considerable problems with the commands: glutInit() and arguments…
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.