windows 7 Progressbar not working properly

everytime i try to load the project on visual studio, it gives me an error saying that in the folder (place where i extracted the folder)\Windows7ProgressBar\Control\bin\Debug\Windows7ProgressBar.dll its missing… is there like a second part to the download or is it just broken?

😕 1

Hello, I suggest that before downloading anything from the Internet, know what you are downloading.

I have been reviewing the project. If you are a programmer and have learned programming, you will have to verify that the projects have the corresponding development SDKs.

In this case, I have seen that they use Net Framework 2.0. I recommend that you update it to the most modern version 4.8.1.

The project gives you an error because it does not have any assigned SDK. You will have to indicate the target platform in the “Control” project to that version and do the same with the other projects.

But I repeat, learn a little before and read about the errors indicated in the development IDE you use about compilation problems.