DotNetNewbie
Programmer
Hi,
I have been running my login script for over a year now without any issues. However recently a single PC is generating an error when the user logs in:
ActiveX component can't create object: 'InternetExplorer.application'
The error relates to a line in the script:
Set MSIE = CreateObject("InternetExplorer.Application")
The user has Internet Explorer 6 at the moment, however they did also install Google Chrome - which has now been removed.
Has anyone else encountered this before? Or have any suggestions on resolving this issue?
Regards,
.net
I have been running my login script for over a year now without any issues. However recently a single PC is generating an error when the user logs in:
ActiveX component can't create object: 'InternetExplorer.application'
The error relates to a line in the script:
Set MSIE = CreateObject("InternetExplorer.Application")
The user has Internet Explorer 6 at the moment, however they did also install Google Chrome - which has now been removed.
Has anyone else encountered this before? Or have any suggestions on resolving this issue?
Regards,
.net