Hi Everyone,

I'm converting VB6 to VB.NET, in vb6 used MPIntegrate.dll and I have migrated to VB.NET

In code it is used as below:

dim sLib as new vb6.FixedLengthString(260)
dim MPAPI as new MPIntegrate.MPScanIndex()

sLib.value = "xxxx "
MPAPI.RemoteIndex = True

MPAPI.Init sLib

when its executes the above line the following error is raised

Bad File name or number-MPIntegrate entry c:\.....

Please any one can help me?

Cheers,
PB