Re: [flexcoders] very odd error

2009-01-28 Thread nwebb
ders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On > Behalf Of *Maciek Sakrejda > *Sent:* Friday, January 23, 2009 8:55 AM > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] very odd error > > > > This can also happen when you link against a certain cl

RE: [flexcoders] very odd error

2009-01-23 Thread Alex Harui
Sent: Friday, January 23, 2009 8:55 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] very odd error This can also happen when you link against a certain class, but the version of that class supplied at runtime has changed. E.g., 1. you build module foo.swf against application bar.swf

Re: [flexcoders] very odd error

2009-01-23 Thread Maciek Sakrejda
ng from my Java experience here--but I've run into this in Flex previously under similar circumstances) -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: nwebb Reply-To: flexcoders@yahoogroups.com To: flexcoders Subject: [flexcoders] very odd error Date: Fr

RE: [flexcoders] very odd error

2009-01-23 Thread Gregor Kiddie
12:56 To: flexcoders Subject: [flexcoders] very odd error Erm TypeError: Error #1034: Type Coercion failed: cannot convert Tools.dal.dataObjects::dataoutsourcedmod...@9f82091 to Tools.dal.dataObjects.dataOutsourcedModels Done all the basic checks (classname, package, constructor). There ar

[flexcoders] very odd error

2009-01-23 Thread nwebb
Erm TypeError: Error #1034: Type Coercion failed: cannot convert Tools.dal.dataObjects::dataoutsourcedmod...@9f82091 to Tools.dal.dataObjects.dataOutsourcedModels Done all the basic checks (classname, package, constructor). There are no two objects of the same name . Anyone else seen Flex do