.net remoting issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SKanchan
    New Member
    • May 2007
    • 2

    #1

    .net remoting issue

    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?
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Welcome to the site. Here is an article that may help:
    How To Host .NET Remoting Objects In Windows Service Application

    Comment

    • SKanchan
      New Member
      • May 2007
      • 2

      #3
      This doc is a good one but this doesn't help me to solve my problem.
      I have one another issue that how to manage common element in different tier?

      I have two business dll. Both have same common element. When create proxy dll accourding both business object. Some same common elements are coming in both way.It face duplicate problem.

      Comment

      Working...