Custom Proxy for Well-Known Types
Wed, 7 Jun 2006 17:51:41 -0400
Hi everyone,
I am trying to create a custom proxy (inherited from RealProxy) for use with
a well-known type. The custom proxy samples I've seen reference the
ProxyAttribute, but this does not apply to well-known types according to
MSDN (the CreateProxy method does not get called). How do I get the custom ...
|
Freeware Remote Control ActiveX or Web Application
7 Jun 2006 08:12:15 -0700
Hi everyone,
I'm very interesting about integrating some freeware or shareware 100%
Web based remote control tool. I'm toolking about tools like
NTRInquiero => http://na.inquiero.com/web/default.asp?lang=us&rparam=0
Linktivity WebInteractive =>
http://www.linktivity.com/webinteractive.html
Theses bouth ...
|
Great time in France
Wed, 7 Jun 2006 15:10:41 +0100
Hello
I had a fantastic time in France, hope to visit again soon.
I found a holiday cottage from these guys www.looktogo.co.uk http://www.looktogo.co.uk
Regards,
Dancer: ). ...
|
Moving Chat sample from Http to Ipc channel...
Wed, 7 Jun 2006 14:46:04 +1000
I'm trying to convert the "Remoted Events (Chat) Sample" (http://support.microsoft.com/Default.aspx?id=312114) from Http to Ipc channels in .net V2.
Since everything is setup in config files, I have only changed the server and client app.config files (see below).
Unfortunately I'm getting a RemotingException in the ...
|
Remoting event
Tue, 6 Jun 2006 08:54:02 -0700
One of the form of client side registers for an event which is exposed by the
server object (Singleton). Client can attach and detach to this event.
Everything works fine. When the form is disposed the event is detached by the
client. But ServerIdentity object keeps the reference of the disposed form
and n ...
|
Issue while stopping a windows service
Tue, 6 Jun 2006 05:25:02 -0700
Hi guys,
I am creating a windows service which initializes an object of an external
assembly to perform a certain process. The process has three distinct states
0.stopped
1. Running
2.stopping
the pseudo code is as follows
public status;
while (satus i ...
|
serializing lists
Mon, 5 Jun 2006 22:08:42 -0400
Greetings -
Here's what I'm trying to do.
I have a simple type. Call it "Customer", and assume that a customer is
uniquely identified by an ID value, and that you can get or set the name of
a customer via a property called Name.
I want to build a very simple app server for Customers using .Net remoti ...
|
|
|
soapsuds question
Mon, 5 Jun 2006 14:17:15 -0400
I am trying to set up a set of classes for remoting. There are a couple of
simple serializable types, and a "factory" type that you can use to create
and initialize the simpler types from database contents. I plan to deploy
the factory type for use as a single-call remote object, served up by IIS.
I'm t ...
|
ISA Proxy remoting config in .NET 2.0
Mon, 5 Jun 2006 09:12:49 -0400
Hello All,
In V1.1 of the framework we required a weird workarounbd to get remoting to
work through an authenticating proxy.
I was wondering if anyone can provide or point me to some exmaples of how to
set the proxy properties for the HTTP channel (client) in .NET 2.0 .
TIA
Andrew
...
|
Marshalling ByValue a MarshallByRefObject
4 Jun 2006 13:56:50 -0700
Hi group,
Question.
Having this.
[Serializable]
class A : MarshallByRefObject
{
....
}
[Serializable]
class B : A
{
....
}
How can I choose to do remoting ByValue on class B instead of ByRef
(default)?
Best Regards you all!
--
Etienne Lebeau, ing. jr.
Software Designer
Matrox Graphics
...
|