HI all ,
I am using Windows 2000 OS for out server . We use a VB tool to deploy all the COM applications. In that , this is a snippet of code that is failing :
At this point , the program just throws an exception "Type mismatch" and comes out .
I have searched google for this but cant seem to find the appropriate answer .
Any ideas ?
Regards ,
Rhitam
I am using Windows 2000 OS for out server . We use a VB tool to deploy all the COM applications. In that , this is a snippet of code that is failing :
Code:
Option Explicit Dim ComAdm As New COMAdmin.COMAdminCatalog Set ComAdm = CreateObject("COMAdmin.COMAdminCatalog")
I have searched google for this but cant seem to find the appropriate answer .
Any ideas ?
Regards ,
Rhitam
Comment