Create a new file for 2.0.1, verify it compiles ok, then paste in the contents of the 1.5 file. If it works, compare to see what is different from the one you are working on.
Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of deravi2000 Sent: Wednesday, March 21, 2007 7:58 AM To: [email protected] Subject: [flexcoders] Migration from 1.5 to 2.0 Hi, I am getting following error when migrating from 1.5 to 2.0. Don't know how to parse element "http://www.adobe.com/2006/mxml:Script <http://www.adobe.com/2006/mxml:Script> ". It is not a known type or a property of mx.core.Application. I have changed the name space in mxml and in flex-config.xml from http://www.macromedia.com/2003/mxml <http://www.macromedia.com/2003/mxml> to http://www.adobe.com/2006/mxml. <http://www.adobe.com/2006/mxml.> I can't understand as to why its not picking up <mx:Script> tag in my mxml.Do i need to do any thing else..Pls help..

