Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Remoting / July 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Firing an event from remote objects09 Jul 2003 16:54 GMT1
   How can I fire an event from a remote objects?
   I'm using singleton for all my objects and if i try to fire an event
using delegate function, it gives an error.
   Please help.
Remoting events with framework 1.108 Jul 2003 12:06 GMT1
I've been struggeling for days with remoting events :
- first I had the well known security error. I fixed the problem adding :
       m_objServerProvider = new BinaryServerFormatterSinkProvider();
       BinaryClientFormatterSinkProvider clnt = new
Microsoft.Samples.Runtime.Remoting.Security Help please.08 Jul 2003 09:53 GMT1
I am struggeling to get the Microsoft.Samples.Runtime.Remoting.Security
sample to work using programming Sinkprovider creation rather than the
config file. I register the channel and all is well.
The first call goes through to my SAO but when I try and make a second call
Remoting ArrayList creates a copy?07 Jul 2003 11:59 GMT1
I have a remoted object which contains an ArrayList.  I also have a
local ArrayList.  When I set the remoted list = to my local one, its
fine. When I start adding or removing objects from the local list, the
list in the remoted object never changes.
Going Nuts !! System.InvalidCastException with remoting on soapsuds06 Jul 2003 16:40 GMT4
I had my remoting application up and running but then the generated proxy
refused functioning.
Why oh why !!
What is going on ? I have found some informatio on the net and in "Advanced
Why can't my remoting application locate the config file when run as a Windows Service06 Jul 2003 11:10 GMT1
I have an Remoting application that I am attempting to run as a Windows
Service. At OnStart, it attempts to initialize itself via the
WBChannelSvc.exe.config, which is in the bin file. However, it throws an
error saying it can't find the config file and thus failed to start.
Two http Channels04 Jul 2003 20:07 GMT2
I´m writing a distributed application, where the client
could by a server and the server could be the client.
So both appliactions have distributed methods.
Now I tried to open two http channels on each computer
Using RemotingConfiguration.Configure without auto-starting service?03 Jul 2003 13:41 GMT3
I'd like to use RemotingConfiguration.Configure to configure my server, but
I don't want the server to automatically start listening.  I fished around
in the docs but didn't see anything that would let me do this.
I realize I could do everything programmatically, but that's an ...
Unregistering Wellknown Client Types03 Jul 2003 13:35 GMT1
I have a Windows Service that is written in C#. It reads remoting
configuration from its config file.
This service hosts clients for wellknown objects that are hosted on another
server.
Exceptions not being passed to the client03 Jul 2003 01:22 GMT1
In my remoting object, I do the following to pass the exception back up to the client:
Catch ex As Exception
Throw ex
An exception is thrown back to the client indeed, but the exception message is not being passed. For example, in the remoting object, if I put a breakpoint on the ...
Windows Service remoting problem, NullReference exception for only some method calls.01 Jul 2003 15:42 GMT1
The problem started when I moved the server from a console application
(for testing) to a Windows service. As a console application, the
server worked flawlessly, as a service I get NullReference exceptions
on the client when trying to call only SOME server methods. About 80%
Is the System.Runtime.Remoting.Channels.Tcp namespace gone in v1.1?01 Jul 2003 04:29 GMT1
I can't seem to find it. Where'd it go?
I am puzzeled as to how the assembly located from a config file?01 Jul 2003 04:08 GMT1
If I have an assembly named MyRemoteObj of type MyNameSpace.MyRemoteObj in
MyRemoteObj.dll and the following code snippets, it's not clear how the
framework knows to look in this particular dll for the assembly:
MyRemoteObj.exe.config snippet
Pages: 1 2 3 4
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.