| Thread | Last Post | Replies |
|
| TCPChannel ignoring formatter! | 25 Apr 2007 10:28 GMT | 2 |
I have a client and server that uses remoting to test the differences between the different combinations of channels and formatters (well, at least it attempts to). Here's the problem. The server is setup for TCP:8081 with a binary
|
| What type of object can be remoted? Newbie Question | 23 Apr 2007 16:48 GMT | 2 |
What type of objects can be remoted? I have a mapping application that uses a third party SDK to build drawing layers base on vector data stored in a database. I built a class that subclass the third party class and tagged it with the <Serializable()> _ attribute . I want to ...
|
| Deserialization Error - help! | 23 Apr 2007 15:18 GMT | 1 |
Hi there. I'm getting a deserialization error on my app. It was originally created as a 1.1 app and was upgraded to framework 2.0. One of our users pointed out that we can no longer open files that were created long ago (seemingly, before the update to 2.0). Newly
|
| Starting Remote Server automatically | 21 Apr 2007 21:08 GMT | 1 |
I haven't used remoting before in .net only DCOM and COM+ with vb6. I was wondering if the Server/listerner process will start automatically when one of the objects it contains is requested ? Or must it be running all the time for it to service the clients.
|
| Requested Service not found | 21 Apr 2007 10:30 GMT | 1 |
I have a .NET 1.1 app like this 01: Virtual folder name = RemotePersistenceServerWeb 02: The following class...... namespace RemotePersistenceServerWeb
|
| remoting on a standalone | 21 Apr 2007 00:50 GMT | 1 |
I wish to convert a VB6 app that uses two activex EXEs, two DLLs and one client standard EXE. I understand the only way to do this in .NET 2.0 is via remoting, which I have read up on. Can I run and debug such a remoting app on a standalone PC?
|
| RMI Application | 17 Apr 2007 15:01 GMT | 4 |
can anybody give me a simple steps to run a java RMI application. The application is simple a client and server. The client invoke a computation method on the server and return the result. When I run the server I get an exception that the "Class Definition is not found" which is the ...
|
| Multiple channels on multiple IPs | 10 Apr 2007 17:34 GMT | 1 |
I have a strange problem with remoting on a project I am working on currently. There's 2 problems really, not sure if they are related. Basically, the setup we have is 2 web servers (different networks)
|
| Asynchon Delegate vs MSMQ ??? | 10 Apr 2007 04:42 GMT | 1 |
I am building a 3 tiers application under .NET 2.0. This application is based on different library ore compoenent which ahve there own purposes. At first this application will run on a local machine but in order to get a future vision I could imagin that layers can be split ...
|
| How do I serialize a Bitmap class? | 09 Apr 2007 22:44 GMT | 1 |
I expect using C# to serialize a Bitmap would be straight forward, but it turns out that I am wrong. I tried with the code below but I failed to get the image data. class Program
|
| View clients connect to my remot object | 04 Apr 2007 13:57 GMT | 4 |
I published a remot object using TcpChannel with WellKnownServiceTypeEntry. How i can view who users are conected to my object?. thanks.
|
| Windows Service static object method accessible trough remoting | 03 Apr 2007 14:38 GMT | 1 |
I currently have a windows service which handles multiple threads and a shared queue object in which I had jobs to process. Now I would like to be able to add jobs on the windows service queue trough a .net remoting call.
|
| exclusiveAddressUse not doing what i thought it would do | 01 Apr 2007 20:40 GMT | 1 |
Why can't i run multiple instances of the following application at the same time? I was hoping that setting exclusiveAddressUse to false would allow multiple processes to listen to the same port. Instead I get a socket exception on the second process saying "Only one usage of ...
|