| Thread | Last Post | Replies |
|
| problem with using IPC and TCP channels | 30 Oct 2006 22:31 GMT | 4 |
I have a service which has both an IPC and TCP remoting channel. A client can use either to access my service and I talk to the clients via a callback they pass to me. If I try to have the service talk to another instance of the service running on a different machine, the ...
|
| Attempted to call a method declared on type 'MyInterface' on an object which exposes 'RemotableTypeObject' | 27 Oct 2006 19:13 GMT | 1 |
I have been searching for a solution for the last 2 days. As a last resort, I am turning to this group. Please help. I have an assembly called "RemoteObjectsInterfaces.dll" that has an interface called "IHelloWorldInterface". I have another assembly called
|
| Performance differences Remoting with http and binary | 27 Oct 2006 16:17 GMT | 4 |
I use .Net Framework 1.1 with Remoting channel= http and formatter=binary. The remoting server components are hosted as webservice in IIS. The client application is a WinForms application for file upload and download I have serveral performance differences, why ?
|
| what's the best way to pass XML document as a remoting argument? | 27 Oct 2006 08:59 GMT | 3 |
I'm looking for the most efficient way to pass an XML document into a remoting call. I know that I can return an XMLDocument from a remoting call, but passing one as an argument causes errors. If I pass the XML as a string, I believe that all tags will get URL-encoded, making the
|
| Romting vs Web Service in vs2005 | 27 Oct 2006 02:16 GMT | 6 |
I'd like to get some ideas of the best way to accomplish the following in vs2005: Win1 - a windows application Web1 through WebX- many website applications
|
| Again with the socket exceptions | 26 Oct 2006 21:41 GMT | 4 |
Sorry if this seems like a rehash, but I'm fairly sure it isn't. I'm getting the somewhat infamous "System.Net.Sockets.SocketException: Only one usage of each socket address (protocol/network address/port) is normally permitted at System.Runtime.Remoting.Channels.Http ...
|
| net remoting performance | 26 Oct 2006 19:41 GMT | 2 |
I've read an article about performace net remoting, enterprise services and web service. the prformance test was down when the comunitation uses dataset. But this article was writed for framework 1.1. Thare are any similar article in framawork 2.0?
|
| Multithreaded singleton object, is it possible? | 26 Oct 2006 19:05 GMT | 5 |
I have a server that provides clients with a singleton object in the normal "remoting" way. However, I want to allow several clients to be able to execute at the same time inside the singleton object, and then control the execution inside the object with normal threading critical ...
|
| Because of security restrictions, the type xxx.xxx cannot be accessed." | 24 Oct 2006 21:22 GMT | 3 |
I am getting a security error while trying to remote. My first Remoting call works just fine. I retrieve a class object just fine. I then use that object to make another call (a little later on in my program), that's when I receive the error.
|
| VS2005 and VS2003 remoting problem when client is WEB-application | 24 Oct 2006 08:53 GMT | 2 |
I have following configuration for remoting application: Server side; was wrote in VS2003 Shared library; was wrote in VS2003. Contains shared objects Client side; was wrote in VS2005.
|
| Remoting: Connection Refused (Server to Client) | 24 Oct 2006 08:50 GMT | 1 |
Hey ho, This is a question that I have already posted, but received no valuable anser... So maybe I have more luck this time :-) I have a (hopefully) little problem with remoting:
|
| An invalid argument was supplied | 23 Oct 2006 13:07 GMT | 5 |
I am working on a Windows Media Center project, where my MCE pages need to use .NET remoting to talk to a Windows service running locally on the users machine. Basically, the MCE/HTML pages have an ActiveX control that uses .NET Remoting to make its requests.
|
| STA Threads | 20 Oct 2006 14:17 GMT | 4 |
I have an application server that works with legacy com components with Apartment threading model. The components take very long to initialize and I store them in a global collection once created. All the remoting threads (from default threadpool) are MTA threads. So
|
| Remoted classes and dll dependencies | 19 Oct 2006 23:51 GMT | 5 |
My assembly has a remotable class, and dependencies on some other application assemblies. In theory, the remoting client needs only the first assembly, so that .NET can build the proxy. If possible, I would like to avoid deploying
|
| Client Activated objects from a asp.net client | 19 Oct 2006 20:39 GMT | 2 |
In my current projects i have business obejcts that are running on a remote server and Presentation (ASP.net) is accesing it using .net remoting(IIS + TCP + BinaryFormatter). Sample objects are ..users object that contains a collection of user
|