The Following message error "The ServicedComponent being invoked is not correctly configured (Use RegSvcs to re-register)" what is possible solutions for is problem.

I've been wrote:
Code:
using System;
using System.Data;
using System.Data.SqlClient;
using System.Data.SqlTypes;
using System.Runtime.InteropServices;
using System.EnterpriseServices;

[JustInTimeActivation(true), 
	Synchronization(SynchronizationOption.Required), 
	Transaction(TransactionOption.Required)]
	public class Grupo: ServicedComponent						

In AssemblyInfo:

[assembly: CLSCompliant(true)] 
[assembly: Guid("644B7162-973E-4707-9E0A-35C89C0DCE63")] 
[assembly: ApplicationActivation(ActivationOption.Server)] 
[assembly: ApplicationAccessControl(false)] 
[assembly: AssemblyKeyFile("..\\..\\SICOF.DL.DALC.Grupos.snk")] 
[assembly: AssemblyDelaySign(false)]
Please Help me!!!










Edit: Added [code][/code] tags for clarity. - Hack