| Thread | Last Post | Replies |
|
| Remoting using Consol Application Client and Consol Listener | 20 Jul 2006 13:25 GMT | 3 |
I am developing a remoting service which is accessed by a client application using remoting. In doing so, is gives me an error called "Cannot load type <Type Name> <Assembly Name>" Following things I am doing in order to developed a remoting service
|
| Remoting IIS 6 | 18 Jul 2006 23:19 GMT | 1 |
We have a small test appication that uses remoting. This app works fine on the developers XP system but the same configuration does not work on Win2k with IIS 6 and .net 2.0. The URL returns 404, page not found. The .rem extension has been enabled and all other IIS settings look ...
|
| URGENT PLZ........File Upload in .NET Remoting | 16 Jul 2006 08:40 GMT | 4 |
I am trying to Upload a file using .NET Remoting. My Remoting Object contains an Upload Method which would take the HttpPostedFile and the path as the parameters, I am using Server Act Object in SingleTon Mode
|
| Throwing exceptions in custom server sink | 15 Jul 2006 16:32 GMT | 1 |
MSDN documentation states that message sinks must not throw exceptions at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp consinkssinkchains.asp "Note Message sinks must not throw exceptions. One way a message sink
|
| Can .NET Remoting Provide Class Instantiation Like ActiveX EXE? | 14 Jul 2006 18:20 GMT | 1 |
With Remoting, the server generally needs to be running, in order for a remote client to instantiate the class which is exposed for remoting. If the server is not already running, the client can start the server, however the launch of the server will be asynchronous and the ...
|
| Remoting & EntLib Jan 2006 | 14 Jul 2006 12:02 GMT | 5 |
we are building a 3 tier application with .Net Framework 2.0 and EntLib Jan 2006 client/server talks via .Net Remoting, an InvalidCastException is thrown on the CLIENT side if I don't comment the
|
| Returning XmlNode or XmlDocument object! | 13 Jul 2006 16:30 GMT | 3 |
I have a remote object which has a function XMLNode GetDataNode(string nodeName); When I call this function using remoting (from another application), I am getting an Exception stating that XmlElement is not marked as serializable.
|
| Singleton & events to clients | 13 Jul 2006 11:01 GMT | 2 |
I've read some articles that address the problem i'm having at the moment, however things still are not completely clear to me. I will illustrate the setting, and what problems I have. I have a central component that is to collect data from certain clients, and
|
| problem with config file | 12 Jul 2006 22:12 GMT | 3 |
Hi, I have a little problem with the config file even tought I'm pretty sure it's correct... Can someone tell me why I get this exception? here are the exception and the config file content. Exception :
|
| Can I use .NET remoting with an ActiveX container? | 12 Jul 2006 20:51 GMT | 2 |
We're C# .NET developers who must use an ActiveX container (not IE) to create and contain our components. We'd like both the component and the client to be C# .NET code. But, it appears that you cannot do this with COM interop. To do this,
|
| Binary Remoting | 12 Jul 2006 16:35 GMT | 2 |
Just a quick question in relation to remoting over HTTP using the binary formatter. We really want to avoid the overheads of using https . Although our data doesnt need to be all the secure , just wondering what level of protection
|
| Why is it locking up? | 12 Jul 2006 13:50 GMT | 8 |
Hi, I have a service and an app, I cut down the code to a minimum... can someone explain me why it locks up when I try to get an instance of my object? public class LoginService : MarshalByRefObject
|
| Tcp connection stays open during remoting | 12 Jul 2006 01:32 GMT | 1 |
When I configure remoting with a TCP channel with a singlecall server object, I would like to know if the TCP connection stays open forever. In the TCP protocol, it requires 7 messages between the client and the server to open a connection. If the client makes a lot of calls to the
|
| First remoting call take too long in IE embedded winform usercontrol | 10 Jul 2006 17:18 GMT | 1 |
Server side : Winform Exe Code : System.Runtime.Remoting.RemotingConfiguration.Configure( System.IO.Path.Combine(Application.StartupPath,
|
| Tweaking (de)serialization 2.0->1.0 possible? | 10 Jul 2006 16:30 GMT | 1 |
I'm getting an error when I try send a dataset from a .NET2.0 proces to a .NET1.1 proces: Type is not resolved for System.Data.Serializationformat, System.Data, .... It appears Microsoft does not support backward compatiblity on datasets
|