Check the names of the objects you are using... have you got an object
named the same as a class (different case is what usually catches people
out) and then used the classname rather than the object name when
passing a parameter?

 

If it genuinely is a class cast between same types, it looks like an
application domain issue. In which case, check Alex's blog for more
details.

 

Gk.

Gregor Kiddie
Senior Developer
INPS

Tel:       01382 564343

Registered address: The Bread Factory, 1a Broughton Street, London SW8
3QJ

Registered Number: 1788577

Registered in the UK

Visit our Internet Web site at www.inps.co.uk
<blocked::http://www.inps.co.uk/> 

The information in this internet email is confidential and is intended
solely for the addressee. Access, copying or re-use of information in it
by anyone else is not authorised. Any views or opinions presented are
solely those of the author and do not necessarily represent those of
INPS or any of its affiliates. If you are not the intended recipient
please contact is.helpd...@inps.co.uk

________________________________

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of nwebb
Sent: 23 January 2009 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 are
no two objects of the same name . Anyone else seen Flex do something
like this before?

 

Reply via email to