Serviced components require referenced components to be strong-named (821621)
The information in this article applies to:
- Microsoft Visual Studio 2005 Professional Edition
- Microsoft Visual Studio 2005 Standard Edition
- Microsoft Visual Studio .NET (2003), Professional Edition
- Microsoft Visual Studio .NET (2003), Enterprise Architect Edition
- Microsoft Visual Studio .NET (2003), Enterprise Developer Edition
- Microsoft Visual Studio .NET (2003), Academic Edition
- Microsoft Visual Studio .NET (2002), Professional Edition
- Microsoft Visual Studio .NET (2002), Enterprise Architect Edition
- Microsoft Visual Studio .NET (2002), Enterprise Developer Edition
- Microsoft Visual Studio .NET (2002), Academic Edition
SUMMARYA serviced component is the mechanism that enables COM+ services to be available to the
.NET Framework classes. ServicedComponent is a class that derives directly or
indirectly from the System.EnterpriseServices.ServicedComponent class. Classes that are configured in this way can be hosted in a COM+
application and can use COM+ services through the EnterpriseServices namespace. A serviced component may be a COM DLL or
a .NET assembly. The components that appear in a serviced component must be strong-named. If you refer to a component that is not strong-named when you build a serviced component, you receive the following
error message: Unable to emit assembly: Referenced
assembly 'RefAssmName' does not have a strong name REFERENCESFor more information, visit the following Microsoft Web sites:
Modification Type: | Major | Last Reviewed: | 3/3/2006 |
---|
Keywords: | kbvs2005applies kbvs2005swept kberrmsg kbCOMServices kbCOMInterop kbcomplusobj kbdocerr KB821621 kbAudDeveloper |
---|
|