Hi Sachin
What appears to be the sole cause of this error is your versions not matching up between your Flex/AIR SDK and the AIR application descriptor file. This can happen after you update/reinstall Flash Builder, or the SDK folder manually.
Just open your AIR descriptor file(generally the only XML file in the project src folder) and change the xmlns to the current version of the SDK you are using(1.5.3 => 2.0 for instance).
and one more reason for this type of issue is that i guess some of your external dependencies like swc file are not matching with current flex sdk version
let me know if this works for you...
A
Hi Guys,
After converting application to sdk 4.6 and compiled the flex application and got this errors, could u please provide solution for this. I searched on google but no luck. It would be great help if you can point me to right direction
VerifyError: Error #1014: Class IDeferredInstantiationUIComponent could not be found.
VerifyError: Error #1014: Class mx.flash::UIMovieClip could not be found.
Regards
SachinSent from Yahoo Mail on Android
From:"anas naeem maveri...@yahoo.com [flexcoders]" <flexc...@yahoogroups.com>
Date:Fri, Nov 28, 2014 at 7:16 AM
Subject:Re: [flexcoders] Flex 3 (SDK3.6) to Flex 4 (SDK 4.6) MigrationHi Sachin,
Transition from 3.6 to 4.6 is not very complex nor its too easy what I mean to say is that there are somethings that you need to consider while you are moving to higher end versions of Flex SDK.
1. Flex 4 supports a spark skinning architecture which may sound complex for anyone new to it , if you are largely depending upon css based development/tweaking of your custom or native flex components then you it may not help you alot though you can use css also but there are some components in flex where css rules may not apply like Group/VGroup/HGroup as in skinning where you have the full liberty to change the full UI of the built-in components under Adobe's terms and conditions at the same time you may find it quite complex in maintaining your skins if you have no prior knowledge of skinning so I should recommend you that you should get some knowledge on it first.
You might need to change or configure your themes accordingly like Halo , Spark etc etc.
2.Regarding your service layer things may remain the same as they are currently with your current SDK version you may have to change one or two things but nothing very much is required at this end.
3. Data model will also not get much effected in transition but you will need to be careful while using advance data components of Flex like Advanced Data Grid OLAP datagrid.
4. Good support with backward compatibility and earlier versions of flex. Flex 4 supports full backward compatibility of your components you may only need to change the Application tag of your project according new Flex 4 based and rest is good to go.
5. Localization- this would almost remain same no special things required.
Note: These were a few things that I considered or encountered in my experience while I was taking my product to higher level SDK in flex but these are not all the things you may need to do some more Google on it. As these are some things that are normally considered on first priority in transition phase but remember they are not the all.
You can further read these 2 very informative and good articles
http://www.adobe.com/devnet/flex/articles/flex3and4_differences.html
http://www.adobe.com/devnet/flex/articles/migrating-flex-apps-part1.html
Regards.
--------------------------------------------
On Thu, 11/27/14, sachin sharma hey_s...@yahoo.com [flexcoders] <flexc...@yahoogroups.com> wrote:
Subject: [flexcoders] Flex 3 (SDK3.6) to Flex 4 (SDK 4.6) Migration
To: "flexc...@yahoogroups.com" <flexc...@yahoogroups.com>
Date: Thursday, November 27, 2014, 7:35 PM
Hi
FlexCoders,
Has any
one done migration from Flex 3 to 4, If so could you please
share your experience where as I need to know what things
need to be taken care of during migration and where to
start?
Regards--Sachin
<a
href="http://messenger.yahoo.com/edit/send/?.target=hey_sachin">
<img border="0"
src="http://opi.yahoo.com/yahooonline/u=hey_sachin/m=g/t=9/l=us/opi.jpg">
</a>
| Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (5) |
Hi Anas, Thanks for advise, I have migrated application successfully to 4.6, it is working fine now. Now looking at performance issues as it is not working fine in IE8.0, all other broswers are fine with this. Regards |
Sachin glad to hear that you have successfully migrated it now for the performance issues could you pls tell me that what type of performance issues you are encountering in IE i mean does the loading time is more as compared to other browsers or anything else?
-A
Hi Anas, Now in application autocomplete combo box displaying text from right to left, if I type some text to search like ABC it shows like CBA, As I changed setSelection to selectRange , and anchor position as per flex 4 upgrade. But auto complete combobox is not working properly, Please help if you have experienced the same. -/Sachin |
Hi Guys,