OBD.NET icon indicating copy to clipboard operation
OBD.NET copied to clipboard

project error

Open elbanda opened this issue 6 years ago • 1 comments

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

elbanda avatar Jul 29 '19 19:07 elbanda

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.

DarthAffe avatar Jul 29 '19 20:07 DarthAffe