COM+ Activation failed - DOTNET
This is a discussion on COM+ Activation failed - DOTNET ; I have the code enclosed. It runs fine on Win2k and XP and win2K Server but
on Win3K Server we get the following error.
"COM+ Activation failed because the activation could not be completed in the
specified amount of time"
...
-
COM+ Activation failed
I have the code enclosed. It runs fine on Win2k and XP and win2K Server but
on Win3K Server we get the following error.
"COM+ Activation failed because the activation could not be completed in the
specified amount of time"
Can someone help.
Shahin
<Transaction(TransactionOption.Required, Timeout:=600), ObjectPooling(True,
5, 1048576)> _
Public Class Transactions
Inherits ServicedComponent
Implements Valleris.MMCommon.IMemberTransactions
Public Function Save() as boolean
End Function
End Class
-
Re: COM+ Activation failed
You may need to configure your Windows Server 2003 in the role of the
application server.
On Fri, 5 Sep 2003 13:07:31 -0700, "Shahin" <support@valleris.com>
wrote:
>I have the code enclosed. It runs fine on Win2k and XP and win2K Server but
>on Win3K Server we get the following error.
>
>
>
>"COM+ Activation failed because the activation could not be completed in the
>specified amount of time"
>
>Can someone help.
>
>Shahin
>
><Transaction(TransactionOption.Required, Timeout:=600), ObjectPooling(True,
>5, 1048576)> _
>
>Public Class Transactions
>
>Inherits ServicedComponent
>
>Implements Valleris.MMCommon.IMemberTransactions
>
> Public Function Save() as boolean
>
> End Function
>
>End Class
>
>
>
>
-
Re: COM+ Activation failed
Greetings,
It is already configured in role of application server.
Shahin
"Slava Gurevich" <vyach@hotmail.com> wrote in message
news:50filvcgvtip570mls0ihi8bh2tf6dsjq8@4ax.com...
> You may need to configure your Windows Server 2003 in the role of the
> application server.
>
> On Fri, 5 Sep 2003 13:07:31 -0700, "Shahin" <support@valleris.com>
> wrote:
>
> >I have the code enclosed. It runs fine on Win2k and XP and win2K Server
but
> >on Win3K Server we get the following error.
> >
> >
> >
> >"COM+ Activation failed because the activation could not be completed in
the
> >specified amount of time"
> >
> >Can someone help.
> >
> >Shahin
> >
> ><Transaction(TransactionOption.Required, Timeout:=600),
ObjectPooling(True,
> >5, 1048576)> _
> >
> >Public Class Transactions
> >
> >Inherits ServicedComponent
> >
> >Implements Valleris.MMCommon.IMemberTransactions
> >
> > Public Function Save() as boolean
> >
> > End Function
> >
> >End Class
> >
> >
> >
> >
>
Similar Threads
-
By Application Development in forum Graphics
Replies: 4
Last Post: 09-17-2007, 12:00 AM
-
By Application Development in forum DOTNET
Replies: 1
Last Post: 04-19-2007, 02:29 AM
-
By Application Development in forum DOTNET
Replies: 2
Last Post: 12-27-2005, 09:30 AM
-
By Application Development in forum DOTNET
Replies: 0
Last Post: 09-06-2004, 08:17 AM
-
By Application Development in forum Inetserver
Replies: 0
Last Post: 05-12-2004, 11:40 PM