Error adding Azure Mobile Apps Application Table Controller

I have a new version of Visual Studio 2017, RTM (15.0.0 + 26228.9). I created a new project from the Azure Mobile App template. (penalty created) Then, in the Controllers folder, I right-clicked "Add Controller ...". I tried each of the following 2 patterns and received an error message:

Azure Mobile Apps Custom Controller Azure Mobile Apps Table Controller 

First, having examined the Table Controller , I received an error message: an error occurred while starting the selected code generator: “Binding TwoWay or OneWayToSource cannot work with the only type“ EntityTypes ”of the read-only type Microsoft.Cct.MobileApps.WebExtensions.Scaffolding. MobileAppsTableControllerViewModel ''.

The user controller allowed me to select the name of the controller and then showed an error: an error occurred while starting the selected code generator: “Could not find the template” in these folders ['C: \ Program Files (x86) \ Microsoft SDK \ Microsoft Azure \ Mobile Apps \ 2.0 \ Scaffold '], including subfolders.

The standard web API controller is empty work.

Azure App Services Tools shows v3.0.0 (15.0.30209.0).

EDIT 4/1/2017 . The symptom of the table controller is reproduced with the new Mobile App project, the same error for creating the table, even after reinstalling with the latest version of the tool, as indicated in the comments:

enter image description here

enter image description here

Any ideas?

-John

+8
visual-studio-2017 azure-mobile-services
source share
1 answer

Go to https://www.microsoft.com/en-us/download/details.aspx?id=54917 , download AzureMobileAppsSdkPackagesV2.0.msi and install it. Then try adding the new user controller again and the problem persists.

+4
source share

All Articles