| Thread | Last Post | Replies |
|
| Examples of n-tier remoting. | 29 Jun 2007 16:32 GMT | 2 |
I am writing an application which is n-tier. The database is on the server machine and I need to have the application on each client machine. I want to have a Business Logic Layer and Data Access Layer on the server. The application will call the BLL which will call the DAL which ...
|
| Remoting and Statics | 18 Jun 2007 20:12 GMT | 2 |
Have a remoted MarshallByRef singleton class hosted in windows service: class Foo {
|
| RemotingException: Port is Busy: All pipe instances are busy | 14 Jun 2007 16:03 GMT | 1 |
I'm using IPC channel remoting. After the application (remoting client) has been running for a while it receives a RemotingException "Port is Busy: All pipe instances are busy" while attempting to retrieve a property from the remoting server (a different process on the same ...
|
| Response time for method call on server | 12 Jun 2007 08:13 GMT | 1 |
I have remoting singleton server and a client. When a client makes a call to server sometimes it is taking more than 20 seconds to complete and then error message comes stating remote computer did not responded...etc. I think this is due to response time for temote call so can ...
|
| have duplicate wellknown types with different url? | 12 Jun 2007 04:28 GMT | 1 |
I'd like to have this in my app.config <client> <wellknown type="MyApp.Remoting.IRemoteServer, Interface" url="tcp://172.16.0.4:8096/Rmt" />
|
| Any idea about this eror ? | 11 Jun 2007 15:34 GMT | 1 |
I have build a client server aplication calling a remote object hosted on a windows service using tcp chanels. When my client is calling a method on my remote object I get following error : System.Reflection.TargetInvocationException: Exception has been thrown by
|
| Calling remote object delay | 11 Jun 2007 10:14 GMT | 4 |
I have build a client aplication which gets service from a remote object hosted by a windows service. Everything works fine except one enoying initilaisation part. The problem I got is that when my Server object is running on a remote PC
|
| casting remote objects late binding | 08 Jun 2007 13:52 GMT | 1 |
The following always evaluates to true bool isIMyInterface = (node.Tag is IMyInterface); if (isIMyInterface) node.Tag is a remote object
|
| HWta is the best common way ? (loosing my hairs...stil one) | 06 Jun 2007 14:35 GMT | 1 |
I start to loos my hairs , hope anyone could help me to avoid loosing more. I have build a remoting component host in a window service which is in charge to store data to SQL database if everything works fine. I have using it as server-activate and singleton mode with tcp chanel
|
| How to : Raising event ? | 06 Jun 2007 14:14 GMT | 1 |
I have a client application which communicates through a server object, hosted in a Windows Service, using tcp (.NET 2.0). Everything works fine. The only trouble I get is that in case of error from the server side, how to
|
| Using threads in vb.net framework 1.1 | 05 Jun 2007 21:02 GMT | 2 |
Not sure if this is the best group for the posting, but hopefully someone can point me in the right direction. I'm firing a thread which populates a hash table of objects, can I at any point suspend the thread and traverse (work) the hash table for an object and then continue ...
|
| File Identity Lost After Downloading With WebClient | 01 Jun 2007 17:04 GMT | 1 |
My application uploads files to an FTP server. Before uploading, I calculate the hash value of each file. After downloading, the hash value is checked. This works fine when I'm using the FTP protocol for download as well. In
|
| Deploying remote architectute host by windows service. | 01 Jun 2007 15:09 GMT | 4 |
Can anyone provide me with resources as to how to deploy a remote object host by a windows service to an application server. Need a little aid in deploying the architecture... thanks.
|