I would like to know how i can use the following line in c#.net ?
Is there any c# equivalent for 'myLib.myObject ' and if it is there,then how to use it ?
Manjit
Code:
Dim myObj myLib.myObject=servercontext.createobject("myLib.myObject")
Manjit