Re: Guid should contain 32 digits with 4 dashes on EnterpriseServi

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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