Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
87 views

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 ...
ispiro's user avatar
  • 28k
-4 votes
0 answers
109 views

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 ...
Dominique's user avatar
  • 17.6k
-1 votes
1 answer
53 views

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 ...
grimoiredark's user avatar
-1 votes
1 answer
57 views

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 ...
hmmmmm's user avatar
  • 1
Advice
0 votes
5 replies
49 views

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 ...
Paul Brindley's user avatar
0 votes
1 answer
44 views

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 ...
Wayne E. Pfeffer's user avatar