Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
58 views

In a .NET Core C# project, I get many errors like this: Predefined type 'System.Object' is not defined or imported Primary variables such as int and string are not recognized. I have tried the ...
Dadkhah's user avatar
  • 125
0 votes
0 answers
39 views

I recently updated my Visual Studio to the newest version (2026). Since I updated, my Android devices no longer appear in the list of devices. But even worse, since the update they don't appear in my ...
Kristof Van Moorter's user avatar
1 vote
2 answers
50 views

I have a visual studio project which uses git. I don't normally use VS for my work - this is a side project - I normally work from the command line and I'm a git novice anyway. I must've done ...
user2871239's user avatar
  • 1,632
0 votes
1 answer
41 views

I've been fighting this problem for the last 3 weeks. I don't know if I'm also doing something wrong at the moment of connecting the API to the Front end not being able to at least print the JSON ...
Gerardo Orellana's user avatar
0 votes
0 answers
35 views

I have a system where users create .NET plugin libraries. To support this, I’ve built: A solution template that creates: a plugin project a testbed console app a project reference from the testbed → ...
stritch000's user avatar
3 votes
1 answer
86 views

When navigating to the definition of something (e.g. with f12) of an obfuscated library in Rider, it will do its best to decompile the library. However, if I navigate to the same thing in Visual ...
zacoons's user avatar
  • 371
-7 votes
0 answers
57 views

I want to remove component from offline installation, but the command doesn't work, and it launches the installer every time: C:\BT2022offline\vs_BuildTools.exe --noweb --remove anypackage C:\...
ma1169's user avatar
  • 1,243
-2 votes
1 answer
101 views

I am a novice programmer. I want to work in my 'Windows 10' with MySQL Community Server 8.4 from a C# program (platform .NET 8.0). I am using the Visual Studio Community 2022. I also use MySQL ...
Ilya Chalov's user avatar
0 votes
0 answers
17 views

I attempted to intercept key combinations using IOleCommandTarget for commands within VSConstants.VSStd2KCmdID. I tried BACKTAB, but it doesn't work, even though TAB can be intercepted. I suspect that ...
KGS's user avatar
  • 1
1 vote
3 answers
110 views

I've updated my developer tools in Windows 11 to use the updated .NET 9/10 of November 2025 update. I have not updated my projects to .NET 10, so the projects are running in .NET 9. I have one ...
Wallace B. McClure's user avatar
-6 votes
0 answers
89 views

I am trying to use a list of a custom type and I am unable to add system.collections.generic. the List is not offering to add the using statements. I have tried adding the namespace manually and using ...
Christopher Napier's user avatar
Tooling
2 votes
4 replies
193 views

How to disable all javascript errors in the editor? I tried the settings but with no success. I tried changing settings and restarting VS: Linting options: Tried setting all to false. Language ...
Vincent's user avatar
  • 2,103
0 votes
1 answer
80 views

Since recently, I'm working in C++ with COM technology, which means using SAFEARRAY objects. One of the first challenges is seeing the contents of such an object: in the watch-window, such an object ...
Dominique's user avatar
  • 17.6k
1 vote
1 answer
54 views

Executing this code while developing using a remote tunnel (Azure VM), the URL (token) seems not to redirect the token back to the snowflake client Session.builder.configs( { "...
Raphael Roth's user avatar
  • 27.3k
1 vote
0 answers
44 views

What is the last version of Android that is supported for Xamarin Forms? I'm trying to update my app to the last possible version of Android for Xamarin Forms. I know I'll have to switch to MAUI ...
t_m27's user avatar
  • 143
0 votes
0 answers
84 views

I'm debugging a C++ program, and in order to do that, I'd like to have a look at objects, defined in imported libraries. However, the "Modules" window mentions some symbols not to be loaded ...
Dominique's user avatar
  • 17.6k
-3 votes
0 answers
44 views

I would like to sign my locally build application. Application code is C++ / MFC, build for 32 Bit. It is a legacy application which should be replaced by new one in one - three years, so no much ...
DigitalMachine's user avatar
0 votes
1 answer
121 views

I’m using C++ in Visual Studio, and I need to be able to view multiple C++ files. I also need to be able to run those previous files as well as my current file. I have tried Visual Studio Community ...
Travis DeCarlo's user avatar
1 vote
0 answers
89 views

I have a .NET 9 MAUI Windows application. I'm trying to publish it using the following command : dotnet publish --framework net9.0-windows10.0.19041.0 --configuration Debug --self-contained ...
Thomas Carlton's user avatar
0 votes
0 answers
115 views

I am following this tutorial to create a custom control that inherits from one different than UserControl. When opening the designer view of this control, instead of seeing a render of the control, I ...
Heltta's user avatar
  • 1
1 vote
1 answer
105 views

I am trying to compile latest version of the OpenSSL on Windows 10 machine (version 3.5.4). Prerequisites are: I ran x64 Native Tools Command Prompt for Visual Studio 2022 Community Edition I ...
Petr Lazecky's user avatar
  • 1,867
0 votes
0 answers
67 views

Hi Ive run into an issue i have an object in c# and in that attribute i have added a number field ( something that should in the code be unique for each value such as ) public class ...
Bithellio's user avatar
1 vote
1 answer
70 views

I know how to disable auto-completion of /* ... */ comment block in Visual Studio 2022 C++ (Tools->Options->Text Editor->C/C++->Advanced->Brace Completion->Complete Multiline ...
Regus Pregus's user avatar
1 vote
1 answer
86 views

How to enter a new line in github copilot chat in Visual Studio (NOT Visual Code)? I've tried: ENTER: submits SHIFT+ENTER: submits CTRL+ENTER: submits ALT+ENTER: ignored Using Visual Studio 2022.
pkExec's user avatar
  • 2,146
0 votes
1 answer
41 views

As mentioned in the subject line is it possible to deploy a Visual Studio solution to a remote server using the Publish command? As currently these are the only options I have when clicking Publish: ...
Tim Kruger's user avatar

1
2 3 4 5
2324