| Thread | Last Post | Replies |
|
| Remoting, GC problem outside VS.NET | 29 Jan 2004 22:04 GMT | 2 |
I've created a remoting host as a console-app and all classes have a "Console.WriteLine" in their constructor/destructor for debugging reasons. I'm using singlecall objects. After compiling the application in releasemode and running it in
|
| SocketException on Socket.Connect(EndPoint remoteEP) | 29 Jan 2004 21:58 GMT | 2 |
I am having problems with .NET Remoting. The exception along with some stripped down code are below. We have two machines with a switch and firewall between them (with all ports open), but right now we are bypassing the switch and using actual machine names in our code.
|
| Return argument has an invalid type | 28 Jan 2004 21:37 GMT | 4 |
I use IIS to host a simple remotable object, which returns a filled DataSet from its ExecuteQuery() method. When hosted in a standalone remoting server this method returns as expected, but on IIS I get the following exception
|
| Make my DAL dll know where the database is???? | 28 Jan 2004 17:57 GMT | 1 |
I've written a data access component which I want to install on a database server machine. I have two questions which I'd would appreciate anyone's advice / experience.
|
| Changing to tcpchannel | 28 Jan 2004 16:29 GMT | 1 |
Hi I want to have maximum performance on my remote object. I am currently using http/soap. may be tcpchannel is the best; what changes I should do in my config file and client code. thanks,
|
| ExecutionEngineException | 28 Jan 2004 10:07 GMT | 3 |
.Net 1.1 upgrade problem : ListBox gets ExecutionEngineException during remotin Hi we have an application with a remoting interface between a clien app and a service app The client has a listbox
|
| Are any examples for server side sponsors using the factory? | 28 Jan 2004 05:58 GMT | 3 |
I am using the TCP CAO SAO factory pattern. Does anybody know an example for server side sponsors? Thanks
|
| System.Net.WebException: (MS Example) | 28 Jan 2004 03:46 GMT | 1 |
I'm running through an example of remoting in a MS book where I create a console based chat client. After scrtinizing my code over and over again, I'm sure I have it right... But it's not working
|
| Remoting and Static Methods | 28 Jan 2004 01:11 GMT | 2 |
We are using ASP.Net Remoting with our business Objects. All our BO’s are stateless. In each call I pass all the parameters. Currently we are using Instance classes (objects). On each page we instantiate an Object and call the method. Our application Performance is low. My ...
|
| 405 error from remote server. | 27 Jan 2004 19:57 GMT | 1 |
I'm a little lost with this. I'm using a http channel with binary formatter. Using the configurationfile method. The connection gets made but any method call throws a 405.
|
| Asp Remoting Error | 27 Jan 2004 16:50 GMT | 1 |
I'm need help trying to diagnose a error I'm receiving from IIS 5.0 on a Windows 2000 Server machine. We are trying to remote a call to a remoted Object service and receive the following error: System.Net.WebException: The underlying connection was closed: An unexpected
|
| Problem with BeginInvoke and async threading | 27 Jan 2004 16:24 GMT | 2 |
my problem is as follows: My program has various plugins. That means calling assembly and currently running plugins are in different folders. While one plugin is active and I start an async thread via BeginInvoke, the runtime cannot find the assembly and type (class) of
|
| vs2002 to 2003 break change help! | 27 Jan 2004 16:15 GMT | 1 |
i am gettin "Attempted to call a method declared on type System.Reflection.IReflect on an object which exposes 'myobject i am using ' Initialize Configuration
|
| MBRO and buffer logic | 27 Jan 2004 08:00 GMT | 2 |
I noticed a problem in .NET remoting with the following definition in a MBRO class public abstract int Read(byte[] buffer, int offset, int count); When you call this method, remoting will transmit the buffer from
|
| [OT] Windows Server 2003 stops my service from running | 27 Jan 2004 02:36 GMT | 4 |
I know this is a little OT for this group, but figured at least someone here would know the answer. I've got an app using remoting, the server side is a Windows Service and the client side is a standard Windows Forms app. The service is
|