1
Answer

DotNet Remoting

Photo of munishk_mm

munishk_mm

21y
1.6k
1
Hi, I have DotNet remoting question and this is related to while development. I am working on C#/windows application. One of client (window form) need to access the method remotely (from remoting server)...Question: When I am building the client while in development mode do I have to set reference explicitly to the DLL server (remotable object) because if I do that then when moving to production, I don't know in which folder remote server .DLL would be installed.

Answers (1)

0
Photo of Suthish Nair
NA 31.7k 4.6m 13y
Using Convert.ToDateTime(); method...