use dll from remote computer

Posted by maraheem on Stack Overflow See other posts from Stack Overflow or by maraheem
Published on 2010-04-02T07:36:41Z Indexed on 2010/04/02 7:43 UTC
Read the original article Hit count: 342

Filed under:
|
|

i have two computer PC1 and PC2

in PC1 i have a .Net C# dll file that provides operations on sql server database.

my question is - "how can i use this dll file on PC2 through VBScript within Outlook 2003".

I tried this same task on PC1 and i succeeded using the CreateObject("dllfilename.classname") method of VBScript within outlook 2003.

but now i want to use that dll file on PC2.

is there any efficient way by which i can use that dll on PC2 without having to copy dll on PC2.

© Stack Overflow or respective owner

Related posts about remote

Related posts about access