Hi all. I have a .NET component that implements several interfaces
and derives from ServicedComponent. It has a fixed GUID and ProgID.
Everything was working great, and then I implemented a new interface,
IConnectionPointContainer, with this component. Now when I register
it using regsvcs, I ...
more >>
Hi,
I'm trying to get the objectSID from the active directory objects selected
in the directory object picker dialog. But IDataObject.GetData() returns
always 0x80004001 (E_NOTIMPL) when I supply the attribute 'objectSID' in
DSOP_INIT_INFO. Without this attribute (cAttributesToFetch=0), the...
more >>
I have written a COM interop DLL in VB.NET for .NET 2.0.50727. In it, I have
defined one of the enums as follows:
Public Enum side : uint
All = &HFFFFFFFF
Left = &H0
Right = &H1
Count = &H2
Both = &H3
Neutral = &H4
Undef = &HEEEEEEEE
...
more >>
Hello,
I have created an interop assembly in C#.
But I couldn't find any way to return an specific HRESULT value, e.g.
E_NOTIMPL, for a com visible interface method which I haven't impemented.
Which ways have I to do this?
Thanks for your time and any suggestions.
Best regards
Detlev
...
more >>
Hi everyone,
We have a c++ server application that we are writing a GUI client
application for. To save our time and to avoid duplicating all the code and
functionality that already exists in c++ classes I am building a managed c++
assembly around these classes so that a c# program can use...
more >>