About 164,000 results
Open links in new tab
  1. vbscript - Error: ActiveX Component Can't Create Object Scripting ...

    Mar 20, 2015 · c:\fso.vbs (1, 1) Microsoft VBScript runtime error: ActiveX component can't create object: 'Scripting.FileSystemObject' I tried to login as admin and execute wscript -regserver, …

  2. Microsoft VBScript runtime error '800a0046' Permission denied

    Nov 5, 2012 · I get the following error: Microsoft VBScript runtime error '800a0046' Permission denied When running a classic asp application. The error is here: (in the ...

  3. dll - ActiveX component can't create object - Stack Overflow

    I have just installed a third party app on my Windows Server 2008 server and I get the ActiveX Component can't create object message when I try to access using a CreateObject in VBScript.

  4. VBScript runtime error: Object required error started appearing ...

    Mar 23, 2015 · FILEPATH\VBS SCRIPTNAME.vbs (7, 1) Microsoft VBScript runtime error: Object required I did a little research on this error, and I'm not really sure how it applies to what I'm …

  5. No clue.. Overflow, Microsoft VBScript runtime error '800a0006'

    Because you are running Windows Server 2003 you may be affected by a fault in the C++ Runtime library and can download a hotfix from Microsoft. For further details, refer to Microsoft …

  6. VBScript -- Using error handling - Stack Overflow

    Oct 1, 2008 · VBScript has no notion of throwing or catching exceptions, but the runtime provides a global Err object that contains the results of the last operation performed. You have to …

  7. VBscript error code 800A0046 permission denied - Stack Overflow

    May 22, 2019 · Line: 9 Char: 2 Error: Permission denied Code: 800A0046 I have tried locating the script in a public network share folder so all users can reach it and have highest permissions …

  8. vbscript - VB Error "object required" - Stack Overflow

    I'm getting an "object required" error on line 54, the last line, when I run the following script. What is wrong? Option Explicit Dim cmdString, g_strHostFile ...

  9. vbscript Type mismatch error when calling function

    Jul 12, 2016 · Type Mismatch error: You attempted to compare values of incompatible data types. For example, comparing a string and a numeric value. To correct this error: +++Make sure the …

  10. vbscript - "Error 800A0005 - Invalid procedure call or argument" …

    Jun 6, 2015 · "Error 800A0005 - Invalid procedure call or argument" when writing to file Asked 10 years, 6 months ago Modified 3 years, 5 months ago Viewed 3k times