Build Errors says that debug target is missing even when building the solution & projects
Hello, New to .NET here. When I try to run my code i get these errors as shown in the image
(my code: https://github.com/zheliya/Part18BetterGuestBook)
and even when I click on ok to run the project I get these two errors in the image
I have checked both the OutputPath and AssemblyName for ConsoleUI, and I also double checked if the the other project reference is added to the ConsoleUI, and it's also set as the startup project too. so i don't understand why it's not working.
i also tried rebuilding the solution and each of the projects too, i also uninstalled any antivirus application that i had previously.
2 Replies
you have configured your GuestBookLibrary to be an application instead of a library
you need to fix that, and it will solve the issue
.
ohhh, thank you very much!
didn't know that you could do that