Both objects, filesystemobject and dictionary, reside in WINNT\System32\scrrun.dll.
so i checked the web server and it's there and it has not been modified recently.
then what's the problem? help is greatly appreciated.

"Simon" <swu@proximo.com> wrote:
>
>hi all,
>they did something in the web server yesterday and today i have problems
>with the following lines:
>Set myRequest = CreateObject("Scripting.Dictionary")
>error: ActiveX component can't create object: 'Scripting.Dictionary'
>and
>Set MyFileObject=Server.CreateObject("Scripting.FileSystemObject")
>error: invalid ProgID
>it seems that these two objects are missing in the server. what do i have
>to reinstall to have them available again?
>thanks in advance
>
>