Can anyone tell that how can i register com+ services?
Yes,sure, the .NET Framework SDK provides the .NET Framework Services Installation Tool (Regsvcs.exe – a command-line tool) to manually register an assembly containing serviced components. You can also access these registration features programmatically with the System.EnterpriseServicesRegistrationHelper class by creating an instance of class RegistrationHelper and using the method InstallAssembly .
Leave a Reply
You must be logged in to post a comment.