| Thread | Last Post | Replies |
|
| serious remoting performance problem - possible workaround | 22 Mar 2004 12:00 GMT | 5 |
I think I found a serious problem in remoting calls, and specifically in formatter/serializer I think. Example: Using remoting TCP channel (on LAN) and binary formatter it takes
|
| ILASM | 22 Mar 2004 10:06 GMT | 1 |
why have a tool like ILASM.exe that is generating code just like the CSC.exe ? what is the added value ? thnx
|
| Very difficult situation | 22 Mar 2004 08:36 GMT | 7 |
I have a very difficult problem. I had some elements 1 - .dll written in old C++ (not managed) 2 - server written in C# (remoting server)
|
| Unicast Events | 22 Mar 2004 06:13 GMT | 4 |
I wanted to know whether there is a way to Unicast a delegate? I mean suppose we have multiple clients and a server. We want to fire a an event and some of these clients not all of them receive this event. I think this is possible but I don't know how.
|
| Deserialisation Woes Continue - Please End the Misery! | 20 Mar 2004 18:40 GMT | 3 |
Hey All, I'm still having the dreaded deserialisation security error even with this relatively simple setup so I've decided to post my code in the hope that someone can tell me what's going wrong. I have a library called simple.dll shared on IIS in the virtual directory
|
| Problem loading assembly in a different AppDomain | 19 Mar 2004 19:58 GMT | 4 |
Hi I am trying to develop a plugin infrastructure for my application I create a new AppDomain, and then try load a plugin assembly into it. Here is the code FileInfo fiLocal = new FileInfo(Assembly.GetExecutingAssembly().Location) AppDomainSetup pluginHostSetup = new ...
|
| progress bar while file uploading | 19 Mar 2004 17:52 GMT | 2 |
I have seen few components which show progress bar while file uploading to web server . Just want to know what is the logic behind this is. Mr.Bug
|
| Serialisation Security on Client | 19 Mar 2004 17:10 GMT | 6 |
Hi again all, I've been reading about setting the serialization level by setting the typeFilterLevel attribute of the <formatter> tag in the server config file and also programatically on the server to overcome the deserialization issue
|
| Maintainability. | 19 Mar 2004 16:57 GMT | 1 |
Remoting has one disadvantage of Maintainablity. Is it ture
|
| how to use Activator.CreateInstance() ? | 19 Mar 2004 16:55 GMT | 3 |
How do I use Activator.CreateInstance() in a client if I want to instantiate an object on the server ? I read something about : first thing to do is exposing the server-object using the 'export'-attribute ???
|
| hosting remoting object in windows services | 19 Mar 2004 06:46 GMT | 4 |
Hi. I'm building a client-server application where the server is currently running as a console application. After reading some interesting articles on running the server as a window service, I built a new VisualStudio Windows Service project containing 2 new classes: an installer ...
|
| Mouse Cursor | 19 Mar 2004 04:14 GMT | 4 |
I set base.Cursor = Cursors.WaitCursor; right before calling an asynchronous remoting call. But right after the call the mouse pointer goes back to the
|
| Question about Remoting and using TcpChannel | 19 Mar 2004 00:51 GMT | 2 |
I've got a question about Remoting and using the TcpChannel object. I was reading on Ingo Rammer's site about how in the Framework 1.1, you needed to use additional code for client activated objects to deal with the additional security. So, I took the code that Ingo had, and ...
|
| Windows service | 18 Mar 2004 20:27 GMT | 4 |
I'm using a windows service as a host for my remote objects. This works fine until suddenly it stops working. Meaning that the client application hangs! The only thing I can do is restart the service on the server. It is impossible to restart this service because there is only be ...
|
| not able to connect to server ,telnet also fails | 18 Mar 2004 19:31 GMT | 1 |
I have created a simple (server and client) .net remoting application. the server component is installed in a remote machine and it has to listen to a port i am pasting the server code and the config file.
|