While that is nice and all, I have these errors now:

5 Errors found.
 
Error
H:\Inetpub\wwwroot\flex\cairngormlogin\org\nevis\cairngorm\samples\login\business\Services.mxml:28
Invalid value for 'named' - does not match any object name from the
configuration file.


Error H:\Inetpub\wwwroot\flex\cairngormlogin\Index.mxml:43
Don't know how to parse element
"org.nevis.cairngorm.samples.login.business.*:Services". It is not a
known type or a property of mx.core.Application.


Error H:\Inetpub\wwwroot\flex\cairngormlogin\Index.mxml:46
Don't know how to parse element
"org.nevis.cairngorm.samples.login.control.*:DemoControl". It is not a
known type or a property of mx.core.Application.


Error H:\Inetpub\wwwroot\flex\cairngormlogin\Index.mxml:50
Don't know how to parse element
"org.nevis.cairngorm.samples.login.view.*:IndexViewHelper". It is not
a known type or a property of mx.core.Application.


Error H:\Inetpub\wwwroot\flex\cairngormlogin\Index.mxml:53
Don't know how to parse element
"http://www.macromedia.com/2003/mxml:ViewStack";. It is not a known
type or a property of mx.core.Application.


--- In flexcoders@yahoogroups.com, dave buhler <[EMAIL PROTECTED]> wrote:
> I think the quotes needed to be added.
> 
> From:
> 
>  <namespace uri=http://www.iterationtwo.com/cairngorm>
> <manifest>/WEB-INF/flex/cairngorm-manifest.xml</manifest>
> </namespace>
> 
> be:
> 
>  <namespace
uri="http://www.iterationtwo.com/cairngorm<http://www.iterationtwo.com/cairngorm>
> ">
> <manifest>/WEB-INF/flex/cairngorm-manifest.xml</manifest>
> </namespace>
> 
>  
> 
> On 5/17/05, Dimitrios Gianninas <[EMAIL PROTECTED]> 
> wrote:
> > 
> > Hi,
> >  You must add the appropriate entry for the cairngorm-manifest.xml
in the 
> > flex-config.xml (portion in red below):
> >   <namespace uri="http://www.macromedia.com/2003/mxml";>
> > <manifest>/WEB-INF/flex/mxml-manifest.xml</manifest>
> > </namespace>
> >  <namespace uri=http://www.iterationtwo.com/cairngorm>
> > <manifest>/WEB-INF/flex/cairngorm-manifest.xml</manifest>
> > </namespace>
> >  This probably explains the error meesage.
> >  *Dimitrios "Jimmy" Gianninas*
> > *RIA Developer*
> > *Optimal Payments Inc.*
> >  
> >  ------------------------------
> > *From:* Sean McKibben [mailto:[EMAIL PROTECTED] 
> > *Sent:* Tuesday, May 17, 2005 6:25 PM
> > *To:* flexcoders@yahoogroups.com
> > *Subject:* Re: [flexcoders] Cairngorm 0.99
> > 
> > I'm having some trouble getting my Services.mxml to work with .99. 
> > I keep getting errors like:
> > Error */com/cadpo/shared/business/Services.mxml:4*
> > Namespace http://www.iterationtwo.com/cairngorm has not been
associated 
> > with component manifest.
> > 
> > 
> > Error */com/cadpo/shared/business/Services.mxml:4*
> > No type for element
"http://www.iterationtwo.com/cairngorm:ServiceLocator";
> > 
> > 
> > Error */com/cadpo/shared/business/Services.mxml:4*
> > Unexpected root element "
> > http://www.iterationtwo.com/cairngorm:ServiceLocator"; does not extend 
> > MovieClip
> > 
> > I put the cairngorm-manifest.xml into the WEB-INF/flex directory,
but it 
> > still doesn't want to eat it.
> > Here is the first part of my Services.mxml:
> > <?xml version="1.0" encoding="utf-8"?>
> > <cairngorm:ServiceLocator
xmlns:mx="http://www.macromedia.com/2003/mxml"; 
> >  xmlns:cairngorm="http://www.iterationtwo.com/cairngorm";>
> >  <mx:WebService id="myWS"
> > ...
> > 
> > Is the xmlns:cairngorm="http://www.iterationtwo.com/cairngorm";
attribute 
> > correct? I copied it out of one of the sample apps included in .99.
> > 
> > Any ideas?
> > 
> > Thanks,
> > Sean McKibben
> > 
> > ------------------------------
> > *Yahoo! Groups Links*
> > 
> >    - To visit your group on the web, go to:
> >    http://groups.yahoo.com/group/flexcoders/
> >    - To unsubscribe from this group, send an email to:
> >   
[EMAIL PROTECTED]<[EMAIL PROTECTED]>
> >    - Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
> >    Service <http://docs.yahoo.com/info/terms/>. 
> > 
> >




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to