all groups > dotnet remoting > june 2005 > threads for june 29 - 30, 2005
Filter by week: 1 2 3 4 5
CanDeserialize() implementation details
Posted by rb531 at 6/30/2005 3:58:03 PM
Hi,
I have a question regarding CanDeserialize(). How does it work? Any idea?
will it parse the entire xml before deciding whether it can be deserialized?
Any input is appreciated.
thank you,
... more >>
Remoted object reference dies unexpectedly
Posted by compurhythms NO[at]SPAM gmail.com at 6/30/2005 10:10:45 AM
've got a client app that communicates to a server EXE via Remoting
(TCP/Binary Serializer). Most of the time things work just smashingly
except that at seemingly random times a call to the server process
will fail with the following exception:
"... RemotingException: Requested Service not fo... more >>
C# addins for Office using Remoting
Posted by Mihaela Barbu via DotNetMonster.com at 6/30/2005 12:00:00 AM
I hope this is the right thread. I have created an addin in C# for Office
for an application...it work fine on system that have installed the .Net
Framework....but on systems that don't have the Framework installed the
toolbar that I have created in the Addin just won't appear....
can anyone... more >>
remoting error
Posted by AVL at 6/29/2005 10:41:03 PM
Hi,
I'm getting the following message.when trying to connect to the server from
my client...
"No connection could be made as the server refused it".
Here is my serverside code..
TcpServerChannel tcp1 = new TcpServerChannel(49157);
ChannelServices.RegisterChannel(tcp1);
Remotin... more >>
Attaching to multiple servers with one application
Posted by Roy Chastain at 6/29/2005 3:21:14 PM
I have a service that provides a singleton SAO. I can be running this service on more than one system at a time.
I have an application that attempts to use the singleton via remoting. The idea was that this application could connect to more
than one instance (machine) of the service at one time.... more >>
Error Using Remoting, System.OutOfMemoryException anyone ever seen this?
Posted by Microsoft News at 6/29/2005 9:38:09 AM
Greetings,
I am working on a remoting project and have hit one road block after
another. I am sure it is because I do not know everything about remoting.
My latest problem is that I finally got the remoting to work they way I
want. I have a window service setup on my server, it is exposi... more >>
Remoting : Connection over internet
Posted by Venkat at 6/29/2005 3:50:40 AM
We are implementing Remoting with an Http Channel.
We are running a Windows Client Application which accesses remote
objects hosted in IIS.
This Server is accessible over the local network using a local IP as
well as over the internet using an external real IP.
When accessed over the intr... more >>
Remoting that doesn't work on Windows XP SP2
Posted by jondon at 6/29/2005 12:00:00 AM
I recently moved to Windows XP SP2 and one of my projects is involving
remoting. I'm using standart technology for this - tcp channel on port 8080
and binary formating. Now i can't run my project - it freezes between times
when i step over the romoting calls. After long waiting something to ha... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|