PC Review


Reply
Thread Tools Rate Thread

Are callbacks/events supported by No-Touch deployment

 
 
=?Utf-8?B?TmlrbGFz?=
Guest
Posts: n/a
 
      5th Aug 2004
Hi
I have a remoting client/server application. The clients subscribes to a
server event. All works fine if client is used as a window application, but
when the client is used with No-Touch deployment over Internet Explorer the
clients do not get the server events any more and no exceptions are thrown.
The clients have FullTrust permission. Are callbacks/events supported by
No-Touch deployment?
Regards
/Niklas
 
Reply With Quote
 
 
 
 
Nicholas Paldino [.NET/C# MVP]
Guest
Posts: n/a
 
      6th Aug 2004
Niklas,

Your server is probably depending on the client assembly type
information to make the calls (I bet you had to place a copy of the client
in the directory of the service). If you did this, make sure that the
service references the same client assembly as is being used. This way, the
type information is correct.

Hope this helps.

--
- Nicholas Paldino [.NET/C# MVP]
- (E-Mail Removed)


"Niklas" <(E-Mail Removed)> wrote in message
news:55E5A1A6-8901-4673-92A0-(E-Mail Removed)...
> Hi
> I have a remoting client/server application. The clients subscribes to a
> server event. All works fine if client is used as a window application,

but
> when the client is used with No-Touch deployment over Internet Explorer

the
> clients do not get the server events any more and no exceptions are

thrown.
> The clients have FullTrust permission. Are callbacks/events supported by
> No-Touch deployment?
> Regards
> /Niklas



 
Reply With Quote
 
=?Utf-8?B?TmlrbGFz?=
Guest
Posts: n/a
 
      11th Aug 2004
Hi
No I use a shared common library which both serevr and client use. See my
post "Remoting event stopped working when No-Touch Deployment were used" for
an example.
Regards
/Niklas

"Nicholas Paldino [.NET/C# MVP]" wrote:

> Niklas,
>
> Your server is probably depending on the client assembly type
> information to make the calls (I bet you had to place a copy of the client
> in the directory of the service). If you did this, make sure that the
> service references the same client assembly as is being used. This way, the
> type information is correct.
>
> Hope this helps.
>
> --
> - Nicholas Paldino [.NET/C# MVP]
> - (E-Mail Removed)
>
>
> "Niklas" <(E-Mail Removed)> wrote in message
> news:55E5A1A6-8901-4673-92A0-(E-Mail Removed)...
> > Hi
> > I have a remoting client/server application. The clients subscribes to a
> > server event. All works fine if client is used as a window application,

> but
> > when the client is used with No-Touch deployment over Internet Explorer

> the
> > clients do not get the server events any more and no exceptions are

> thrown.
> > The clients have FullTrust permission. Are callbacks/events supported by
> > No-Touch deployment?
> > Regards
> > /Niklas

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Diarising Events / Callbacks Darryll Microsoft Access 1 12th Jun 2008 04:40 PM
Are 'Client Callbacks' in asp.net 2.0 supported in multiple browse =?Utf-8?B?QU5lZWxpbWE=?= Microsoft ASP .NET 1 1st Oct 2007 06:01 PM
Callbacks are not supported on TemplateField =?Utf-8?B?ZGJhMTIz?= Microsoft C# .NET 0 28th Aug 2006 07:09 PM
Are callbacks/events supported by No-Touch deployment =?Utf-8?B?TmlrbGFz?= Microsoft C# .NET 2 11th Aug 2004 06:33 AM
No Excel events with No Touch Deployment? shane Carter Microsoft Dot NET Framework 4 7th Nov 2003 02:50 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:12 PM.