|
VbScript CreatObject error Hi,
I created Com Object and registered it.
After registration I deleted the dll contains the Com Object.
Then, calling the folowing vbscript:
set obj = CreateObject("MyNamespace.MyClassName")
raise the error message "The System cannot find the file specified"
How can I retrieved the filename (the dll that I deleted)???
Thanks, Eitan |