Results 1 to 2 of 2

Thread: Error COM +

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2005
    Posts
    10

    Error COM +

    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

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Error COM +

    Using RegSvcs to re-register the ServicedComponent?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width