please tell me the error

aditya12c

Active member
Joined
Aug 21, 2005
Messages
26
Programming Experience
Beginner
hey guys i am uploading a program of peer to peer to network.... which i had downloaded from some sites for learning.........
please check it and tell me the error

i am getting error at this line
in clientProcess.vb

' Create the proxy that references the server object.
Server = CType(Activator.GetObject(GetType(ITalkServer), "tcp://localhost:8000/TalkNET/TalkServer"), ITalkServer)

Server.AddUser(_Alias, Me)


whats the error and how to create proxy that reference to the server object........ is der an error at "tcp://localhost:8000/TalkNET/TalkServer"
than what to write in place of that ......

 

Attachments

  • Talk .NET File Transfer.zip
    140.1 KB · Views: 39
Back
Top