PRB: Some Functionalities of a COM+ Application Do Not Change If You Change the Corresponding Settings in the COM+ Catalog (322630)
The information in this article applies to:
- Microsoft Enterprise Services (included with the .NET Framework 1.1)
- Microsoft Enterprise Services (included with the .NET Framework) 1.0
- Microsoft Visual Studio .NET (2003), Enterprise Architect Edition
- Microsoft Visual Studio .NET (2003), Enterprise Developer Edition
- Microsoft Visual Studio .NET (2003), Professional Edition
- Microsoft Visual Studio .NET (2003), Academic Edition
- Microsoft Visual Studio .NET (2002), Enterprise Architect Edition
- Microsoft Visual Studio .NET (2002), Enterprise Developer Edition
- Microsoft Visual Studio .NET (2002), Professional Edition
- Microsoft Visual Studio .NET (2002), Academic Edition
- Microsoft Visual C# .NET (2003)
- Microsoft Visual C# .NET (2002)
- Microsoft Visual Basic .NET (2003)
- Microsoft Visual Basic .NET (2002)
This article was previously published under Q322630 SYMPTOMSWhen you change the settings for a COM+ application in the COM+
catalog, the corresponding functionalities of the application do not change.
For example, after you use the JustInTimeActivation compile-time attribute in your code to enable Just-in-Time
Activation functionality for a COM+ application and then you click to clear the
corresponding Enable Just In Time Activation check box in the
Component Services administrative tool, the application still supports
Just-in-Time Activation functionality. This problem affects only those settings in the Component
Services administrative tool that correspond to the following compile-time
attributes:
- AutoComplete
- JustInTimeActivation
- ObjectPooling
- SecureMethod
CAUSEThe
four compile-time attributes that are mentioned in the "Symptoms" section of
this article establish some of the functionalities of a COM+ application. The
Microsoft .NET Framework reads these attributes from the metadata of the
application instead of from the corresponding settings in the COM+ catalog. The
corresponding settings in the COM+ catalog exist only for informational purposes.
If you change these settings, your change does not affect the corresponding
functionalities of the application. Therefore, the behavior that is mentioned
in the "Symptoms" section occurs.RESOLUTIONTo resolve this problem, use the four compile-time
attributes that are mentioned in the "Symptoms" section in your
code instead of changing the corresponding settings in the COM+ catalog. If you
use these attributes in your code, you can control the functionality of your
COM+ application.STATUS This
behavior is by design.REFERENCESFor more information, visit the following Microsoft Web sites:
Modification Type: | Minor | Last Reviewed: | 7/8/2005 |
---|
Keywords: | kbService kbSecurity kbJIT kbcomplusobj kbCOMPlusCatalog kbProgramming kbMiscTools kbSysAdmin kbSample kbcode kbprb KB322630 kbAudDeveloper |
---|
|