wiln / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

Could not resolve <mx:Application> to a component implementation. #94

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Actually i added the flexlib.swf file into my project. then i added the
prompted textinput class and the mxml file into my project.An error occured
and the error is  Could not resolve <mx:Application> to a component
implementation. pls solve this problem

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Actually i am using flex2.0. windows server2003

Please provide any additional information below.

Original issue reported on code.google.com by vinodkum...@gmail.com on 5 Mar 2008 at 8:39

GoogleCodeExporter commented 8 years ago
I don't really know what this issue is about, but it's been reported multiple 
times
on the quick start wiki page, so obviously multiple people are running into 
this.
Here's my only guess:

Are you removing the mx: namespace from the Application? When you create a new
application MXML file it adds the following to the root APplication tag:
xmlns:mx="http://www.adobe.com/2006/mxml"

Maybe people are taking that out because they think that since you need an 
additional
flexlib namespace declaration you don't need the mx one? 

That's the only thing I can think of that would produce that kind of an error. 
Can
you post the example MXML Application file that you are getting this error with?

Original comment by dmcc...@gmail.com on 5 Mar 2008 at 4:39

GoogleCodeExporter commented 8 years ago

Original comment by dmcc...@gmail.com on 22 Apr 2008 at 4:08