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

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

@russlamb

Description

@russlamb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions