tags:

views:

85

answers:

1

Sometimes when I compile my flex app, I got this error

Unable to create source GeneratedAsset31_dataClass.  WebCe line 25 1259045578886 1546

But after I cleaned the project, this error disappeared.

It's not a big problem but very annoying and I can not find any clue by search the internet.

Any suggestion?

A: 

Your compiled and "generated" .swf file may have been opened in another application while Flex Builder was trying to re-compile or inject code changes back into the .swf.

If that is the case, you can solve the problem and avoid the error by closing the applications that have opened the .swf file before you switch back to Flex Builder and start coding again.

Please note that if you are developing an AIR application you should close the AIR app, or if you are working on a web application close the stand alone flash player if you are testing your app that way.

Web browsers like Firefox, Internet Explorer or Safari are an exception because they don't lock open files and Flex Builder is able to re-compile even though your application is running in the browser, of course you will need to hit refresh in your browser to see any further changes.

grindstonemedia
That's not the case. When this happen, I haven't opened any browser yet.
ablmf