Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
44 views

Multiple instances of MS Visual Studio all switch to the same branch of a solution when I want to have a different one open in each instance. How to?

When I switch to some specific commit of a branch of a solution in one instance of MS VS, it also makes the same switch automatically in the other instance... . Is there a setting I should change to ...
babipsylon's user avatar
2 votes
2 answers
239 views

Visual Studio 2022 convert spaces to tabs on checkout and back to spaces on checkin

I'm working with people who want to make leading spaces mandatory in our DevOps codebase. I use tabs. Is there a way to configure Visual Studio 2022 to automatically convert leading spaces to tabs ...
Medinoc's user avatar
  • 6,511
0 votes
0 answers
57 views

Visual Studio support for GIT with multi-project solutions

When I used Visual Studio solution options to integrate my Solution with my GIT repository it told me that some files were not copied and would appear in the output window. Well nothing appeared in ...
McMurphy's user avatar
  • 1,279
0 votes
1 answer
84 views

Version Control on Visual Basic Internal Web App

I work on an internal web app in visual studio that is a visual basic project. This web app is used in a facility and is going to be scaled larger for other facilities. I am looking for the best way ...
nick's user avatar
  • 1
0 votes
0 answers
87 views

Signing the binaries to set up the solution to give a different version number in Blazor WebAssembly

I am new to Blazor WebAssembly and the requirement is to set up the solution to give a different version number, how does this work and what are the steps that we need to follow? I have tried with ...
Shivanshi's user avatar
0 votes
0 answers
42 views

Visual Studio Azure Solution with multiple projects

My solution contains a main project and a helper Library project that contains utilities that im using within the first project. I pushed the entire solution onto azure and it did so without issues. ...
Samir Kassem's user avatar
0 votes
0 answers
914 views

Blue padlock in Visual studio preventing me from accessing file structure

If I'm working on a solution in Visual Studio which has source control enabled, many (in fact all) of my files get a blue padlock symbol next to them: For projects with no source control there's a ...
user32882's user avatar
  • 5,656
2 votes
0 answers
202 views

How to use a C++ 14 library in a C++ 23 project (MSVC)?

I'm writing a program that makes heavy use of C++ 20 and newer features. The problem is that in the project I need the stxxl library, which is compiled exclusively on C++ 14 . If I try to include it ...
Chase's user avatar
  • 43
-1 votes
1 answer
928 views

Visual Studio 2022 Professional Source Control Explorer Stuck in Working

I have a new laptop. After installed Visual Studio 2022, the Source Control Explorer worked. But after I continue to install more other software and deleted some downloaded solution files from TFS, ...
Don's user avatar
  • 1,570
0 votes
0 answers
30 views

Updates were rejected because the remote contains work that you do hint: not have locally [duplicate]

Just to give you guys some context, I've created a new repo on Github. and made an empty repo using git init but did not clone Github's repo. Moving on, there wasn't an origin remote so I created a ...
Mohamed Abdul mueen's user avatar
2 votes
1 answer
3k views

Git Changes panel in Visual Studio 2022 not showing pull, sync, fetch buttons

In the fresh install of Visual Studio 2022, the Git Changes panel is not showing all the buttons that we used to use in Visual Studio 2019. I am wondering, how to get back these buttons? Following is ...
Khadim Ali's user avatar
  • 2,588
1 vote
1 answer
408 views

Unable to merge changes from two computers

My solution is stored on GitHub and I'm using the built-in features of Visual Studio to check code in and out. Currently, I'm the only one working on my project. But I've started switching between ...
Jonathan Wood's user avatar
0 votes
1 answer
132 views

How to use Git in Windows to recursively list the files committed, with the commit dates in descending order?

So I am using Visual Studio 2022 Community and Git as the version control. The Git repository is stored locally on my computer. I have also downloaded and installed Git for Windows from the official ...
Programmer Joe's user avatar
1 vote
1 answer
424 views

Question about Visual Studio 2022 Community and Git

I have a quick question about Visual Studio 2022 Community and Git. So I am totally new to Git and I have not used it before. I don't have a Github account either and I don't plan on making one as of ...
Programmer Joe's user avatar
0 votes
1 answer
468 views

Visual Studio Git Changes sees only current project VS2022

I have solution with few projects added to git repo separately / located in other folder trees. But VS sees only one (main) project as GIT controlled - as shown below -> single lock icon in ...
Maciej's user avatar
  • 10.7k

15 30 50 per page
1
2 3 4 5
41