Skip to content

ASP.NET Core 1.1 - Look for an app in the store ??? #2929

@Legends

Description

@Legends

I want to run an ASP.NET Core MVC Project, but I get the following:

image

Startup.cs

app.UseMvc(routes =>
          {
              routes.MapRoute(
                  name: "default",
                  template: "{controller=Home}/{action=Index}/{id?}");
          });

Controller:

 public IActionResult Testing()
        {
            return View("Testing", new DummyObject() { Age = 23, Name = "Ben" });
        }

And why is it hitting the index action and not the testing action ????

Upgrading doesn't work too...

image

Woooow ASP.NET Core, I am impressed...

Task Manager is your friend .....

Close, reopen, Upgrade packages ---> Task Manager is my friend again....

I wouldn't be annoyed if VS2017 would be freeware....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions