EditDialog.tsx file not compiling #7299
Replies: 1 comment
-
|
Don't mention users in comment to get help. This is because of your project is not built successfully or your typescript has other issue which cause typescript build error. Also check csproj file for included excluded typescript files. And don't use exclude files from project. Delete them instead, you should already use source control software (like git) to find the file in the future. Additional note: When you have an issue, try to reproduce it in the new testing project from template and describe how to reproduce. You have no details about your environment and it is not possible to know what happened. If you cannot reproduce it, this means the issue is related your project. Try to figure out what is the difference between your project and the testing project. I close this, you can open it when you have more details. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have this strange issue with one of my
.tsxfiles, breakpoint works in every other .tsx file except this particulareditdialog.tsxfile, even if i delete the file, the application still compiles and runs smoothly except that any new code changes to that file are not compiled.I realised the issue is not with dubugging because
editor.tsxhits breakpoint without issues.I have deleted
bin,objhidden.vsfolders but stillI even deleted it from the
Imports\ClientTypesfolder but it wasnt replaced after rebuildAny assistance will greatly be appreciated @VictorTomaili, @volkanceylan
Editor.tsxEditDialog.tsxBeta Was this translation helpful? Give feedback.
All reactions