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" ...

+ Reply to Thread
Results 1 to 3 of 3

COM+ Activation failed

  1. Default 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






  2. Default 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
    >
    >
    >
    >



  3. Default 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
    > >
    > >
    > >
    > >

    >




+ Reply to Thread

Similar Threads

  1. Replies: 4
    Last Post: 09-17-2007, 12:00 AM
  2. Activation context generation failed
    By Application Development in forum DOTNET
    Replies: 1
    Last Post: 04-19-2007, 02:29 AM
  3. COM+ activation failed
    By Application Development in forum DOTNET
    Replies: 2
    Last Post: 12-27-2005, 09:30 AM
  4. Replies: 0
    Last Post: 09-06-2004, 08:17 AM
  5. Replies: 0
    Last Post: 05-12-2004, 11:40 PM