Problem installing a Com+ Application via Regsvcs
- From: hugo_haggmark <hugo_haggmark.1xyya1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 4 Nov 2005 11:11:08 +0100
Hi,
I'm currently working on a project where I use ServicedCompnents. All
has worked perfectly but today when I tried to use regsvcs to register
my Com+ Application I got the following message:
C:\EKR\store>regsvcs /fc OnLine.EKR.DAL.Store.dll
Microsoft (R) .NET Framework Services Installation Utility Version
1.1.4322.573
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
WARNING: The class 'OnLine.EKR.DAL.Store.CustomerStore' has no class
interface, which means that unmanaged late bound calls cannot take
advantage of AutoComplete methods.
WARNING: The class 'OnLine.EKR.DAL.Store.EngineStore' has no class
interface, which means that unmanaged late bound calls cannot take
advantage of AutoComplete methods.
WARNING: The class 'OnLine.EKR.DAL.Store.InvoiceStore' has no class
interface, which means that unmanaged late bound calls cannot take
advantage of AutoComplete methods.
WARNING: The class 'OnLine.EKR.DAL.Store.JournalStore' has no class
interface, which means that unmanaged late bound calls cannot take
advantage of AutoComplete methods.
WARNING: The class 'OnLine.EKR.DAL.Store.PaymentStore' has no class
interface, which means that unmanaged late bound calls cannot take
advantage of AutoComplete methods.
WARNING: The class 'OnLine.EKR.DAL.Store.SoftwareUpdateManagerStore'
has no class interface, which means that unmanaged late bound calls
cannot take advantage of AutoComplete
methods.
WARNING: The class 'OnLine.EKR.DAL.Store.TimestampStore' has no class
interface, which means that unmanaged late bound calls cannot take
advantage of AutoComplete methods.
*An unknown COM+ 1.0 catalog error occurred:
1: You made a method call on a COM+ component that has a transaction
that has already aborted or in the process of aborting.*
C:\EKR\store>
It seems like a have an transaction left on a Com+ Application *that i
already uninstalled using regsvcs * and now I can't seem to install it
again.
Has anyone seen this error before? I can't find any resources on the
net that resolves this issue. Please help.
I'm running XP Pro SP2 and using C# in .Net 2003 Studio.
--
hugo_haggmark
------------------------------------------------------------------------
hugo_haggmark's Profile: http://www.highdots.com/forums/m1341
View this thread: http://www.highdots.com/forums/t3069701
.
- Next by Date: Re: Err.Raise in ES component
- Next by thread: Re: Err.Raise in ES component
- Index(es):
Relevant Pages
|