| Thread | Last Post | Replies |
|
| Remoting Problem | 28 Dec 2006 11:58 GMT | 3 |
Hi Friends, I am facing a weird problem while using ASP.Net application and a .Net Reporting server. I have my remoting server configured using a Windows service, my object
|
| Distributed application in C# | 27 Dec 2006 03:19 GMT | 1 |
I am facing a problem in C# windows based application. I am fetching data from database and sending database information through mail after formatting data. Volume of mail is very high and number of user is also very big. I was not able to complete requirement using single threaded
|
| Requested service is not found | 26 Dec 2006 19:36 GMT | 2 |
server registration is as follows.... TcpServerChannel channel = new TcpServerChannel(10000); ChannelServices.RegisterChannel(channel); RemotingConfiguration.RegisterWellKnownServiceType(typeof(serverservice),"serverservice",WellKnownObjectMode.SingleCall);
|
| Will single call remote object serve the particular caller | 26 Dec 2006 12:51 GMT | 1 |
Will single call remote object serve the particular caller who called it.
|
| Re: | 22 Dec 2006 16:29 GMT | 2 |
Is this in an asp.net or a Windows forms application? What sort of remote object are you calling? * Call by reference? * Server activated?
|
| Accessing secure and unsecure services from same app domain | 22 Dec 2006 03:36 GMT | 3 |
.NET 2.0 Hello I'm trying to get up to speed with remoting. I created a test app that has two servers and two clients.
|
| asp.net development server & remoting problem | 21 Dec 2006 20:20 GMT | 2 |
My problem is about asp.net development server. I wonder if is there any issues about this product. Because our application which is converted from .net 1.1 to .net 2.0
|
| Handle Exception over Remoting | 21 Dec 2006 09:06 GMT | 3 |
I use Framework 2.0, .Net Remoting, Client with WinForms and a Server. Everything works fine, but i can't catch Exceptions on the Client, which have been thrown on the Server. I would like to catch the ArgumentOutOfRangeException on the Client (if
|
| Remoting and ilmerge | 20 Dec 2006 18:00 GMT | 3 |
net 1.1: I am seeing my remoting app fail with this error when I use ilmerge to repackage the exe and dlls as one exe. The app runs properly when I don't merge it. And except for the remoting part, the single exe version
|
| Multiple Client Simulation? URgent Help needed | 15 Dec 2006 08:44 GMT | 4 |
Hi could anyone tell me how to simulate multiple clients for a windows form without actually me having to copy paste the code. Cause its a real pain.... The thing is i am working on remoting which u guys must have guessed by
|
| Remoting failing on second call | 14 Dec 2006 19:25 GMT | 2 |
I hope someone can help with this. I am doing some work outs on remoting to understand it. I have a remote server running on different machine. And i am trying to execute the client on my machine. When i call the Message( ) method on the
|
| Remoting...Because of security restrictions, the type System.Runtime.Remoting.ObjRef cannot be accessed. | 13 Dec 2006 14:12 GMT | 1 |
Hello, I posted this out to the c# newsgroup, but I haven't received a reply in a couple of days, so I'm posting to this group (which I probably should have done to begin with.) I've read several posts out there that state that setting
|
| .NET Remoting, Windows Service host, load balancing | 12 Dec 2006 18:24 GMT | 3 |
I posted a question a while back about how to make my .NET Remoting solution more highly available. I'm now a little further down the road on a design and just want to know if I'm heading down an uncharted or particularly difficult road.
|
| MarshalByRefObject | 11 Dec 2006 19:50 GMT | 5 |
I'm torn between implementing a webservice and using remoting. If I am not mistaken here are a couple of things.... 1) I should use remoting if I want to insert a channel sync that will compress my data (it is verbose XML being passed back and forth)
|
| Events and remoting 2.0 | 11 Dec 2006 15:43 GMT | 1 |
I have an application using Remoting (.NET 2.0)... Here's the way it works... Client <--> Service A <- events from B to A -> Service B So, Service A communicates with Service B and dispatches the objects to
|