Well, the most basic problem here is that after being told there are errors, you are still proceeding. Once told there are errors, you should review and fix the errors rather than continue and be surprised that files are missing from the bin directory.
If you are stuck understanding these errors, then let us know. While it is possible to proceed even when you have errors, you still need to review and understand them so that you can properly decide whether or not they are affecting your testing at that time or not. In general, if there are errors, fix them first before proceeding. Paul ----- Original Message ----- From: "brucewhealton" <[EMAIL PROTECTED]> To: <flexcoders@yahoogroups.com> Sent: Sunday, June 29, 2008 3:24 AM Subject: [flexcoders] Problem running/debugging in Flex > Hello all, > I hope someone can help me figure this out. Flex projects > that I created a while back are running ok from within Flex. However, > recently, I created two projects both of which are displaying errors. > Here's what happens. I create a project called ProgrammingBasics. > This is an Action Script application. Note, the same thing happened > in my Flex MXML project. I select run or debug from within Flex 3 and > it says there are errors and do I want to proceed. > If I click Proceed, it then shows me an error that says it > could not find the file, in this case it would be the main file that > should be in bin-debug and have a name of ProgrammingBasics.html The > application tells me that it cannot find that file and > ProgrammingBasics.html > This also matches the Actionscript file: ProgrammingBasics.ac > I have no idea why this would start to happen. In > myFlexMXMLApplication, it tells me that it cannot find the file: > myFlexMXMLApplication.html - where myFlexMXMLApplication.html > represents any Flex MXML application that I were to create. > Going through the documentation has not been all that helpful as > I don't know if I am searching correctly to find a solution to this error. > Please help me figure this out, > Thanks, > Bruce > > > ------------------------------------ > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > Links > > > >