In vb.net application call to createObject() fails

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vijayB
    New Member
    • Mar 2008
    • 40

    In vb.net application call to createObject() fails

    Hi All,

    I am creating an application in vb.net, in which I am using createObject("S cripting.FileSy stemObject) function call. Under administrative rights it runs. But when I switched to restricted user mode createObject call fails and gives exception as " Cannot create ActivX component".

    Please help me to resolve this issue.

    Regards,
    Vijay
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Don't run as restricted user.

    Comment

    • vijayB
      New Member
      • Mar 2008
      • 40

      #3
      Originally posted by Plater
      Don't run as restricted user.
      but I dnt want to assign administrative rights to my end users..
      Actually application requires that !!!

      Comment

      Working...