S
SamSpade
I have two files that use the same namespace, CAG.LibraryNS
The first is a CS file
The second is a VB file
The CS file defines a class, CsWinApi
The VB file tries to call a method in the CS file
hResult = CAG.LibraryNS.CsWinApi.SHGetMalloc(ShellMalloc)
But gets the error: CsWinApi is not a member of LibraryNS
Any idea what might be wrong??
Thanks
The first is a CS file
The second is a VB file
The CS file defines a class, CsWinApi
The VB file tries to call a method in the CS file
hResult = CAG.LibraryNS.CsWinApi.SHGetMalloc(ShellMalloc)
But gets the error: CsWinApi is not a member of LibraryNS
Any idea what might be wrong??
Thanks