6 questions from the last 7 days
1
vote
1
answer
87
views
Prevent Visual Studio from autocorrecting (in this case quotes don't overwrite)
If I select something and then type quotes, it doesn't replace as expected, it just puts quotes around the selected text.
select
type one quote (")
instead of the expected
or
How do I ...
-4
votes
0
answers
109
views
The error line is not present in build output, how can I get it there?
I'm building a Visual Studio solution, consisting out of 54 projects. There are several error lines, the first is:
The system cannot find the file '!(bindpath.bin)\somefile.dll'.
In the output ...
-1
votes
1
answer
53
views
Having issues launching Visual Studio 2019 and creating standalone .EXE in Visual Studio 2022 like in Visual Studio 2019 [closed]
My habits have been ruined lately since a windows update (it seems) corrupted a file in .Net Framework, named clr.dll, preventing Visual Studio 2019 from launching (and not only that software). It ...
-1
votes
1
answer
57
views
Publish Failed, but able to build successfully, and run
My project is able to build and run, but when I want to publish the project, I get this :
Warning As Error: Detected package downgrade: System.Net.NameResolution from 4.3.0 to 4.0.0. Reference the ...
Advice
0
votes
5
replies
49
views
Visual Studio 2022 Suppressing 'Warning As Error' at a solution level
I'm working on updating an older solution at the moment, part of this is changing to referencing newer versions of some NuGet packages, where there are vulnerabilities and such.
This part is causing ...
0
votes
1
answer
44
views
Why isn't my VSIX extension for VS 2022 enabling?
I have written a VSIX extension to bring my "version" of ChatGPT into Visual Studio 2022. I haven't even gotten to the wireup with Chat GPT phase yet. All I've done thus far is write it to ...