FIX: An exception is not raised to the managed caller when you implement a custom marshaler in a .NET Framework 2.0 application (917868)



The information in this article applies to:

  • Microsoft .NET Framework 2.0

SYMPTOMS

When you implement a custom marshaler in a Microsoft .NET Framework 2.0 application, an exception is not raised to the managed caller. The exception should be thrown at the ICustomMarshaler.CleanUpNativeData method to indicate an error in native code.

RESOLUTION

A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it 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 Product Support Services to obtain the hotfix. For a complete list of Microsoft Product 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.
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.

Microsoft .NET Framework 2.0, 32-bit systems

File nameFile versionFile sizeDateTimePlatform
Mscordacwks.dll2.0.50727.166801,28013-Jun-200613:03x86
Mscorlib.dll2.0.50727.1664,317,18413-Jun-200613:03x86
Mscorwks.dll2.0.50727.1665,623,80813-Jun-200613:03x86
Normalization.dll2.0.50727.16615,36013-Jun-200613:03x86
Normidna.nlpNot Applicable59,34213-Jun-200613:03Not Applicable
Normnfc.nlpNot Applicable45,79413-Jun-200613:03Not Applicable
Normnfd.nlpNot Applicable39,28413-Jun-200613:03Not Applicable
Normnfkc.nlpNot Applicable66,38413-Jun-200613:03Not Applicable
Normnfkd.nlpNot Applicable60,29413-Jun-200613:03Not Applicable
Sos.dll2.0.50727.166377,34413-Jun-200613:03x86

Microsoft .NET Framework 2.0, 64-bit systems

File nameFile versionFile sizeDateTimePlatform
Mscordacwks.dll2.0.50727.1661,597,44013-Jun-200604:09x64
Mscorlib.dll2.0.50727.1663,956,73613-Jun-200609:17x64
Mscorwks.dll2.0.50727.16610,300,92813-Jun-200604:06x64
Normalization.dll2.0.50727.16618,43213-Jun-200604:06x64
Normidna.nlpNot Applicable59,34213-Jun-200604:09Not Applicable
Normnfc.nlpNot Applicable45,79413-Jun-200604:09Not Applicable
Normnfd.nlpNot Applicable39,28413-Jun-200604:09Not Applicable
Normnfkc.nlpNot Applicable66,38413-Jun-200604:09Not Applicable
Normnfkd.nlpNot Applicable60,29413-Jun-200604:09Not Applicable
Sos.dll2.0.50727.166476,16013-Jun-200604:16x64

Microsoft .NET Framework 2.0, itanium-based systems

File nameFile versionFile sizeDateTimePlatform
Mscordacwks.dll2.0.50727.1662,710,52813-Jun-200604:14IA-64
Mscorlib.dll2.0.50727.1663,956,73613-Jun-200610:01IA-64
Mscorwks.dll2.0.50727.16621,258,75213-Jun-200604:11IA-64
Normalization.dll2.0.50727.16644,03213-Jun-200604:11IA-64
Normidna.nlpNot Applicable59,34213-Jun-200604:14Not Applicable
Normnfc.nlpNot Applicable45,79413-Jun-200604:14Not Applicable
Normnfd.nlpNot Applicable39,28413-Jun-200604:14Not Applicable
Normnfkc.nlpNot Applicable66,38413-Jun-200604:14Not Applicable
Normnfkd.nlpNot Applicable60,29413-Jun-200604:14Not Applicable
Sos.dll2.0.50727.166857,08813-Jun-200604:22IA-64

WORKAROUND

To work around this problem, set the in/out attribute to the parameter that you will perform custom marshaling on. After you have set the in/out parameter, call the MarshalNativeToManaged method after the native method is called. Your custom marshaling call must resemble the following:
static extern void TestMethod(int outputKind, [In, Out, MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef=typeof(CustomMarshaler))]object data);
Note On a computer that is running a 64-bit version of Microsoft Windows, you can work around this problem by using only this workaround. However, on a computer that is running a 32-bit version of Windows, you must apply the hotfix package before you use this workaround.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

MORE INFORMATION

For more information, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates

For more information, visit the following Microsoft Developer Network (MSDN) Web sites:

Modification Type:MinorLast Reviewed:8/28/2006
Keywords:kbfix kbBug kbQFE kbhotfixserver kbpubtypekc KB917868 kbAudDeveloper kbAudITPRO