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:


Any ideas?
-John
Johnkoz
source share