Home All Groups Group Topic Archive Search About

A null reference pointer was passed to the stub

Author
25 Feb 2005 12:22 AM
Sushi
I'm trying to use the IGetAppData interface, with no success!

Reference: COMSVCS.DLL

Dim b As COMSVCSLib.IGetAppData
Dim nApps As System.UInt32
Dim aAppData As System.IntPtr
b = CType(New COMSVCSLib.TrackerServer, COMSVCSLib.IGetAppData)
b.GetApps(nApps, aAppData)

In the last command, I receive the error
Run-time exception thrown : System.Runtime.InteropServices.COMException - A
null reference pointer was passed to the stub.

any ideas ?
Sushi

Author
14 May 2005 8:47 PM
jazz
--
help


Show quote Hide quote
"Sushi" wrote:

> I'm trying to use the IGetAppData interface, with no success!
>
> Reference: COMSVCS.DLL
>
> Dim b As COMSVCSLib.IGetAppData
> Dim nApps As System.UInt32
> Dim aAppData As System.IntPtr
> b = CType(New COMSVCSLib.TrackerServer, COMSVCSLib.IGetAppData)
> b.GetApps(nApps, aAppData)
>
> In the last command, I receive the error
> Run-time exception thrown : System.Runtime.InteropServices.COMException - A
> null reference pointer was passed to the stub.
>
> any ideas ?
> Sushi
>
>
>