use dll from remote computer
- by maraheem
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.