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

I have a custom Winforms control containing a text box. I want to implement a custom designer for my control showing the snap lines of the included text box. For .NET Framework, I found a solution ...
TSchoening's user avatar
0 votes
1 answer
41 views

I am working on developing a Visual Studio Extension which is basically going to be a tool to help perform some JSON file operations that we need to do regularly. To this end, my goal is to create a ...
Dominick's user avatar
  • 516
3 votes
2 answers
103 views

I know that, ideally, unit tests should be self-contained and mock databases and other external dependencies. However, for various reasons, we also have some automated mstest tests that need to modify ...
Heinzi's user avatar
  • 174k
Tooling
0 votes
0 replies
43 views

--- For the context --- I have issues working with TUnit package on VS 2022 as it may revolve around using .Net 10 which isn't possible on VS 2022 and I want to stick with VS 2022 for now. ------------...
TRex's user avatar
  • 350
0 votes
0 answers
45 views

I want to set up the Android emulator under VS2026 to emulate my test devices: Samsung Galaxy Tab A7 Lenovo M11 Moto Power G 2023 I need to know what the proper processor type, screen size, etc. ...
Dan Dickerson's user avatar
0 votes
0 answers
81 views

I'm having issues with Visual Studio not finding the mongocxx library. I've used vcpkg to install the driver and integrate it with Visual Studio. Steps I took include: git clone https://github.com/...
user32603522's user avatar
2 votes
0 answers
52 views

I have compiled the Qt framework in Debugx64 mode. Then, I have written a simple program (a window with several buttons, and a QDirIterator to enumerate files) in Debugx64 too (Visual Studio 2022, ...
LUN2's user avatar
  • 21
-1 votes
0 answers
51 views

I’m using Visual Studio with its AI chat feature (e.g., Copilot or built-in AI), and I’m experiencing an issue where a permission popup appears asking me to “Allow” or “Dismiss”, but I cannot click ...
AbdAlmalek Mokresh's user avatar
Advice
0 votes
0 replies
62 views

Does anyone know the settings to set search bar in visual studio code to centered/floating like in the picture? tbh, i don't remember how i change my settings to be like that and when i synced my old ...
aizxy's user avatar
  • 1
0 votes
0 answers
37 views

Without VS 2026 tooling for new SDK-style sqlproj and VS 2022 tooling still being preview and incompatible with legacy SSDT, I am left with having to maintain some legacy old-sqlproj projects. I want ...
Ivan Petrov's user avatar
  • 7,893
-1 votes
1 answer
43 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
103 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
69 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
109 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
46 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,720

15 30 50 per page
1
2 3 4 5
7739