Hi All,
When Using the OLE/COM object viewer, i tried creating an instance of a component currently registered and i get the following error
IClassFactory::CreateInstance Failed.
Unspecified Error.
E_FAIL ($80004005)
The reason is because in one of the APS pages, the error occurs on this line
set test = Server.CreateObject("Test.function"
with the same type of error.
When i tried opening that component i get the following message mention above. What could be the problem? Is the problem cause by the component. As I am really new to components it has been really hard for me to determine the root of the problem. I really would appreciate it if someone could point me to the right direction.
Thank you all
Yue Jeen
When Using the OLE/COM object viewer, i tried creating an instance of a component currently registered and i get the following error
IClassFactory::CreateInstance Failed.
Unspecified Error.
E_FAIL ($80004005)
The reason is because in one of the APS pages, the error occurs on this line
set test = Server.CreateObject("Test.function"
with the same type of error.
When i tried opening that component i get the following message mention above. What could be the problem? Is the problem cause by the component. As I am really new to components it has been really hard for me to determine the root of the problem. I really would appreciate it if someone could point me to the right direction.
Thank you all
Yue Jeen