|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
A null reference pointer was passed to the stubI'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 --
Show quote
Hide quote
help "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 > > >
Updating access table -- some fields "take", others don't
DLL Function Export Simple mail application EndCurrentEdit Tips? End Processes Inserting text into a RichTextBox Converting an array from integer to string CommandBuilder problem. Is it broken? vb.net2003. StreamReader.Seek(0, Begin) Threading Issue |
|||||||||||||||||||||||