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
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
April 2008
May 2008


all groups > dotnet component services > january 2005

Reference COM+ in VB.Net
Posted by BrianS at 1/26/2005 8:27:06 AM
What is the proper way to reference a COM+ component in VB.Net? I've created a class library installed to COM+, put in the GAC. The only way to get my client to work was to reference the dll in c:\program files\complus applications\. This doesn't seem to be the correct approach. How would I ...more >>

COM+ Role Based Security - calling secure method 1 from secure method 2
Posted by andy_j_hirst NO[at]SPAM hotmail.com at 1/25/2005 6:35:24 AM
Hello and thanks for reading. I have implemented role-based security on some serviced componts at method level and it works fine. However, method level isn't granular enough. I made the decision for my clients to call Method_1 and if they are in an appropriate COM+ role, the method call succee...more >>

When is a poolable serviced component destroyed ?
Posted by arno at 1/19/2005 2:10:13 AM
Hi, I use an enterprise service which needs to execute some cleanup of unmanaged code when destroying. When you call .dispose() on this enterprise service, it is put back to the pool. So, Can I add a Finalizer to add my cleanup code to the serviced component ? Is the Finalizer call...more >>

Sending e-mail programaticaly
Posted by Ron Harter at 1/16/2005 3:07:45 PM
I am developing a C# windows application that will allow a user to send an e-mail to an SMS server when events happen in the system. I was going to use System.Web.Mail namespace and use the smtpmail class to compose and send the mail. The application is a windows based application and when I b...more >>

Componente Services + win xp sp2
Posted by Esio Nunes at 1/14/2005 1:04:49 PM
Hi. I've intalled windows xp service pack 2, since there I cant' view Component Services -> Transaction Statistics from a remote server. I'm not using XP Firewall. Any ideia? Thanks Esio ...more >>

windows service issue
Posted by Arvind P Rangan at 1/13/2005 3:06:45 PM
Hi all, We are writing a service which tries to access two database server on different network. while connecting to one of the database it give error saying 'EXECUTE permission denied on object 'sp_sdidebug', database 'master', owner 'dbo''. But if we are trying to connect to the same Da...more >>

Publishing Com Components in Active Directory
Posted by cuentanewslabogel NO[at]SPAM nospam.nospam at 1/12/2005 9:24:42 AM
Hi, we 've VB6 and .NET apps. components that we distribute using Proxys MSI. We 've an App. Server Win2k that has the Com+ components, and here they run and query a SQL Server. (classical 3 tier model) We're trying to upgrade this server and apps. to Win2k3 and the new Com+ 1.5, using Active...more >>

Thread.Start fails for COM+ component
Posted by Steve Letford at 1/9/2005 3:26:38 PM
Hi, I've debugged and tested my long running process and it works until I install it under COM+. It starts the process on a different thread and retuns a message to the user stating that the process has started. The object is called via a web service. Are there any tricks to this? The...more >>



Create NT Service when registering
Posted by Charles Oppermann at 1/6/2005 7:40:47 PM
I have an assembly with a single class derived from System.EnterpriseServices.ServicedComponent that I've fully attributed. Running REGSVCS against the assembly correctly installs the COM object and the COM+ application, component and interfaces. However, I also need to create a NT Service ...more >>


DevelopmentNow Blog