OBD.NET
OBD.NET copied to clipboard
project error
I am running visual studio 2017 ,I get this message below when trying to run the program, how do i solve this issue? thank you a project with an out put type of class library cannot be started directly. in order to debug this project add an executable project to this solution witch references the library project set the executable project as the startup project
Well the error message says exactly what the issue is. You can't run OBD.NET directly since it's not a program but a library to be used in an application. Only the example-project OBD.NET.ConsoleClient can be run directly.