For some reason, the compiler can't see your getClassFromAlias() method. If getClassFromAlias() is in a package, double-check that you imported it in the file where you're using it. You should also double-check that it (or the SWC it's compiled into) is included in the source-path, library-path, or external-library-path in your asconfig.json.
- Josh On Wed, Jan 18, 2017 at 10:21 AM, PKumar <[email protected]> wrote: > Josh, > > I am using VCode to compile FlexJS project but i am getting one issue with > VCode. I am attaching the screen shot. Please suggest. > > <http://apache-flex-users.2333346.n4.nabble.com/file/n14521/Capture.jpg> > > > > ----- > Regards, > Prashant > -- > View this message in context: http://apache-flex-users. > 2333346.n4.nabble.com/MXML-and-ActionScript-in-Visual- > Studio-Code-tp14266p14521.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >
