Base solution for your next web application
Open Closed

Power Tools Error #12261


User avatar
0
qquestel created

Today when running PowerTools I get am getting errors and the application fails to compile.

What could be the the issue?


1 Answer(s)
  • User Avatar
    0
    m.aliozkaya created
    Support Team

    Hi @qquestel,

    Could you share your JSON with us? It is like your DisplayPropertyName or DisplayPropertyNameInfos is null. Example navigation properties

      "NavigationProperties": [{
          "Namespace": "test14rc2_mvcDemo.Src",
          "ForeignEntityName": "Category",
          "ForeignEntityNamePlural": "Categories",
          "IdType": "int",
          "IsNullable": true,
          "PropertyName": "CategoryId",
          "DisplayPropertyName": "Name",
          "DisplayPropertyNameInfos": {
            "MergeFormat": "{0}",
            "DisplayPropertyNames": [
              "Name"
            ]
          },
          "DuplicationNumber": 0,
          "RelationType": "single",
          "ViewType": "LookupTable",
          "IsGeneratedByMasterPage": true
        },],