Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet interop > august 2007 > threads for august 1 - 7, 2007

Filter by week: 1 2 3 4 5

.NET interface not appearing in COM+ app... help?
Posted by carl_bevil NO[at]SPAM yahoo.com at 8/7/2007 11:10:11 AM
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 >>

E_NOTIMPL in GetData method when querying objectSID from Directory Object Picker
Posted by Beat Bucheli at 8/7/2007 12:00:00 AM
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 >>

Enums and Import of Type Library
Posted by Adnan at 8/6/2007 8:52:00 AM
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 >>

Howto return a specific HRESULT value from an interop assembly?
Posted by little wizzard at 8/2/2007 1:56:00 AM
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 >>

Exposing a c++ enum in a managed c++ assembly
Posted by Dean Mitchell at 8/2/2007 12:00:00 AM
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 >>



DevelopmentNow Blog