Hi guys,
In my Visual Studio, I've deleted table, along with its data entity, staging, security key, basically all the related object.
I've delete it by put these object in my Project then delete. Check in AOT, there is no such object anymore.
But may I know why, when Build, I'm still seeing the same error like the table is not yet deleted ?
If I check in my folder K:\AosService\PackagesLocalDirectory\<modelname>\XppMetadata\<model>AxTable, it is still there. So how to acually delete those ?
Do I need to check in ? However, actually I don't want to check in and make this also deleted in Source Control.
The story behind these is some changes happened which I don't know how it that Source control, some structure changes (which is not me who change it). I thought when Get latest from Source control, I will get the correct one, instead, I get errors. So that's when I decided I want to delete all these first in my local, so I can continue my work.
Can I do that ? or I really need to check in my deletion although I'm intended to delete in my local only, so the next Build no errors.
Any clue what that I missed ?
Thanks