5,818 questions with Developer technologies | Visual Studio | Other tags

Sort by: Updated
1 answer

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
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,818 questions
asked 2026-08-07T18:16:04.1033333+00:00
SuperCoder 396 Reputation points
answered 2026-08-08T06:36:53.3933333+00:00
RLWA32 52,786 Reputation points
1 answer

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
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,818 questions
asked 2026-08-07T10:33:36.6533333+00:00
BOTCHA CHANDHRA SHEKHAR 0 Reputation points
answered 2026-08-07T12:14:39.2433333+00:00
saleha mubeen 5 Reputation points
2 answers

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
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,818 questions
asked 2026-07-15T22:32:10.92+00:00
Watson, George T 0 Reputation points
answered 2026-08-07T06:55:55.33+00:00
RLWA32 52,786 Reputation points
1 answer

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
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,818 questions
asked 2026-08-06T19:54:15.8+00:00
Sid Kraft 96 Reputation points
answered 2026-08-07T06:33:02.9566667+00:00
AlexCodex 0 Reputation points
1 answer

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
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,818 questions
asked 2024-04-24T10:49:46.8033333+00:00
Halhoul fatima-zohra 0 Reputation points
commented 2026-08-06T05:08:04.76+00:00
Akhil Thomas 0 Reputation points Microsoft Employee
0 answers

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
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,818 questions
asked 2026-08-05T20:21:59.1066667+00:00
Sid Kraft 96 Reputation points
1 answer

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
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,818 questions
asked 2026-08-04T23:22:33.7+00:00
M. Salman 0 Reputation points
answered 2026-08-04T23:22:50.2666667+00:00

AI answer

1 answer One of the answers was accepted by the question author.

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
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,818 questions
asked 2026-08-04T15:30:36.87+00:00
SuperCoder 396 Reputation points
commented 2026-08-04T16:44:36.7533333+00:00
SuperCoder 396 Reputation points
1 answer

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
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,818 questions
asked 2026-05-05T10:47:38.0833333+00:00
Arumugam, Devendran (D.) 0 Reputation points
commented 2026-08-02T11:58:17.05+00:00
Péter Németh 0 Reputation points
1 answer

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
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,818 questions
asked 2026-07-30T22:55:41.8066667+00:00
Sid Kraft 96 Reputation points
edited a comment 2026-07-30T23:28:47.18+00:00
Viorel 127.1K Reputation points
1 answer

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
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,818 questions
asked 2026-07-30T15:28:54.92+00:00
Sid Kraft 96 Reputation points
answered 2026-07-30T16:41:04.5+00:00
RLWA32 52,786 Reputation points
0 answers

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
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,818 questions
asked 2026-01-28T01:38:32.0466667+00:00
소연 조 20 Reputation points
commented 2026-07-30T13:11:21.67+00:00
AndreCraig-2247 0 Reputation points
1 answer

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
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,818 questions
asked 2026-07-30T11:31:44.56+00:00
Shankar, Chandrakala 0 Reputation points
answered 2026-07-30T11:32:00.4166667+00:00

AI answer

0 answers

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
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,818 questions
asked 2026-07-28T10:14:38.81+00:00
Panagiotis Karaberis 15 Reputation points
commented 2026-07-30T07:00:05.9766667+00:00
Angel Wangari 0 Reputation points
1 answer

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
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,818 questions
asked 2026-07-29T21:19:18.68+00:00
Sid Kraft 96 Reputation points
answered 2026-07-29T21:19:29.6866667+00:00

AI answer

2 answers

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
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,818 questions
asked 2026-07-29T16:25:45.6366667+00:00
Sid Kraft 96 Reputation points
edited an answer 2026-07-29T20:33:56.3566667+00:00
Bruce (SqlWork.com) 84,856 Reputation points
2 answers

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
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,818 questions
asked 2026-07-28T22:08:40.1+00:00
Sid Kraft 96 Reputation points
edited an answer 2026-07-29T15:24:29.76+00:00
Bruce (SqlWork.com) 84,856 Reputation points
1 answer

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
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,818 questions
asked 2026-07-28T18:22:50.1466667+00:00
Sid Kraft 96 Reputation points
answered 2026-07-28T18:23:14.4933333+00:00

AI answer

1 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
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,818 questions
asked 2026-07-21T02:04:45.5666667+00:00
Sid Kraft 96 Reputation points
answered 2026-07-28T16:21:59.7133333+00:00
Vu Chau 25 Reputation points
1 answer One of the answers was accepted by the question author.

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
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,818 questions
asked 2026-07-26T12:54:14.91+00:00
Sid Kraft 96 Reputation points
accepted 2026-07-27T13:23:24.4566667+00:00
Sid Kraft 96 Reputation points