Hi,
I have a screen scrapping application which is in VB6, It is running on windows server 2003 and now we wanted to upgrade to windows server 2012 64 bit
I have a problem running the below code, it gives error- 432: File name or class name not found during Automation operation
GetObject("E:\Robots\Sessions\session" & "1" & ".edp")
I also tried specifying the class name
GetObject("E:\Robots\Sessions\session" & "1" & ".edp",extra.system)
Also tries CreateObject first and then GetObject, none of them sees to be working.
Thanks,
Remya
I have a screen scrapping application which is in VB6, It is running on windows server 2003 and now we wanted to upgrade to windows server 2012 64 bit
I have a problem running the below code, it gives error- 432: File name or class name not found during Automation operation
GetObject("E:\Robots\Sessions\session" & "1" & ".edp")
I also tried specifying the class name
GetObject("E:\Robots\Sessions\session" & "1" & ".edp",extra.system)
Also tries CreateObject first and then GetObject, none of them sees to be working.
Thanks,
Remya