Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
33 views

I have an Android App that I wrote many years ago using Xamarin on VS2017. Google changed the rules on us, so Apps compiled under VS2017 could not be posted to the play store. (It is still working ...
Dan Dickerson's user avatar
0 votes
0 answers
55 views

I'm building a selfhosted github runner image using a docker file. When we run a github actions build on this runner I get the following error: MSBuild auto-detection: using msbuild version '18.0.5....
checkcomparemeerkat's user avatar
0 votes
1 answer
148 views

I have this strange issue when using Gdiplus in my C++ Windows app. I put a picture into the main window and it stays there. However when I load a file into my program the Gdi+ graphics are wiped when ...
DanLeBrock's user avatar
0 votes
1 answer
133 views

At one point during designing my Windows Visual C++ application I declared a large array of bytes with over 1 million elements: BYTE Array[1073741823]; ...and the process memory usage skyrocketed to ...
DanLeBrock's user avatar
0 votes
0 answers
64 views

I used to generate and print reports in Visual Studio 2015 using SQLite databases. Creating reports with RDLC was very easy — I could design them and print directly on A4 paper. ORM use was like ...
Rahul Kumar's user avatar
2 votes
3 answers
503 views

I have the problem that in C++ with Visual Studio 2017, I can't open a file which has a non-ASCII character in the path. Let's suppose I have a path D:\üab and a file test.txt in there. The non-...
Sonny86's user avatar
  • 29
1 vote
0 answers
56 views

I’ve set up a custom Chrome profile to use as the browser in Visual Studio by configuring the browser path and passing the following arguments: --incognito --profile-directory="Profile 9" ...
Pegasus008's user avatar
0 votes
0 answers
50 views

The scenario is simple: I create a new Class in a Visual Basic project The first thing I type at the top of this Class is: Implements System.ComponentModel.INotifyPropertyChanged The moment I hit the ...
DinahMoeHumm's user avatar
  • 1,120
0 votes
1 answer
69 views

I asked this question in the VS Development Community a couple of years ago, but never got an answer - and MS closed it because they didn't understand the question. I frequently use ctrl-F7 in VS2017 ...
GlobalEngineer's user avatar
1 vote
1 answer
419 views

I need to install VS2017. I searched Visual Studio 2017 installer and found this Visual Studio Older Downloads - 2019, 2017, 2015 on which I got VC_redist.x64.exe. I don't think it's the VS2017 ...
Administrator's user avatar
-1 votes
1 answer
103 views

I'm building an old C# solution. I manage doing this in Visual Studio 2017 and 2019, but not in VS2022. Both applications in the solutions are 32-bit, and the compilation result needs to be 32-bit too....
Dominique's user avatar
  • 17.5k
2 votes
0 answers
484 views

I need to create a Coverlet Coverage report using coverlet.collector, with which, afterwards, I want to create an HTML report using ReportGenerator. I'm having trouble running Coverlet for a .NET ...
Nikola's user avatar
  • 136
-1 votes
2 answers
144 views

I'm using Visual studio 2017 on a x86 machine, app is for 32bit. wxWidgets version 3.1.2; I have duplicated a project under another folder to serve as base of a new one, and, once removed all that is ...
JLB85's user avatar
  • 17
0 votes
0 answers
77 views

We are trying to publish our windows form application. It has been approximately 2 years since any changes were make and the development environment might have changed. We are developing on DEV_PC and ...
Jerramy's user avatar
0 votes
2 answers
72 views

I'm trying to get an older project to build. The application had two versions and the "v2" version is in a subfolder of the parent. The namespace for the parent is BackOfficeAPI. The ...
Mark's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
845