You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: