System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
In the Microsoft .NET Framework 2.0, a class is derived from the ServicedComponent class.
This class implements a method that is inherited from a custom interface.
This method is used to throw a custom exception type that is derived from the ApplicationException exception type.
This method does not use non-primitive type parameters.
In this scenario, if a managed client application calls this method by using a reference to the custom interface, this method does not throw a custom exception type that is derived from the ApplicationException exception type. Instead, this method incorrectly throws the ApplicationException exception type.
A supported hotfix is now available from Microsoft. However, it is intended to correct only the problem that is described in this article. Apply it only to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next Microsoft .NET Framework 2.0 service pack that contains this hotfix.
To resolve this problem immediately, contact Microsoft Customer Support Services to obtain the hotfix. For a complete list of Microsoft Customer Support Services telephone numbers and information about support costs, visit the following Microsoft Web site:
Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.
Prerequisites
You must have the Microsoft .NET Framework 2.0 installed to apply this hotfix.
Restart requirement
You do not have to restart the computer after you apply this hotfix.
Hotfix replacement information
This hotfix does not replace any other hotfixes.
File information
The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.
To work around this problem, use one of the following methods:
Add a non-primitive type parameter to the method.
Call the method by using another method that meets the following requirements:
This method is implemented in the class that is derived from the ServicedComponent class.
This method is not defined in the custom interface.
Do not use the method that is inherited from the custom interface. Instead, implement a method in the class that is derived from the ServicedComponent class.