| Thread | Last Post | Replies |
|
| newbee help | 12 Jul 2004 19:22 GMT | 2 |
folks i am trying out th sample multiserver application from I. Rammer eg 3.20 3.21 and the client
|
| Client trying to access to unactivated objects | 12 Jul 2004 10:47 GMT | 2 |
Hi NG I've got another issue in my remoting application. I want to catch and manage the exception thrown when a client try to access to the remote objects whereas the server is not lauched.
|
| Problem with Transaction | 11 Jul 2004 13:10 GMT | 6 |
I am developing an enterprise application. I am using Enterprise Services provided by .NET. I am calling these methods.. ContextUtil.SetComplete() ContextUtil.SetAbort()
|
| Debugging .NET Service process | 09 Jul 2004 22:03 GMT | 5 |
There doesn't seem to be a newsgroup for .NET windows services, so I'll ask this question here... I want to create a debug version of my windows service so which is not derived from System.ServiceProcess.ServiceBase. I want to do this so I can
|
| Choosing a well know port number | 09 Jul 2004 22:00 GMT | 4 |
Here's a simple question: I'm building an application that will have a wide deployment in a specific industry. I am using .NET remoting and will need to assign a few well known port numbers.
|
| Singleton problem under IIS | 09 Jul 2004 17:03 GMT | 4 |
I have a remote object (residing in a DLL) that is hosted by IIS. The object should be created as a singleton as specified in the web.config : <configuration> <system.runtime.remoting>
|
| Proper way to destroy a remoting server | 09 Jul 2004 16:34 GMT | 6 |
I'm using a Remoting server (Singleton) and i would like to controle its destruction. Is there a kind of RemotingConfiguration.Disconfigure? And most important : Is there a way to call a function before
|
| setting customErrors="off" programmatically | 09 Jul 2004 15:38 GMT | 1 |
I know how to set the <customErrors> tag in a .config file and use RemotingConfiguration.Configure to apply it. Does anyone know how to apply this flag programmatically instead (i.e. without a .config file.)? Thanks!
|
| PropertyGrid throws when selected object is remoting object | 09 Jul 2004 14:26 GMT | 1 |
I'm trying to use the property grid to browse properties on a remoting object. While setting the SelectedObject property of the PropertyGrid I get the following exception... "Attempted to call a method declared on type
|
| create local object after remoting is configured? | 09 Jul 2004 12:34 GMT | 3 |
i have the opposite problem to everyone else. i want to still create a local instance of an object after i have loaded the remoting configuration. so i want MyRemoteObject mro = new MyRemoteObject();
|
| Is there a way to add httpHandler programmatically instead of web.config? | 08 Jul 2004 22:22 GMT | 1 |
Is there a way to add httpHandler programmatically instead of web.config? Thanks, Konstantin.
|
| remoting error help | 08 Jul 2004 20:05 GMT | 1 |
I am trying out sample 3.5 the client Acesses the client activated object from ingo rammer adv .net remoting http://www.apress.com/book/supplementDownload.html?bID=47&sID=442 i get the following error when i try to do
|
| Serialization | 08 Jul 2004 18:55 GMT | 3 |
Does anyone know of any tools / solutions to automatic serialization of objects (like the [Serializable] attribute with no custom implementation, but *without* the versioning headaches) ? By versioning headaches, I'm specifically referring to the problem where
|
| How to access published singleton object from the host itself? | 08 Jul 2004 17:09 GMT | 7 |
I'm publishing a singleton object on a windows-forms based host .exe program, but also want to monitor its state from this host .exe, basically displaying some internal state member variables every 5 mins in a textbox. What's the best approach to take for this scenario? It's ...
|
| Are there any MVP's that monitor this site | 08 Jul 2004 16:33 GMT | 3 |
haven't seen a response by a single one.
|