Getting HResult Error while using vb6 com into vb.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dlakshmi
    New Member
    • Sep 2006
    • 1

    #1

    Getting HResult Error while using vb6 com into vb.net

    Hi,

    i am creating windows services which is used existing vb6 com.
    I have converted my vb dll to interop dll using tlbimport.
    VB6 dll has collection class object.
    If am runing my code in Windows xp machine its working fine.
    But i am deploying it into Windows nt machice i am getting below error message.

    Exception from HRESULT: 0x800A000D.
    Error Source : at VBA.CollectionC lass.Item(Objec t& Index)

    Collection object has values, i have checked through debug log.

    Any one please help me to solve this issue.

    Thanks
    Dhana
Working...