Having a file named "SettingsApi.ts" which is referenced from the file containing the class derived from IApp causes the error below. Changing the name of the file and the IApp reference fixes the problem.
[{
file: undefined,
start: undefined,
length: undefined,
code: 6053,
category: 1,
messageText:{
messageText: "File 'SettingsApi.ts' not found.",
category: 1,
code: 6053,
next: [Array]
},
relatedInformation: undefined
}
A VERY UNEXPECTED ERROR HAPPENED THAT SHOULD NOT!
Having a file named "SettingsApi.ts" which is referenced from the file containing the class derived from IApp causes the error below. Changing the name of the file and the IApp reference fixes the problem.
[{
file: undefined,
start: undefined,
length: undefined,
code: 6053,
category: 1,
messageText:{
messageText: "File 'SettingsApi.ts' not found.",
category: 1,
code: 6053,
next: [Array]
},
relatedInformation: undefined
}
A VERY UNEXPECTED ERROR HAPPENED THAT SHOULD NOT!