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

Sort by: Updated
1 answer

Stale VS2019 Credentials

I keep getting a warning about stale credentials for my VS2019 system. I have 4 days left to fix the license. I am not successful at resolving the situation. I need to continue using the system

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,797 questions
asked 2026-07-18T03:33:05.0366667+00:00
Preston Henne 0 Reputation points
answered 2026-07-18T03:33:22.9066667+00:00

AI answer

1 answer

OpenGL Review Three

Running Visual Studio, C++ trying to access the OpenGL Library functions. Per provided instructions, I did the following: -Created a folder in my system C:\OpenGL Library -Went to C:\Program File (x86)\Windows…

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,797 questions
asked 2026-07-16T20:59:07.9033333+00:00
Sid Kraft 46 Reputation points
answered 2026-07-16T20:59:34.92+00:00

AI answer

2 answers

OpenGL Review Two

Using C++ In Visual Studio, was suggested by the AI solution to link the proper library to access the OpenGL routines. Was told they were in C:\Program Files (x86)\window kits\10\lib\10.0.19041.0\um\x64\opengl32.lib. This was accurate as the opengl32.lib…

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,797 questions
asked 2026-07-16T19:53:48.4066667+00:00
Sid Kraft 46 Reputation points
answered 2026-07-16T20:27:44.3333333+00:00
Sid Kraft 46 Reputation points
2 answers One of the answers was accepted by the question author.

未能正确加载 intellicodecpppackage

VS 2022 17.8.1 和 17.8.2 更新后打开一个项目后显示未能正确加载 intellicodecpppackage, 这个问题仅显示一次,关闭后重新打开 VS, 项目可以正常加载。

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,797 questions
asked 2023-12-04T15:44:26.6666667+00:00
Sokyōei 蘇小櫻 25 Reputation points
commented 2026-07-16T16:34:53.03+00:00
JuliaMarvin 20,415 Reputation points Volunteer Moderator
2 answers

.Net version 10 support needed for function apps

We got a recommendation to migrate our function apps to isolated worker model. We already have them on .net 9.0 version and now we are looking to upgrade to .net 10 version. Can I know when will the .net 10 version be available on Visual Studio to start…

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,797 questions
asked 2026-07-15T15:59:21.09+00:00
Sri Deepti Alahari 0 Reputation points Microsoft External Staff
answered 2026-07-15T23:20:30.59+00:00
Bruce (SqlWork.com) 84,671 Reputation points
0 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,797 questions
asked 2026-07-15T22:32:10.92+00:00
Watson, George T 0 Reputation points
0 answers

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
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,797 questions
asked 2026-07-13T21:52:36.73+00:00
Huong Nguyen 5 Reputation points
1 answer

C++ Variable I/O

Developing a C++ program and have a requirement of outputting several float variables to a file, to later read them back into another program. What I/O statements would be used to do this? Sid Kraft

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,797 questions
asked 2026-07-12T13:14:08.5033333+00:00
Sid Kraft 46 Reputation points
answered 2026-07-12T13:14:25.05+00:00

AI answer

0 answers

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
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,797 questions
asked 2026-07-09T19:53:19.2666667+00:00
Sid Kraft 46 Reputation points
1 answer

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
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,797 questions
asked 2026-07-09T14:43:22.4433333+00:00
Sid Kraft 46 Reputation points
answered 2026-07-09T14:44:02.66+00:00

AI answer

0 answers

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
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,797 questions
asked 2026-07-09T14:22:43.1233333+00:00
Sid Kraft 46 Reputation points
1 answer One of the answers was accepted by the question author.

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
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,797 questions
asked 2026-07-03T03:38:00.1266667+00:00
Lucas Peñaloza 566 Reputation points
commented 2026-07-09T08:10:23+00:00
Senthil kumar 1,720 Reputation points
1 answer

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
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,797 questions
asked 2026-07-01T20:18:00.42+00:00
Larry Nuñez 46 Reputation points
answered 2026-07-09T04:56:45.4066667+00:00
1 answer One of the answers was accepted by the question author.

Microsoft C++(Visual Studio) takes up space on C drive

Hi, when I use Microsoft C++ (Visual Studio), after a while it takes up space on drive C. Is there any way to clean it up?

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,797 questions
asked 2025-08-02T11:58:21.1166667+00:00
Band Scurvy 180 Reputation points
accepted 2026-07-08T12:50:22.0933333+00:00
Band Scurvy 180 Reputation points
3 answers One of the answers was accepted by the question author.

Visual Studio 2022- Couldn't install Microsoft.VisualCpp.Redist.14

I'm trying to install Desktop development with C++ for Visual Studio 2022. Attempting to install this using the Visual Studio Installer returns an error stating: Couldn't install Microsoft.VisualCpp.Redist.14 The log file mentions another log file that…

Developer technologies | C++
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.

4,091 questions
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,797 questions
asked 2024-05-26T23:35:26.9733333+00:00
OldIslander 25 Reputation points
edited a comment 2026-07-03T08:12:23.12+00:00
Marcusi 0 Reputation points
1 answer

Devbox with linux OS

Hi, Can i create a devbox with Linux OS instead of Windows OS ? If yes, please share me the steps on how to achieve the same. Thank you, Uday

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,797 questions
asked 2026-07-02T23:57:26.0866667+00:00
Uday Thimma 0 Reputation points Microsoft Employee
answered 2026-07-03T00:33:11.41+00:00
Marcin Policht 96,750 Reputation points MVP Volunteer Moderator
1 answer

Test connection failed

Visual Studio bericht: Test connection failed because of an error in initializing provider. The given key was not present in the dictionary.

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,797 questions
asked 2026-07-02T12:15:07.3533333+00:00
Linden, Helmer van der 0 Reputation points
answered 2026-07-02T12:32:29.9366667+00:00
Senthil kumar 1,720 Reputation points
1 answer

Microsoft.Cpp.props(47,89): error MSB4066: Attribute 'Sdk' in element<Import>is not recognized.

“msbuild ur_rtde.sln /property:Configuration=Debug /maxcpucount:8” When I use this in the cmd ,An error occurred:Microsoft.Cpp.props(47,89): error MSB4066: Attribute 'Sdk' in element<Import>is not recognized**.**

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,797 questions
asked 2023-03-07T03:45:09.3533333+00:00
洪键 丘 0 Reputation points
commented 2026-07-01T11:59:23.6366667+00:00
granja cours 0 Reputation points
1 answer

I can't install Windows SDK 7.1 in Windows 11 environment.

I need to install Windows SDK 7.1 in Windows 11 envrionment for MATLAB 2014b, but I can't. https://www.microsoft.com/en-us/download/details.aspx?id=8442 I used iso file of above link inside for installation, but in Windows 11, .NET Development and Visual…

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,797 questions
asked 2026-06-22T10:29:06.8+00:00
Sangmin Seo 0 Reputation points
commented 2026-07-01T08:10:26.9433333+00:00
Sangmin Seo 0 Reputation points
0 answers

issues with SSIS projects Deployment via AzureDevops

I’m having an issue with my SSIS projects that I need help diagnosing and resolving. Below is a concise summary of the problem, the environment, and everything I've tried so far. Summary • When the SSIS project is deployed via our Azure DevOps YAML…

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,797 questions
asked 2026-06-29T03:40:54.24+00:00
Bayo Oguns 0 Reputation points