| Thread | Last Post | Replies |
|
| Remoting problem | 14 Mar 2004 05:37 GMT | 2 |
I am learning how to create remoting apps... and using direct calls instead of using Configuration files or IIS. I used some samples found in MSDN... but when I make the call to a ServiceClass.sayHello(..) function.. I get an
|
| File or assembly name RemoteObject, or one of its dependencies, was not found | 13 Mar 2004 05:17 GMT | 8 |
I'm trying to get Microsoft's example of .Net Remoting via a Windows Service to work. Url as follows: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/S ecNetHT15.asp but I keep getting the following error:
|
| SerializationException and security restrictions | 12 Mar 2004 22:50 GMT | 3 |
I am hosting a remoted object with a set of different functions. I have been using it fine with most of the functions. However I get a System.Runtime.Serialization.SerializationException when i use any function that takes in as a paramater my own type of Document.Document. The ...
|
| Windows Service to start remote object | 12 Mar 2004 19:17 GMT | 1 |
Hey All, I know this has been asked all over the place, but I can't find a definite answer. I have a console app that has a main method
|
| Scaling | 12 Mar 2004 15:54 GMT | 4 |
Anyone got a feel for the number of clients would be worth considering IIS ( http ) instead of a Windows Service (tcp). We have an application server currently running in Windows Service. We have no more than 500 clients running Windows Forms - should we consider IIS to
|
| Return a Datareader w/ Remoting | 12 Mar 2004 15:25 GMT | 2 |
I'm just getting started with Remoting so forgive my ignorance. I'm currently just running some tests to make sure Remoting will do everything I need it to do, however, I've run into a weird problem that I really can't find any info on.
|
| MS Remoting Event Fix Didn't Fix | 12 Mar 2004 15:24 GMT | 2 |
I was happy to see an attempt at a fix of Remoting Event Sample: http://support.microsoft.com/default.aspx?scid=kb;en-us;312114#appliesto However, it still doesn't work. The client is only talking with itself. Can anyone point me to a Remoting Event sample that really works. I ...
|
| How do you remote an Image or Bitmap object? | 12 Mar 2004 15:04 GMT | 1 |
I tried to remote an Image object and kept getting a 'can't find raw image' exception (or something like that). Here are some of the things I tried. Local: Image image = RemoteServer.GetImage(filename);
|
| Socket error when restarting host app | 12 Mar 2004 14:43 GMT | 9 |
I am always getting an error "allowed single use of socket adress" when i have to restart my host app Error occurs only when i have created an clien activated object on host After that to restart my host app i have to change my port or wait for about 10 minutes, after that host app ...
|
| Problem with remote events | 12 Mar 2004 03:01 GMT | 6 |
Hi I'm having a bit of a problem with getting event to work with remoting. I'm trying to get it to work with Ingo Rammers code. I've updated the config files to reflect the security changes in 1.1.
|
| Cross AppDomain Channel | 11 Mar 2004 19:09 GMT | 4 |
I've been looking at the relative speeds of communicating between two appdomains in a process. The internal CrossAppDomainChannel is 8 - 10 times faster than TCP, so I'd be keen for it to be more widely available, but sadly it is a private internal channel.
|
| Is it possible to perform remoting object for ado.net? | 11 Mar 2004 19:06 GMT | 3 |
I try to build a data access layer in remote object as singlecall.... Firstly, I get an connection object from one remote object and then pass it to another remote object.... There is an error in schemafill in dataadaptor... (Permission denied: cannot
|
| Custom Errors | 11 Mar 2004 18:41 GMT | 1 |
I am attempting to turn on custom errors on the machines so that I can debug a particular problem, but no matter how I put the config file, it doesnt seem to pick it up. The exception that gets thrown keeps on telling me that I need to turn CustomErrors The config files ive used ...
|
| Calling remote objects from ASP.NET app | 11 Mar 2004 16:09 GMT | 6 |
I'm new to remoting, so this is probably someting very easy that I am missing. I have an ASP.NET application that tries to access remote objects on a different server. I have a Client.exe.config file in the virtual directory
|
| How to detect that server IIS is restarted | 11 Mar 2004 15:46 GMT | 2 |
Is there a way for the client to detect that Server (IIS) was shutdown or restarted? Regards, Konstantin.
|