Monday, 15 July 2013

VB6 Class does not support Automation or does not support expected interface -



VB6 Class does not support Automation or does not support expected interface -

i have been facing issue couple days now.

it seems on client site recieving automation error. line of code in im 90% sure coming below:

set otemp = new cpmxmlparser

however in other functions seen

set m_oxml = createobject("pmxmlparser.cpmxmlparser")

which essentialy same except binding.

please note both works locally not on client site thinking maybe dependancy missing seems not ... have info on this?

would

set m_oxml = createobject("pmxmlparser.cpmxmlparser")

be best option?

vb6

No comments:

Post a Comment