EN
Visual Studio - Please select a valid startup item
1
answers
3
points
I've been trying to use AForge.NET framework, but Visual Studio keeps showing me this notification. How can I get rid of this and run the project?
I want to run some examples such as Program.cs in ParallelTest directory:
1 answer
3
points
You have to run one of the .sln files instead of Program.cs. As I suppose you are Windows user, so open ParallelTest.sln file.
You will probably get the permission warning too, so you need to restart VS under different credentials.
0 comments
Add comment