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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|