You receive error messages when you run programs that use common language runtime version 1.0 on Windows XP Tablet PC Edition (836872)
The information in this article applies to:
- Microsoft Windows XP Tablet PC Edition
SYMPTOMSAfter you complete a single-image deployment of Microsoft Windows XP Tablet PC Edition, you may receive error messages when you run programs that depend on the common language runtime that is included with Microsoft .NET Framework version 1.0. The program may not start. This problem occurs only when you run programs that use the common language runtime version 1.0. CAUSEThis problem may occur if both the following are true: - You complete a single-image deployment of Windows XP Tablet PC Edition by using the Microsoft Windows System Preparation Tool (Sysprep).
- You install Microsoft .NET Framework 1.1 on your computer before you convert the image to Windows XP Tablet PC Edition by using Sysprep.
The Sysprep process installs the Microsoft .NET Framework 1.0 components over the Microsoft .NET Framework 1.1 components. This can cause problems with programs that use the common language runtime version 1.0.
WORKAROUNDTo work around this problem, follow these steps:
- In a text editor, such as Notepad, click File, and then click New.
- Type the following XML code:
<configuration>
<startup>
<requiredRuntime version="v1.0.3705"/>
</startup>
</configuration>
- Click File, and then click Save As.
- Save the file as Copy2gac.exe.config in the following folder, where %Windir% is the folder where Windows is installed:
%Windir%\Microsoft.NET\Framework\v1.0.3705
.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section of this article.
Modification Type: | Major | Last Reviewed: | 2/25/2004 |
---|
Keywords: | kbprb KB836872 kbAudOEM kbAudITPRO |
---|
|