0
votes

Not sure Why I am Unable to configure a Project on Windows 10 and Visual Studio 2017, the Project works fine with Visual Studio 2015 and Windows 7.

Possibly I suspect TypeScript version is causing the issues.

Below are few of the errors

  • Severity Code Description Project File Line Suppression State Error TS2415 (TS) Class 'Alert' incorrectly extends base class 'Dialog'. Types of property 'options' are incompatible. Type 'AlertOptions' is not assignable to type 'DialogOptions'. Types of property 'messages' are incompatible. Type 'AlertMessages' has no properties in common with type 'DialogMessages'.
  • Severity Code Description Project File Line Suppression State Error TS2417 (TS) Class static side 'typeof Alert' incorrectly extends base class static side 'typeof Dialog'. Types of property 'fn' are incompatible. Type 'Alert' is not assignable to type 'Dialog'. Types of property 'options' are incompatible. Type 'AlertOptions' is not assignable to type 'DialogOptions'. ComparisonSuite.Web F:\Projects\FibreCompare\12Sep2018\mithunbose-comparison-suite-v2-e1c9a921390a\ComparisonSuite.Web\Scripts\typings\kendo\kendo-ui.d.ts 1551 Active
  • Severity Code Description Project File Line Suppression State Error Build:Class static side 'typeof Confirm' incorrectly extends base class static side 'typeof Dialog'. ComparisonSuite.Web F:\Projects\FibreCompare\12Sep2018\mithunbose-comparison-suite-v2-e1c9a921390a\ComparisonSuite.Web\Scripts\typings\kendo\kendo-ui.d.ts 2056

  • Severity Code Description Project File Line Suppression State Error Build:Class 'Confirm' incorrectly extends base class 'Dialog'. ComparisonSuite.Web F:\Projects\FibreCompare\12Sep2018\mithunbose-comparison-suite-v2-e1c9a921390a\ComparisonSuite.Web\Scripts\typings\kendo\kendo-ui.d.ts 2056

  • Severity Code Description Project File Line Suppression State Error Build:Class static side 'typeof Prompt' incorrectly extends base class static side 'typeof Dialog'. ComparisonSuite.Web F:\Projects\FibreCompare\12Sep2018\mithunbose-comparison-suite-v2-e1c9a921390a\ComparisonSuite.Web\Scripts\typings\kendo\kendo-ui.d.ts 5184

1

1 Answers

0
votes

The errors you posted look like they come from this issue. Try upgrading your kendo-ui type declarations. If you add more information to the question about how you are currently managing your type declarations, I may be able to provide more information about how to upgrade them.