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.