I have a rather large app that was recently switched over to using RSLs (about a month ago). I needed to trace inside of the framework, so I attempted to switch to 'merged into code', but now I am getting VerifyErrors:
VerifyError: Error #1014: Class mx.skins::Border could not be found. VerifyError: Error #1014: Class mx.skins::RectangularBorder could not be found. VerifyError: Error #1014: Class mx.controls::DateField could not be found. VerifyError: Error #1014: Class mx.controls::RichTextEditor could not be found. VerifyError: Error #1014: Class mx.formatters::DateFormatter could not be found. VerifyError: Error #1014: Class mx.controls::Image could not be found. VerifyError: Error #1014: Class mx.validators::DateValidator could not be found. VerifyError: Error #1014: Class mx.controls::Image could not be found. VerifyError: Error #1014: Class mx.validators::NumberValidator could not be found. I understand that these specific errors are aimed at my specific app, but I'm hoping someone has hit this before and can point me in the right direction.

