I had the same problem, you should import either flash.net.responder or org.nevis.cairngorm.business.Responder. 
If you want to import both of them, change new Responder(.. to new flash.net.Responder(.. or new
org.nevis.cairngorm.business.Responder(.. to let Flex know what Responder are you using.

Oriol.

2006/3/27, William Lambé <[EMAIL PROTECTED]>:

Hello everybody,

 

I have a little question… how is this error possible ? :

 

« Can not resolve a multiname reference unambiguously. flash.net:Responder (from C:\Program Files\Adobe\Flex Builder 2 Beta 2\Flex Framework 2\frameworks\libs\playerglobal.swc(Responder)) and org.nevis.cairngorm.business:Responder (from G:\www\AdminBapp\org\nevis\cairngorm\business\Responder.as) are available. »

 

It is in a line like : gateway.call( "adminbapp.getStudents", new Responder(onResultInit, onFaultInit));

 

But I write before : import flash.net.Responder ; to say that I would like this Responder.

 

I probably make a mistake… What must I change ?

 

Is is because in my main.mxml I have this line : xmlns:business="net.willdestiny.adminbapp.business.*" ?

 

Thank you,

 

William, Belgium.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to