Results 1 to 2 of 2

Thread: Distributed Applications

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2002
    Posts
    2

    Angry Distributed Applications

    I'm developing a distributed application in VB.NET. I must use two kinds of components (business and data access). Those two components (dll) should be placed in diffrent computers (servers). I just can't access those dll's if they are in other computers. As soon as I turn the 'copy local' option on the reference to false, it never works.

    I've read thousands of books and articles about distributed architectures, but none of them explicitly described how to use them. Do I need to register them as COM+ applications? Do I need any other technology?

    NetAngel

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    look into remoting. This allows you to call methods on a dll over any channel including tcp and http.


    Too much for me to fully explain here but just searh google.com for

    Remoting .NET

    and you should find some information.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width