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