Hello,
There was field in Dataset which was removed (from tmp table and dp class as well) and now if I build the project it gives error "Field token [FieldName].value is invalid. Could not find the identifier". I figured out there was text box that was referencing that field so I removed that box off the design but there is still one place somewhere in design that is referencing that field that I cannot find. The report is not deploying just because of this one error.
I am wondering if there is a way I can open the xml of this rdlc for edit find the field and delete the instance from there ? I am unable to locate rdlc file on disk and in VS the report always open in Design mode there is no option of view code or open in xml mode.