close
Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Filter by
Sorted by
Tagged with
2 votes
1 answer
97 views

I am making an ASCII snake game in Visual Studio, and it works when I run and build it using F5, but when I run the built .exe file or the shortcut to that file, the vertical spacing between the ...
CJTheGoldfish's user avatar
Advice
0 votes
3 replies
71 views

I have configured my Visual Studio C++ project to add C:\Program Files\Microsoft Visual Studio\18\Community\VC\Auxiliary\VS\UnitTest\lib\x64 to Additional Library Directories, and added Microsoft....
David Partridge's user avatar
1 vote
2 answers
203 views

Currently, while stepping through, every time an exception is thrown and caught, I get a small dialog in which I need to scroll both horizontally and vertically to see the stack trace, which is not ...
ispiro's user avatar
-1 votes
0 answers
63 views

VS 2022 seems to be using an incompatible compiler version. I know because when I compile my code (it fails with code 6), I get this message in the log file: Detected compiler newer than Visual ...
UltraMechaKaiju's user avatar
3 votes
1 answer
79 views

I open a XAML file. Start editing a control. I want to type in the following simple property setting: Background="Transparent" That's it. But after typing at most 3 characters, ...
Joe's user avatar
-1 votes
0 answers
98 views

I am working on my Blazor Maui Hybrid App on .NET 10 in Visual Studio 2026 (18.4.3) on a windows machine. Paired it with a Mac (macOS Tahoe 26.5.1), with Xcode Version 26.5 installed. To this Mac I ...
bbWebDev's user avatar
0 votes
0 answers
89 views

I'm playing with local ollama model (qwen2.5-coder:7b) trying to connect it to CoPilot. The local model is detected without issues. Then, in Agent mode I give it a simple task like "Add a string ...
ElDog's user avatar
0 votes
0 answers
32 views

Ctrl + M, M collapses/expands children of current region I haven't found any native shortcut that allows me to expand all children of current region. Is there a plugin that does that?
Gato Marbré's user avatar
-2 votes
0 answers
205 views

I'm trying my own tiny shader lang which transpiles to GLSL. I'm using Raylib to handle OpenGL boilerplate. I cloned vcpkg and ran: .\vcpkg\bootstrap-vcpkg.bat vcpkg install raylib:x64-windows ...
Tanmay Kumar's user avatar
Advice
0 votes
7 replies
138 views

When creating or opening an ASP.NET Core MVC web project using .NET 6 and .NET 10, I encounter a frustrating error. In Visual Studio Community, when I click to run, the following error appears: ...
Vanderson Freitas's user avatar
Best practices
0 votes
1 replies
44 views

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 ...
AbsolutelyFreeWeb's user avatar
Advice
0 votes
1 replies
82 views

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 ...
Charlie Irish's user avatar
-1 votes
0 answers
99 views

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 ...
lhiapgpeonk's user avatar
0 votes
2 answers
203 views

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>...
Addy's user avatar
1 vote
0 answers
83 views

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 <...
PkDrew's user avatar

15 30 50 per page
1
2 3 4 5
7735