Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Solution doesn't start. Needs to be configured first #1

Open
russlamb opened this issue Aug 4, 2017 · 1 comment
Open

Solution doesn't start. Needs to be configured first #1

russlamb opened this issue Aug 4, 2017 · 1 comment

Comments

@russlamb
Copy link

russlamb commented Aug 4, 2017

When running on VS 2015, I got syntax errors until I updated the Web client Nuget package and configured the solution to run multiple projects.

  1. To update the nuget package, run the following command at the Package MAnager Console:

Install-Package Microsoft.AspNet.WebApi.Client

Once that's updated, to run the server and client you need to configure the solution to run two projects at once.

  1. Right click solution and select "Properties"

  2. While on the page Common Properties > Startup Project toggle "Multiple startup projects" and move the server project (ProductApi) above the client (HttpClientSample).

  3. Set Action to "Start" for both projects.

  4. Click OK, then click Start button or press F5 to run your project

@xiaojiuwo1993
Copy link

i have a question, how to create a dotnet core web server using sslv3 protocol?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants