Hi,
I am exploring .net remoting useing windows service. During that I have faced some problem.
1. One remote object can remote throug one service. Than we create proxy dll in client side corresponding to that object. Can we remote multiple remote object in one service as well as one client proxy dll ?
2. Can we remote enum which is in a class?
I am exploring .net remoting useing windows service. During that I have faced some problem.
1. One remote object can remote throug one service. Than we create proxy dll in client side corresponding to that object. Can we remote multiple remote object in one service as well as one client proxy dll ?
2. Can we remote enum which is in a class?
Comment