| Thread | Last Post | Replies |
|
| Remoting problem (SerializationException). | 23 Jul 2004 19:32 GMT | 2 |
I have an application (lets call it MyApp) that can run in 2 different modes. As an add-in of another application (OtherApp) or it can run by itself.
|
| Events on remote class and AddHandler | 23 Jul 2004 04:26 GMT | 4 |
I'm trying to raise an event from a remote class to a client. Here is it : I got a remote server serving a class Hello. This class gots a public event defined like this
|
| temp files on server | 23 Jul 2004 04:18 GMT | 3 |
I am referring to this article for exporting a report to pdf file . http://msdn.microsoft.com/library/default.asp?url=/library/en-us/crystlmn/html/c rtskexportingwebbasedreports.asp The issue is that I am not able to delete the temporary files generated on the server. As per this ...
|
| Do I need two remoting objects? | 22 Jul 2004 22:42 GMT | 6 |
Greetings Everyone - I'm trying to do the following: On one machine (let's call it the SERVER), I'm creating a object. Then I'm exposing it
|
| forum for Visual C# develoopment | 22 Jul 2004 19:21 GMT | 6 |
Pardon the interuption, 1. Looking for a good C# development forum? 2. Also, if anyone has come accross this problem would appreciate some help. Having difficulty uploading a file to a Tomcat server in C#. I am using
|
| Handling remote events error | 22 Jul 2004 17:20 GMT | 1 |
We are getting the following error when trying to set a remote client to handle a event trggered by the server. The code follows the erro message below Any ideas? ERROR MESSAGE STARTS HERE: An unhandled exception of type 'System.Security.SecurityException' occurred in mscorlib ...
|
| paralyzed newby | 22 Jul 2004 15:43 GMT | 1 |
I'm totally new to remoting and panicking. I've 2 winforms applications. The client has to ask the server for a database record asynchronously. Some time later the server returns the response with data for the record.
|
| Remoting and security limit problem,help | 22 Jul 2004 09:31 GMT | 2 |
I begin to study .Net remoting recently,and I happend to a problem. The following is my test code //share dll namespace sharedll
|
| MBR vs. MBV | 22 Jul 2004 07:58 GMT | 11 |
I have a class (in a class library) that opens a database connection and returns a connection object. I have a reference to this class library in my server code and my client code. I tried inheriting marshalbyreference in the database class, but when I ran the client-side code it ...
|
| Remoting using http limited? | 22 Jul 2004 04:38 GMT | 4 |
Does Remoting using http have the IIS send packet limit of 4MB? Thanks in Advance, Donald Adams
|
| Remoted Component generates soap exceptions when calling web service | 22 Jul 2004 04:01 GMT | 3 |
I have an asp.net app that uses .net remoting to call a function on a remote server. The function also calls a web service on the remote server to perform its tasks. All works fine untill I the .net remoted component calls the webservice. I
|
| error catching on client side | 22 Jul 2004 03:15 GMT | 2 |
I have a question about catching errors. My middle tier machine got an error while executing a function but my client machine cannot catch what that error was. In my middle tier, I have try/catch block that throws exception but I cannot
|
| Throwing exception remoting ArrayList? | 21 Jul 2004 22:30 GMT | 1 |
I'm having a problem handling an ArrayList of object who content is 90 records of data items.. The code below demonstrates the exeception error. The text of the error is the following...... "Recieve: The type Admins.BCBarData in Assembly TestClient, Version
|
| Peer Network vs. Domain | 21 Jul 2004 19:07 GMT | 2 |
I am building an app that uses .Net remoting. My development machine is on the company domain, but the environment in which it will be deployed is a peer network. I test the app on any machine withing the domain and it works fine. Testing on any machine on the peer network throws an ...
|
| Can Remoting be used to deploy VB.Net applications? | 21 Jul 2004 17:03 GMT | 3 |
I am under the impression that .net remoting can be used to deploy "real" applications over the net. Some sort of vb.net executable with forms for entering data and reports and the whole nine yards on the client machines, and with the data and processing occurring on a
|