| Thread | Last Post | Replies |
|
| Remoting problem with Window Service | 02 Oct 2003 23:50 GMT | 1 |
Hi, I have got weird remoting problem. I have RemotingObject which makes call the oracle database and retrieve data. I have configure remote object using Config file. Now
|
| Writing client in C# while server is written in C++ (Named Pipes) | 02 Oct 2003 23:46 GMT | 1 |
Can i call native Named Pipe methods of Win32 kernel to make a client connection from C# to named pipe server written in C++? i mean without using remoting channels? or i should use only remoting channels to implement named pipe connections? If It is so, i can not
|
| Get remote metadata | 02 Oct 2003 17:57 GMT | 2 |
How can i get the metadata of the my remote component, in runtime? I dont want copy the interface or class dll to the client. I?m sorry by my english, i?m brazilian. []?s
|
| How to Pass adictional information in ObjRef Object. | 02 Oct 2003 17:34 GMT | 1 |
Is there a way to pass additional information from server to client in a objref object ??? I already build a MyObjRef class but this approach only works if the class is instantiated via
|
| remoting between appdomains in the process | 02 Oct 2003 17:33 GMT | 1 |
I have read in the MSDN. "You can also use .NET remoting to communicate with other application domains in the same process.". But there are no examples for this scenario. If anyone have idea to implement this scenario, send me the example source
|
| Can I invoke a webservice from a remote object | 02 Oct 2003 00:52 GMT | 1 |
Is it possible to invoke a Webservice from a remote object? I have no problems making a remote object call and even calling and returning other remote objects, from the first, back to the client. However I can't seem to call a webservice that returns some data that I use to
|
| SingleCall Objects Initialising.... Please Help | 01 Oct 2003 10:25 GMT | 1 |
i am working on an application which has a middle tier to connect to database to perform tranxactions for client, client will create variuos proxy classes using remoting..and will call various methods.. now i want to keep all the details related to database on the server.
|
| New to remoting - Events | 01 Oct 2003 09:44 GMT | 12 |
just getting my head round remoting and I'm coming up against this exception when trying to use a remote object that can raise events: An unhandled exception of type 'System.Security.SecurityException' occurred in mscorlib.dll
|