CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2003
    Location
    Bangalore, INDIA
    Posts
    180

    Automation server can't create object

    Hi guys

    I tried creating something as follows -

    var objFSO = new ActiveXObject("Scripting.FileSystemObject");

    and I got the error

    Microsoft JScript runtime error: Automation server can't create object.

    I tried changing a few of the Internet Options to overcome this, but to no avail !

    What could be the reason for this and how can I eliminate this error ?

    I am using IE 6.0 on Windows 2000 Professional

    Thanks in advance.

    Suby

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Automation server can't create object

    This is usually a corrupted Scripting engine problem. You should re-install.

    http://msdn.microsoft.com/library/de...ist/webdev.asp
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured