有人使用KendoUI Typescript绑定和ASP.NET MVC5应用程序吗?
我将绑定放入我的项目中,当我尝试编译时,Visual Studio会报告13000个错误。我想知道这是不是我的TypeScript版本与Kendo所依赖的版本之间不兼容,但在doc中找不到任何先决条件。
其中一些错误包括:
C:\dev\quantra\src\AipsWebClient\AipsWebClient\kendo\typescript\kendo.all.d.ts(273,30): error TS2186: Type name 'Class' in extends clause does not reference constructor function for 'kendo.Class'.
1>
1>C:\dev\quantra\src\AipsWebClient\AipsWebClient\kendo\typescript\kendo.all.d.ts(298,24): error TS2186: Type name 'Observable' in extends clause does not reference constructor function for 'kendo.Observable'.
1>
1>C:\dev\quantra\src\AipsWebClient\AipsWebClient\kendo\typescript\kendo.all.d.ts(311,33): error TS2186: Type name 'Observable' in extends clause does not reference constructor function for 'kendo.Observable'.
1>
1>C:\dev\quantra\src\AipsWebClient\AipsWebClient\kendo\typescript\kendo.all.d.ts(315,26): error TS2186: Type name 'View' in extends clause does not reference constructor function for 'kendo.View'.
1>
1>
答案 0 :(得分:0)
也许你正在解决这个问题:https://github.com/Microsoft/TypeScript/issues/171
我经常错误地复制它,包括两次类定义......