Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to start the application #5

Open
ericvillemure opened this issue Mar 27, 2019 · 2 comments
Open

How to start the application #5

ericvillemure opened this issue Mar 27, 2019 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@ericvillemure
Copy link

Hi, I want to try out this library but cannot start the web server using VS2017.

I am getting error: A project with an Output Type of Class Library cannot be started directly

Thanks

@tbm0115
Copy link
Member

tbm0115 commented Mar 28, 2019

@ericvillemure By default this project is set to build as a DLL. If you right-click on the project and set the Application Output Type to Console Application. With the output type set, you should be able to debug like normal.

@tbm0115 tbm0115 self-assigned this Mar 28, 2019
@tbm0115 tbm0115 added the question Further information is requested label Mar 28, 2019
@ericvillemure
Copy link
Author

It now gives me an error complaining that there is no static Main function to be called.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants