DarthAffe / OBD.NET

C#-Library to read data from car through an ELM327-/STN1170-Adapter
GNU General Public License v2.0
184 stars 83 forks source link

project error #11

Open elbanda opened 5 years ago

elbanda commented 5 years ago

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

DarthAffe commented 5 years ago

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.