473,387 Members | 1,892 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Are callbacks/events supported by No-Touch deployment

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
Nov 20 '05 #1
2 1376
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]
- mv*@spam.guard.caspershouse.com
"Niklas" <Ni****@discussions.microsoft.com> wrote in message
news:55**********************************@microsof t.com...
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

Nov 21 '05 #2
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]
- mv*@spam.guard.caspershouse.com
"Niklas" <Ni****@discussions.microsoft.com> wrote in message
news:55**********************************@microsof t.com...
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


Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Christopher Jastram | last post by:
I'm a self-taught programmer, so this might be a pretty dumb question. If it is, please point me in the right direction and I shall apologize profusely. I have a question regarding C++ and...
5
by: knocte | last post by:
Hello. I am a web developer very worried about "bloat code" and "languages mixture". So, since some time, I always try to avoid completely the use of javascript in XHTML/HTML files. This leads...
10
by: Alfonso Morra | last post by:
This may be considered as OT since the C++ Standard says not one word about threads. Nevertheless, C++ is routinely and widely used to write solid multithreaded code. I wondered if anyone has...
2
by: Jon Davis | last post by:
The garbage handler in the .NET framework is handy. When objects fall out of scope, they are automatically destroyed, and the programmer doesn't have to worry about deallocating the memory space...
14
by: JPRoot | last post by:
Hi I use the following syntax to have events inherited from base to child classes which works nicely (virtual and override keyword on events). But I am wondering if it is a "supported" way of using...
8
by: Michael McDowell | last post by:
I'm confused: "why do we need to assign a method to a delegate then assign the delegate to an event why not just assign the method to the events event handler" and "how does making a...
2
by: Edgardo Rossetto | last post by:
Hey everyone: Do callbacks need to be static? I'm trying to implement events for some async operations with I/O and network, but in all the examples I've seen the callbacks are static, making...
5
by: WAkthar | last post by:
Hi, can anyone show me how to be able to pass the name of method to a dll function which will call this method when something inside the dll calling function happens. Is this called a callback?...
0
by: dba123 | last post by:
Why can't it use callback here??? <asp:GridView ID="GridView_Podcasts" runat="server" EnableSortingAndPagingCallbacks = "True"
1
by: =?Utf-8?B?QU5lZWxpbWE=?= | last post by:
I have been reading about asp.net 2.0's client callbacks using the ICallbackEventHandler interface. I have also read that it is pretty much a light-weight AJAX type methodology and that it uses...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.