Warning help: "this compilation unit did not have a factoryClass specified in Frame...."

hey guys, so after installing the new beta 2, I recieved a warning in my project staying "This compilation unit did not have a factoryClass specified in Frame metadata to load the configured runtime shared libraries. To compile without runtime shared libraries either set the -static-link-runtime-shared-libraries option to true or remove the -runtime-shared-libraries option."
I have no idea where in my project this warning occurs, but it syas the resource, is login.mxml, and the location is unknown, and the type is Flex Problem
the code in login.mxml is
<?xml version="1.0" encoding="utf-8"?>
<s:Group xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/halo" width="100%" height="100%" xmlns:local="*">
    <fx:Script source="mainScript/loginScript.as" />
    <mx:VBox horizontalCenter="0" verticalCenter="0">
        <s:Panel width="350" height="175">
            <mx:Form id="loginForm">
                <mx:FormItem label="User Name:">
                    <s:TextInput name="userName" id="userName" enter="checkLogin()"/>
                </mx:FormItem>
                <mx:FormItem label="Password:">
                    <s:TextInput name="password" id="password" displayAsPassword="true" enter="checkLogin()" />
                </mx:FormItem>
            </mx:Form>
            <s:Button bottom="10" right="10" id="submit" label="Submit" click="checkLogin()" />
        </s:Panel>
    </mx:VBox>
</s:Group>
any help would be greatly appretiated!! thanks a lot

Hi there,
Sorry to be slow in responding to this, but these new errors are difficult to diagnose without looking at your class paths and configuration. I gather, as I'm sure you have, that the compiler is failing to locate some of the classes necessary to compile your application. I don't have experience with the spark components, so this is an issue that I haven't run into. When I've run into trouble compiling with the 4.0 sdk, it's been either because I was trying to use a class/component that had changed recently (this is the case with some of the TextLayoutFramework classes; some of the older tutorials on the web reference classes and properties that have changed in more recent builds), or because I wasn't compiling to Flash Player 10.
Sorry I can't be of more help here; but you might want to move this issue to a different/new thread since the compiler line fix described above did address the factoryClass issue.
Best,
Chris

Similar Messages

Maybe you are looking for

  • How can I build a new home page using iPhoto 4.0?

    I have a current site on my .MAC account, and am trying to build a second home/photo page for a completly different & audience topic. When I attempt to add, my .MAC does nothing. Even when I attept to add a site by passwod protecting, it does not cre

  • Link between PR and RFQ

    Hi all, I looking for a table where I got a link between e PR and the RFQ which refeer to that PR. We can see in ME53N in the Status tab the RFQ number. I want to fine a table where is that link between PR and RFQ. We can see the link in EKPO with th

  • Tablespace Name in 11.5.10.2

    Hi group, We are working on an environment with 11.5.10.2 Ebusiness Suite application version and 10.2.0.3 database version where there are more than 600 tablespaces with Segment Space Management "Manual". Now, I want to rellocate large segments to a

  • [SOLVED]xstart works exclusively as root

    I had this happen multiple times, on different installs. When using startx, it only works as root. There doesn't seem to be any problems in the xorg log, either. Last edited by democracy (2009-08-20 04:24:44)

  • SQL Server Bulk Copy

    The performance optimization guide shows you how to switch between the SQL Server ODBC bulk copy API and SQLBulkOperations API but does not recomend which one works better. Since the default is SQL Server ODBC bulk copy API I assume that is the best