Re: Guid should contain 32 digits with 4 dashes on EnterpriseServi
- From: "Itai Raz" <ItaiRaz@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 5 Sep 2005 00:15:01 -0700
Please see answers below.
Any help still appreciated
"Tomas Restrepo (MVP)" wrote:
> Itai,
>
> What does your class definition look like? (complete)
[assembly : ApplicationID("ASM")]
[assembly : ApplicationActivation(ActivationOption.Library)]
namespace ASM.BL.API
{
/// <summary>
/// Session Class
/// </summary>
[Transaction(TransactionOption.RequiresNew)]
public class ClsName : ServicedComponent {
> Are you explicitly using the [Guid] attribute on your component?
As you can see above, no.
>
> Also, it sounds like you're using lazy runtime registration... what happens
> if you use regsvcs.exe directly to manually register the assembly with COM+?
regsvcs gives me the same error as soon as I run it (in the dos prompt window)
>
>
> --
> Tomas Restrepo
> tomasr@xxxxxxxx
> http://www.winterdom.com/
>
>
>
>
.
- Follow-Ups:
- Re: Guid should contain 32 digits with 4 dashes on EnterpriseServi
- From: Tomas Restrepo \(MVP\)
- Re: Guid should contain 32 digits with 4 dashes on EnterpriseServi
- References:
- Guid should contain 32 digits with 4 dashes on EnterpriseServices
- From: Itai Raz
- Re: Guid should contain 32 digits with 4 dashes on EnterpriseServices
- From: Tomas Restrepo \(MVP\)
- Guid should contain 32 digits with 4 dashes on EnterpriseServices
- Prev by Date: Re: ASP.NET and COM+
- Next by Date: Re: Error when COM+ application is started
- Previous by thread: Re: Guid should contain 32 digits with 4 dashes on EnterpriseServices
- Next by thread: Re: Guid should contain 32 digits with 4 dashes on EnterpriseServi
- Index(es):