It seems I've solved the problem.

First of all, I rebuild the workspace using the instructions (I did 
not see it before:( ) like FlexBuilder -clean -vmargs -Xmx512m. 

Furthermore, it remained the problem of the connection for my swc. 
After reading all debug instructions, I saw that the cause was the 
history management. I disable it and it works.

But why the history management caused an error during execution (no 
modification made to the swc)  ?????


Olivier



--- In flexcoders@yahoogroups.com, "olivier" <[EMAIL PROTECTED]> 
wrote:
>
> Hi
> 
> 
> I'm experiencing the same problem SINCE I've upgrated to flex 
builder 
> 2.0.1
> 
> I receive the error "Unable to export SWC Oem" for my flex library 
> project and when I'm launching my projects I receive the following 
two 
> errors
> 
> "Connect failed because the object is already connected."
> 
> and
> 
> TypeError: Error #1009: Cannot access a property or method of a 
null 
> object reference.
> 
> when using my custom SWC.
> 
> 
> I'm highlighting the fact that these projects were working with the 
> previous version and no modification has been made.
> 
> 
> 
> the flex builder 2.0.1 seems to have a big problem !!!!!
> 
> 
> Olivier
> 
> 
> 
> --- In flexcoders@yahoogroups.com, Webdevotion <webdevotion@> wrote:
> >
> > Ok, I found a way to reproduce my problem.
> > Create a new project.
> > 
> > Add a new child ( eg: a Car class which extends Sprite ).
> > Inside the Car class, try to access stage.
> > eg: var w:Number = stage.stageWidth;
> > 
> > From that moment on, your app fails to compile,
> > even after removing the stage.stageWidth line.
> > 
> > Can anyone verify this for me ?
> >
>


Reply via email to