| Thread | Last Post | Replies |
|
| Serializing problem | 12 Jan 2006 12:16 GMT | 1 |
I have a problem with serializing class in .NET Framework 1.1. During a call to remoting object with serialized parameter, I catch the error message: "Because of security restrictions, the type ContactCenter.ExceptionsServices.ExceptionMessages cannot be accessed"
|
| Still don't understand remoting. | 10 Jan 2006 23:06 GMT | 1 |
I've posted a couple of messages asking how remoting works in that I have a client that I want to send a message to a server saying 'Go ahead and access the file.' Would a named pipe work just as well? All I need to do is send a message
|
| It is so slowly when first time I connect the Remoting service,why? | 10 Jan 2006 23:00 GMT | 4 |
Remoting Service Hosted in IIS 6.0,I found it is so slowly when i connect the service first time,but quickly subsequently, Why? Any help would be greatly appreciated Thanks Robbin
|
| Custom Sink with Compression and Encryption | 10 Jan 2006 21:07 GMT | 1 |
I have my custom sink which does encryption and compression. I am referring to Ingo Rammers Advanced .NET Remoting to use Compression. Whenever I try to UnCompress the Stream, I get this exception: System.FormatException: Header checksum illegal
|
| Help!! Client side database access | 09 Jan 2006 02:32 GMT | 3 |
Is there a client side approach of sending and receiving data from a sql database without a web service or a server component (servicedcomponent and server app)? How can you simulate a network connection over the internet that could send and receive data from and to database?
|
| InvalidCredentialException when client on remote machine... | 08 Jan 2006 17:19 GMT | 1 |
I'm created a small n-tier app. I'm using tcp channels. For testing the server is hosted in a console app which outputs messages to the screen. I intend to host the server in a Windows Service. I am working on a simple workgroup called "HOME" and not a Windows NT domain (I ...
|
| How to reference the server with MBV ? | 05 Jan 2006 23:24 GMT | 3 |
I found many examples with MBR, but nothing really complete with MBV. I just know about the Serilize attribute, but nothing about registration of the component on the server and how the client knows where it resides ?
|
| Read Serial Ports With Visual Basic .NET 2003 | 05 Jan 2006 22:20 GMT | 3 |
I develop an application with visual basic .net 2003 and my problem is that my program it has to known when a weighing machine gives the weight value from a serial port and read it I will be grateful if someone can help me.
|
| Remote Objects On App1 and App2 both | 04 Jan 2006 15:53 GMT | 5 |
I want to make to separate applications. I want some sort of communication between them. I have decided to use Remoting for it. What I am going to do is, to expose one object Obj1 in App1 application and object Obj2 in App2 application. I will remotely Access the object Obj2 in
|
| Cannot register to an event !!! | 03 Jan 2006 12:20 GMT | 3 |
Hi every one, I'm trying since 2 days to have a simple client/server application using the "Remoting" mechanism. I would like that my client application register to an event fired by the
|
| Events and Remotings cause problems | 03 Jan 2006 08:09 GMT | 2 |
I've post a message last week to explain my problem when registring to event on a remote object. The code of my client makes a connection to the server component using the "remoting" mechanism:
|