Hi all experts,
I have encountered an error
"ActiveX component can't create object:'UserAccounts.CommonDialog'
I am simply wanting to open up the common dialog with a
button, so users can select the file they want to upload.
However, I was unable to get this to work on client's computers except mine.
The problem is not that I cannot get it to work. It is working perfectly on my computer. And after I did a research on Google, I found out it has something to do with
register the comdlg32.ocx component.
So I did it on the client's computer with
regsvr32 C:\Winnt\System32\comdlg32.ocx
Am I registering at the correct directory?? or it does not matter?
I still cannot get this to work. I have tried to run the asp page on several different computers, none of them worked. Is there any other objects that I have to register??
Any feedback will be appreaciated.
Thanks,
Laic
I have encountered an error
"ActiveX component can't create object:'UserAccounts.CommonDialog'
I am simply wanting to open up the common dialog with a
button, so users can select the file they want to upload.
However, I was unable to get this to work on client's computers except mine.
The problem is not that I cannot get it to work. It is working perfectly on my computer. And after I did a research on Google, I found out it has something to do with
register the comdlg32.ocx component.
So I did it on the client's computer with
regsvr32 C:\Winnt\System32\comdlg32.ocx
Am I registering at the correct directory?? or it does not matter?
I still cannot get this to work. I have tried to run the asp page on several different computers, none of them worked. Is there any other objects that I have to register??
Any feedback will be appreaciated.
Thanks,
Laic