Re: Object with uri ... does not exist at server
From: Armin Bajramovic (arbajram_at_hotmail.com)
Date: 03/17/05
- Next message: Brecht Yperman: "Multithreaded server"
- Previous message: Bob Rundle: "Re: CAO passed through 2 servers."
- In reply to: Sunny: "Re: Object with uri ... does not exist at server"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 17 Mar 2005 09:53:08 +0100
Thx a lot.
This was really helpful. Thx again.
Best regards.
Armin
"Sunny" <sunny@newsgroup.nospam> wrote in message
news:%23%23ODx$nKFHA.3992@TK2MSFTNGP15.phx.gbl...
> In article <#jgOBxiKFHA.3076@tk2msftngp13.phx.gbl>, arbajram@hotmail.com
> says...
> > Hi,
> >
> > I have a remote object hosted by console application.
> >
> > Remoting configuration is:
> >
> > <!-- Remoting configuration -->
> > <system.runtime.remoting>
> > <application>
> > <lifetime />
> > <service>
> > <wellknown mode="SingleCall"
> >
> > type="LK.Remote.TinO.Komunikator.Server.KomunikatorServerIzvoz,
> > LK.Remote.TinO.Komunikator.Server"
> > objectUri="KomunikatorTinOServerIzvoz.rem" />
> > </service>
> > <channels>
> > <channel ref="httpsoap" port="2345" />
> > </channels>
> >
> > </application>
> > </system.runtime.remoting>
> >
> >
> > If I enter in IE following:
> > http://localhost:2345/Komunikator/KomunikatorTinOServerIzvoz.rem - an
error
> > occurs:
> >
> > System.Runtime.Remoting.RemotingException: Object with uri
> > 'Komunikator/KomunikatorTinOServerIzvoz.rem' does not exist at server
> >
> > Note: Komunikator is a virtual directory where dlls are.
> >
> > Any idea?
> >
> > TIA
> > Armin
> >
> >
> >
>
> http://localhost:2345/KomunikatorTinOServerIzvoz.rem
>
> or define the uri in the config file as
> objectUri="Komunikator/KomunikatorTinOServerIzvoz.rem"
>
> Sunny
- Next message: Brecht Yperman: "Multithreaded server"
- Previous message: Bob Rundle: "Re: CAO passed through 2 servers."
- In reply to: Sunny: "Re: Object with uri ... does not exist at server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|