I have seen this happen sometimes (for some reason not always..) when you don't use an explicit namespace for the app...i.e. use a default namespace so if you use
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" /> you should be ok But, if you use <Application xmlns="http://www.adobe.com/2006/mxml" /> (defaults the namespace) you will see that error in design view. Web Manager Flexdownloads.com --- In [email protected], "mitek17" <mite...@...> wrote: > > Hi everybody! > > I am trying to switch to Flex SDK 3.5(a) and Design View goes haywire: > > https://bugs.adobe.com/jira/browse/FB-25994 > > If I switch back the SDK to 3.4 it starts to work. > > The code compiles & executes with no problem, just a Design View problem. > > Anyone had similar problem? > > > Thanks! >

