Has anyone seen this error? "An unknown item is declared as the root
of your MXML document. Switch to source mode to correct it"

I've got Flex 2 installed on Tomcat 5.5 server. We have our code in
CVS. If I delete the local project and then create a new one by
checking it out in CVS and choose Flex Data Services all is okay until
I shut down Flex Builder. When I load it back up... same issue.. can't
open mxml files in Design view.. Also only very few options appear in
the dropdown when I type in <mx:   only things like Array, Binding,
String show.. no Label, Button, Text or anything...

Code it just this for now...

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
        width="100%"    
        height="100%">
        
        <mx:  (this is where I only see the Binding, Array, String)

        
</mx:Application>

Any ideas on things I can try to correct this?
Thanks!

Reply via email to