I got this working script on VB.NET which createobject at remote server.
i want to write it in C# - how can it be done ?
VB.net code:
oObj = CreateObject("a aa.bbb", "10.10.20.3 0")
i want to write it in C# - how can it be done ?
VB.net code:
oObj = CreateObject("a aa.bbb", "10.10.20.3 0")
Comment