Hi

I am having difficulty at the moment calling a dll in InterDev. I installed Windows2000 professional server and have IIS running and also installed interdev,

This is the code for calling the dll.

dim objfoldername,name
set objfoldername = CreateObject("GetFolderName.GetFolder")

name = objfoldername.GetFolderName

msgbox name

This code is placed in the window onload but when I run the asp page nothing happens and I do not even get an error back indicating what has caused this to fail.

There is someone else here and he tried it on his machine and it succeeded. Is there something I have forgotten to install or make reference to??