I haven't changed anything on my XP SP1 PC since last week - now all of the
sudden, I cannot create any IE instances via VBScript.

Even with this simple script:

Set s = CreateObject("InternetExplorer.application")
s.Visible = True

' Change the following line to the Internet site you want to open.
s.Navigate "http://www.microsoft.com"


I get :

Line: 1
Char: 7
Error: Permission denied: 'CreateObject'
Code: 800A0046
Source: Microsoft VBScript runtime error

I have various scripts that depend on the IE interface (I use it as a status
update)...what the heck can I do about this?

Re: Permission denied: 'CreateObject' ... all of the sudden by Ulf

Ulf
Mon Nov 01 20:28:14 CST 2004

R Dunn wrote:
> I haven't changed anything on my XP SP1 PC since last week

needless to say ... ;-)

> - now all
> of the sudden, I cannot create any IE instances via VBScript.

Do you run the script with administrative credentials?



Re: Permission denied: 'CreateObject' ... all of the sudden by R

R
Tue Nov 02 09:50:19 CST 2004

XP SP1 PC - - yeah, I know... hehe

I'm an administrator on the PC - but now, I've also noticed other strange
issues cropping up. For example, while I am in our help desk system (web
based - it's Network Associates Magic), I get an error saying that I do not
have permissions to the options.asp file. Seems to be symptomatic of not
having admin rights on the box any longer, but I think something else is up.

I've begun to reload XP on it - so we'll see what happens there.

Thanks for your reply - :)

Rob

"Ulf Dornheck Busscher" <ulfdb@web.de> wrote in message
news:O5xiOOIwEHA.3620@TK2MSFTNGP09.phx.gbl...
> R Dunn wrote:
> > I haven't changed anything on my XP SP1 PC since last week
>
> needless to say ... ;-)
>
> > - now all
> > of the sudden, I cannot create any IE instances via VBScript.
>
> Do you run the script with administrative credentials?
>
>