You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: