WINDOWS SERVICE IPC Channel and a Form GUI
Thu, 18 Oct 2007 02:58:01 -0700
--------------------------------------------------------------------------------
Hi
I would like to see an example, how can i write an windows service, which
communicates with IPC Channel and a Form GUI.
I have written some tests, but i receive an IPC-Port error: Access denied.
I would like see an exam ...
|
how to notify clients
Tue, 16 Oct 2007 22:47:33 -0000
hi,
i need to notify clients about change that happened on server. there
will be about 2000 clients each will have my service running in it,
what would be the best way to notify only few of them them (not all)
about event on server.
i think that using .net events is not an option in this case and I do
not ...
|
Re:Exception with interface as parameter of a remoted object method
Mon, 15 Oct 2007 23:07:16 -0700
Hi,
Use typeFilterLevel="Full" in server side config file as follows
<channel ref="http">
<serverProviders>
<formatter ref="Soap" typeFilterLevel="Full"/>
</serverProviders>
</channel>
*** Sent via Developersdex http://www.developersdex.com *** ...
|
Hosting Remote objects in Windows Service
Sat, 13 Oct 2007 22:55:53 +0200
Hey
We've currently have a remoting objects that are being hosted by a Windows
Service. The Windows Service gets the names and port to host the objects on
from a config file. The Server Components being hosted, then retrieve the
connection string for the database to connect to from the Server.config
fil ...
|
Displaying Remoting Errors
Fri, 12 Oct 2007 10:59:00 -0700
I have a C# application (VS 2005) using remoting and one click deployment.
If any errors occur on the server, I get the error message
"System.Runtime.Remoting.RemotingException: Server encountered an internal
error. For more information, turn off customErrors in the server's .config
file".
I have added the ...
|
Catch RemotingException while registering IPC channel
Thu, 11 Oct 2007 14:34:16 +0200
Hi everyone!
My problematic scenario is as follows:
1. I have a standalone application that can (on user request) create a
ipc remoting channel to provide communication to another application
that is of no interest for this problem. The channel name and port must
have fixed values.
2. Now I want to ru ...
|
RedirectDrives - Connection Security Warning
Tue, 9 Oct 2007 10:30:01 -0700
Is it possible to suppress the security warning when using TSWEB 2003 and
XPSP2.
I have set MsRdpClient.AdvancedSettings2.ÂRedirectDrives = TRUE but I do
not want my users to have to deal with the warning.
Thanks!
...
|
|
|
Using TCP between ASP.net web application and windows service Host
Mon, 8 Oct 2007 02:47:00 -0700
Hi,
Using .net Remoting.
Can I able to use TCP protocol calling method on windows service from
ASP.net application.
I have managed to use HTTP, but when i tried with TCP, it fails, do i need
any configurartion for ASP.net.
Calling method on DLL hosted by windows service, I can call over TCP from
windows fo ...
|
t802t
Sat, 06 Oct 2007 20:50:54 -0700
c426t ...
|
t802t
Sat, 06 Oct 2007 20:50:51 -0700
c426t ...
|