1)It actually always works for mx:Application, the problem exists only for components.
2) it is always fully specified namespace like <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml".... --- In [email protected], "Flex" <myflexdownlo...@...> wrote: > > 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" <mitek17@> 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! > > >

