116,026 questions
0
votes
0
answers
103
views
Getting “Value of '-2147483648' is not valid for 'RowPosition'” in Visual Studio [closed]
I am running into a persistent and unusual issue while working with the WinForms designer in Visual Studio. Whenever I move or drag any control (such as a TextBox) on a form and then start debugging, ...
Best practices
0
votes
1
replies
28
views
What's the best way to preserve github co-pilot chat with formatting?
I tried to paste it into onenote, but all the formatting was completely lost even when choosing "keep source formatting" when pasting
I tried to paste into word, but that did not give me a ...
Advice
0
votes
1
replies
71
views
How do you do ts
Alright I cant explain it properly, I work with HTML since I am just starting and I want to code a website where someone picks an order
Pays with it
Wants to put a message
Money is sent
Then the ...
-2
votes
0
answers
49
views
SDL2_gfxPrimitives.c compile error: lrint: intrinsic function, cannot be redefined [closed]
I am building an SDL program on Visual Studio on Windows. When I build for Debug, it goes fine. But when I built for Release, I get this curious error:
Error C2169 'lrint': intrinsic function, ...
-1
votes
0
answers
84
views
Managing interdependent projects in solution
Consider the following scenario:
I have a local NuGet store
Multiple libraries, e.g. generally used tooling are published as NuGet packages
Many packages depend on said generally used tooling and ...
0
votes
2
answers
175
views
Issue with out-variable declaration reference outside the contain block [closed]
I was implementing a small scripting language, and I stumbled upon something very weird condition.
Consider this function:
public void Run()
{
Dictionary<string, System.Reflection.MethodInfo>...
1
vote
0
answers
63
views
namespace "cuda" is not recognized by CUDA 13.2 runtime on Visual Studio 2026
As the screen capture shows, it seems the namespace cuda is not found. What is wrong here and how to fix?
The header files I included are paste below:
#include "cuda_runtime.h"
#include <...
Tooling
0
votes
1
replies
94
views
Options for running local models in Visual Studio 2022 or newer
What options do I have for running models locally in Visual Studio ? I tried the BYOK in the newer 2026 version but it only works for chat and it's not even project aware so it's basically useless, I ...
Advice
0
votes
7
replies
109
views
How to disable autocomplete suggestions from appearing everytime Tab or space is pressed in Visual Studio?
I can't seem to find a place/website that will help me with this. I am trying to disable the autocomplete suggestion box from showing or filling when Space/Tab is pressed
Or when tab button is ...
Advice
1
vote
1
replies
128
views
Is emmet natively supported in Visual Studio 2026?
I know I can install an extension to make it work in Visual Studio 2026 but I was wondering whether it's natively supported without having to install an extension. I got conflicting answers when asked ...
1
vote
0
answers
91
views
Deploy page not working after downloading lower version of Visual Studio
I was using Visual Studio 2017 for work.
However, I needed to make a modification on one of our legacy code, so I needed to download Visual Studio 2008 to open it.
Once I downloaded VS 2008, the old ...
Advice
0
votes
1
replies
51
views
How to prevent Visual Studio from automatically killing child process
I'm using the Verify.xunit nuget package with VS2026 to do snapshot testing. When it spawns the diff tool the first time to show differences, VS pops up a window warning you that the parent process ...
1
vote
0
answers
95
views
How to avoid the dialog box "No symbols found" in case a symbol file is not found in Visual Studio 2022?
I'm debugging a C++ dump in Visual Studio 2022. My symbol servers are defined.
When I ask to load the symbols, I want Visual Studio to try to find the symbols in the locations I've provided, and in ...
0
votes
0
answers
79
views
Visual Studio 2026 publish only files that have changed
I have several pretty large projects in a solution which uses multiple projects, some of which are very rarely changed. Of course third party dependencies are rarely changed as well.
With VS 2022 and ...
1
vote
1
answer
123
views
Can't set breakpoint in cshtml file in Visual Studio Community 2022
I can set one programmatically, but I prefer to set it via the menus. But the option doesn't appear when you right click on a line of code. Any ideas?
Breakpoints can be added in controller files ...
