User Profile

Collapse

Profile Sidebar

Collapse
HDclubber
HDclubber
Last Activity: Sep 18 '08, 03:17 PM
Joined: Sep 18 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanks... but this solution dosent work.
    I use DCOM client&server objects.
    i did reference to the COM object in the project.

    I need to pass ip param at the instantiate of this object so it will instantiate the COM object at the server.

    when i use this line in vb - it works fine:
    obj = CreateObject("a aa.bbb", "10.10.20.3 0");

    but when i use your solution in c...
    See more | Go to post

    Leave a comment:


  • HDclubber
    started a topic how do i CREATEOBJECT("aaa.bbb", "ip param") in C#
    in .NET

    how do i CREATEOBJECT("aaa.bbb", "ip param") in C#

    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")
    See more | Go to post
No activity results to display
Show More
Working...