I figured I would write a new post for this instead of piggybacking another - I am having a problem with using eConnect on my local machine pulling data from the GP server.  I basically have taken the sample code and modified the connection string - and it all works great when I run it on the GP server directly.  If I take the code and run it from my local machine, it hangs/locks up on the New eConnectMethods object instantiation:Dim requester As New eConnectMethods()  I don't see anything getting logged when this occurs.
Do I need to install something locally for this to work?  I thought I could just reference the 3 dlls per the documentation and all would be good.
Any help would be greatly appreciated.  Thanks in advance!