Base solution for your next web application
Open Closed

Deployment & Debugging #286


User avatar
0
larry created

I unzipped the project, opened with VS2013, and restored Nuget packages. I then updated the db server in 4 config files to point to my db server.

I hit F5, however, the project would not run

SimpleTaskSystem.Application is configured as the startup project.

Error message - <ins>Output type of class library cannot be started directly</ins>

How should I resolve this?


1 Answer(s)
  • User Avatar
    0
    daws created

    Startup project should be one of these 3, depending of your choice : SimpleTaskSystem.ConsoleApp SimpleTaskSystem.WebSpaAngular SimpleTaskSystem.WebSpaDurandal

    please read <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/NLayer-Architecture">http://www.aspnetboilerplate.com/Pages/ ... chitecture</a> to see what application project is.