cannot create activex component

DrieplePoinee

New Member
I used the following code in one of my pages when I was running .Net Beta 2 since I have upgraded to version 1, I get "cannot create activex component" error on the line of the GetObject.<BR><BR>dim oUser = GetObject("WinNT://DomainName/UserName")<BR>For Each oGroup In oUser.Groups<BR> Response.write(oGroup.Name)<BR>Next<BR><BR>Any help would be greatly appreciated.
 
Back
Top