Destructor gets called right after constructor
Mon, 12 Dec 2005 14:22:52 +0100
I'm developing a COM+ server application that will interact with other
components developed in Delphi for .NET. My assembly works fine on my
computer where it interacts only with my own test application, it also
works fine on our test server where it interacts with the Delphi
components, just like expected ...
|
Class does not support Automation or does not support expected int
Thu, 8 Dec 2005 02:44:02 -0800
Our objective was to copy file/files from a pre-defined folder of Pocket PC
device to a pre-defined folder on the desktop PC and this function was to be
called from a Clarion exe.
Development was done as follows:
1. We referenced OpenNETCF.Desktop.Communication.dll in a .NET Project and
created a .NET DLL ...
|
Problem accessing a VB.NET Collection returned by a COM from an ASP
Page
Thu, 01 Dec 2005 12:12:46 +0100
Hi everybody.
I had a VB6 COM component that access a DB and returns data in form of
Arrays and Collections.
An ASP Page calls the component and then renders data.
Now, I want to convert that component in VB.NET and then possibly C#.
So I used VB Express 2005 and converted the VB6 Project with a wizard.
...
|
Please help - COM+ Application is in unstable state...
Fri, 25 Nov 2005 02:05:40 +1000
Hi,
I have been getting this kind of event log messages since I have upgraded to
Framework 2 with VS2005 and is wondering if someone can tell me more about
this. I have search the net and a few article points to difference between
the attributes and the COM+ Catalog's settings. I checked them both and the ...
|
SecureMethodAttribute and Custom Exception Problem
Fri, 25 Nov 2005 01:39:19 +1000
Hi,
I have been following "Bob DeRemer's" excellent article on "Throwing Custom
Exception Types from a Managed COM+ Server Application" and able to receive
the custom exception I threw in my COM+ ES component.
However, as soon as I include the SecureMethodAttribute() following advice
from
http://plur ...
|
CDO in com+ on Windows 2003
23 Nov 2005 15:05:42 -0800
Hi, Group,
I have a dll written in VB 6.0 that uses CDO 1.21 to create
appointments. This dll is working fine when registered on Windows 2000
as Com+ component. We are moving web application that uses this
component to Windows 2003 server. I have set component's identity to
the same account that is used to l ...
|
Serviced Component, Excel and OleDbConnection.Open
23 Nov 2005 11:07:46 -0800
I'm using the OleDbConnection object to retrieve the contents of an
Excel Worksheet as a DataSet. This works fine when testing the
MyExcel.GetMonthly() method call.
When I call MyExcel.GetMonthly() from a Serviced Component, it bombs
when it tries to open the connection with "Object reference not set to
an ...
|
|
|
woshi taotao
Tue, 22 Nov 2005 09:11:11 +0800
woshitaotao
...
|
DirectorySearcher.FindAll() error
Mon, 21 Nov 2005 14:52:35 -0500
I have a C# executable running successfully on production for about a month.
Operations recently added 2 fast W2K ADs to the domain to improve AD
performance.
Since the addition of the fast ADs, my code always excepts out with...
System.Runtime.InteropServices.ComException (0x800700EA): More data is
avai ...
|
A Multi-threaded Singleton Serviced Component
Fri, 18 Nov 2005 08:20:17 -0800
I think the subject like suggests what I am after. Here is why:
I am creating this Serviced Component. It loads some data from different
places into memory. This loading process is a bit slow and the amount of
memory is not very small.
What this component does is serving other serviced components and web ...
|