python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why is Visual Studio resource editor replacing some of my constants with values on save
I'm working on a project which has seen a lot of different Visual Studio versions over the years.
For some installations, currently with VS2022, V 17.1.3 (but also before with VS2019) whenever i edit ...
ridilculous
Votes: 0
Answers: 0
How can I change each duplicate set of values to different colour in DataGridView c#
I have a DataGridView with a Contact column full of numbers. Each number can reoccur multiple times, or just once.
I am trying to find a solution to re-colour each set of rows that contain matching n...
Jeremy Stovin
Votes: 0
Answers: 2
AcquireTokenException : we need to refresh credential for this account
I am unable to login to my Visual Studio 2019 and I get the warning message We need to refresh the credentials for this account
Based on input from Visual Studio 2017 - How to fix error: We could not ...
kudlatiger
Votes: 0
Answers: 0
In Visual Studio "No quick actions available here" for "using" blocks
Several days ago, if I press Ctrl+. key combination, Visual Studio would suggest me to convert following code:
try
{
using (StreamReader reader = new StreamReader(context.Request.Body, leaveOpen: ...
Paul
Votes: 0
Answers: 0