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 > september 2005 > threads for september 29 - 30, 2005

Filter by week: 1 2 3 4 5

Read Exchange Mailbox
Posted by Terry Holland at 9/30/2005 10:32:38 AM
Im not sure if this is the correct group for this question. If not please advise of other group more suited. I am trying to write a windows service that would read a number of Exchange mailboxes at set intervals and respond to unread emails in the mailboxes. Could someone point me in directio...more >>


How to handle dispevent in C#
Posted by Ying-Shen at 9/29/2005 8:55:02 PM
Hi all, I'm trying to port a C++ program to C#, this program interoprates with a COM component, and it needs handle hanle some disp events exposed by that program, in C++, this program archive this using ATL by mixing in IDispEventSimpleImpl class and some SINK_MAP definitions. The qu...more >>

Help! How do I Specify .config Information if my Assembly Client is a VB6 Application?
Posted by Joseph Geretz at 9/29/2005 5:35:41 PM
I need to download a greater than 4 megabyte attachment via WSE / DIME. The only way I know how to configure this is via a .config file. Normally, the ..config file is the same name as the base application. I built a .NET driver program to test this, NetBrokerDriver and provided a NetBrokerD...more >>

How to tell if Outlook interop created new Outlook process
Posted by Rodger Constandse at 9/29/2005 3:57:19 PM
Hello, I have a WinForm application that interacts with Outlook using interop. Is there a way to tell if the 'new MSOutlook.Application()' call is actually creating a new Outlook process, or it is using an existing Outlook process? I want to terminate the Outlook process if it was spawned...more >>

Can't debug VS.NET 2003 COM server application after installing VS 2005 RC
Posted by Jeff Brown at 9/29/2005 3:18:12 PM
I've developed a C# class library that runs as an in-process COM server within a VB6 application. I developed my library with VS.NET 2003, and it must continue to be developed on that platform for the foreseeable future. Yesterday, for a completely unrelated purpose, I downloaded and insta...more >>

How to return an HRESULT to COM caller?
Posted by Ying-Shen at 9/29/2005 1:54:43 PM
Hi all, I need to implement an COM interface in C#, there is one method whose IDL definition is HRESULT IsServerAvailable(); which is supposed to return an hresult value to indicate the server status. I saw .Net tlbimp just translate it into void IsServerAvailable(); ...more >>

COM Interop Deploy issue
Posted by krissy_kernan NO[at]SPAM hotmail.com at 9/29/2005 1:14:40 PM
I am getting the following error when I try to run my code on the deployed server: "File or assembly name dllname.dll or one of its dependencies was not found." It is a VB6 app. that calls a .Net dll. (The .Net code also calls VB6 dlls, but I don't have a problem executing that part of the code...more >>

Problem with .NET MSMQ wrapper - FileNotFoundException
Posted by Christer Brinchmsnn at 9/29/2005 9:30:47 AM
Hello. Don't know if this is the right group, but my problem involves COM interop, hence the post to this group. We have a simple API which we use to send messages to a private MSMQ queue. This API is C#, and it abstracts some of the details in using the System.Messaging namespace. It runs...more >>



C++/C# interop causes OleInitialize (STA) to fail?
Posted by Bill Cumming at 9/29/2005 8:26:02 AM
Is there something about C++ / C# interop that initializes the threading model to MTA so that OleInitialize will fail? I have a mostly C++ app that calls a single C# class DLL. Only one source file in the C++ app is compiled as managed (with /clr) – the single file in which only one of th...more >>

Can't create COM object (VB6) in Web user control on WEBFORMS
Posted by Ton at 9/29/2005 6:02:04 AM
Hi, I've developed several Webuser controls. One of the controls is using a VB6 based activeX component. The code looks like: Dim dbF As Object ''dbRecordFrm.dbRecordForm If ses Is Nothing Then ses = CreateObject("dbOLEserver.Session") End If dbF...more >>


DevelopmentNow Blog