Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
26 views

I know I'm missing something obvious, but cannot seem to grasp how to have my windows forms application only show 1 icon on the taskbar. Currently, from my main form, when I show another form using ...
BlueGI's user avatar
  • 229
0 votes
0 answers
88 views

Hot reload works for me, but it throws errors after a short period of using it. I am currently working on a complex ASP.NET solution containing a main website, apis and other auxiliary projects inside ...
Roger's user avatar
  • 381
0 votes
0 answers
65 views

Disclaimer I am very new to C++ and Visual Studio I was given a project repository in which CMake (3.31.11) and vcpkg (2026-03-04) are configured for Visual Studio 2022. After the initial cmake -...
Feirell's user avatar
  • 817
0 votes
0 answers
97 views

#include <concepts> #include <format> template<typename T> requires std::constructible_from<std::format_string<>, T> void foo(T&) {} int main() { foo("&...
bers's user avatar
  • 6,371
-1 votes
1 answer
43 views

Every time I launch Microsoft Visual Studio 2026, once the splash screen disappears, instead of the traditional welcome window, I just get this tiny window on the bottom left corner of my screen. I'm ...
winscripter's user avatar
  • 1,700
0 votes
1 answer
98 views

I'm working with ResXManager. But I have the problem, when I clean the solution following line is removed from the sln-file: RESX_NeutralResourcesLanguage = de-DE and instead of this a new ...
WeltenBummler's user avatar
2 votes
0 answers
120 views

I have a C++ hash map class that I'm writing natvis code for in order to easily inspect its members while debugging. One member of the class is char* myControlBytes which is an array of chars/bytes ...
Frax's user avatar
  • 99
2 votes
1 answer
394 views

I'm using Visual Studio 2026 (Insiders 11612.153). The tab to accept suggested code does not work; stopped working a couple of release candidates ago. Similar symptoms to question here (I looked at ...
lkujala's user avatar
  • 233
Tooling
0 votes
1 replies
89 views

It's a minor thing, but it looks like Visual Studio Pro cannot get the arguments from the constructors when you use std::vector::emplace_back(), for example. Is it just my own setup, or is there no ...
BlueTrin's user avatar
  • 10.3k
1 vote
2 answers
64 views

Looking to turn off specific autocompletions that override specific snippets when I hit Tab. Ideally globally (not just this project). Basically what I want is, when I hit Tab, only go from this To ...
Derick W's user avatar
Advice
0 votes
3 replies
52 views

It seems that Visual Studio is different from Visual Studio Code. I can find a GitHub repository for Visual Studio Code, but I cannot find one for Visual Studio. Does anyone know why this is? How ...
Jonathan Wood's user avatar
0 votes
4 answers
132 views

Every once in a while, I get a message in Visual Studio telling me that one or more packages I'm using is out of date with vulnerabilities. But I find the process of resolving the issue confusing. ...
Jonathan Wood's user avatar
Advice
1 vote
19 replies
412 views

I am a complete beginner to programming and my long-term goal is to become a software engineer. My current situation: - No prior programming experience - Using Visual Studio Code - Interested in ...
soyyo terentius's user avatar
0 votes
0 answers
81 views

I'm using Windows 11 Pro and Visual Studio Community 18.4.0. Here is my simple Razor page: @{ var str = "/*"; Console.WriteLine("Hello World"); // <-- place insertion ...
user3163495's user avatar
  • 4,094
-4 votes
1 answer
430 views

At first Gemini told me it's because it's inside the desktop, so I moved it to the C: drive and it still won't run. After that, it advised me to do some other stuff which didn't work either. Please ...
Yuvbon's user avatar
  • 9

15 30 50 per page
1
2 3 4 5
7740